Home
last modified time | relevance | path

Searched defs:stop (Results 1 – 25 of 52) sorted by relevance

123

/AliOS-Things-master/components/amp/jslib/src/
A Dwdg.js14 export function stop() { function
A Daudioplayer.js26 static stop() { method in audioplayer
/AliOS-Things-master/components/amp/libjs/lib/
A Dwdg.js14 function stop() { function
/AliOS-Things-master/components/py_engine/engine/py/
A Dobjrange.c38 mp_int_t stop; member
60 STATIC mp_obj_t mp_obj_new_range_iterator(mp_int_t cur, mp_int_t stop, mp_int_t step, mp_obj_iter_b… in mp_obj_new_range_iterator()
77 mp_int_t stop; member
A Dsequence.c71 mp_int_t start = indexes->start, stop = indexes->stop; in mp_seq_extract_slice() local
189 size_t stop = len; in mp_seq_index_obj() local
A Dobjslice.c120 mp_int_t start, stop, step; in mp_obj_slice_indices() local
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/
A Dstrided_slice_logic.h136 int stop = stop_indices[axis]; in StopForAxis() local
177 inline bool LoopCondition(int index, int stop, int stride) { in LoopCondition()
/AliOS-Things-master/components/amp-utility/python/
A DTts.py77 def stop(): function
A DRecorder.py73 def stop(): function
/AliOS-Things-master/components/py_engine/engine/extmod/webrepl/
A Dwebrepl.py53 def stop(): function
/AliOS-Things-master/components/cplusplus/
A Dtimer.cpp66 kstat_t Timer::stop(void) in stop() function in Timer
A Dthread.cpp125 kstat_t thread::stop(void) in stop() function in thread
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/targets/hal/rtl8721d/
A Di2c_api.c396 int i2c_read_timeout(i2c_t *obj, int address, char *data, int length, int stop, int timeout_ms) in i2c_read_timeout()
429 int i2c_write_timeout(i2c_t *obj, int address, char *data, int length, int stop, int timeout_ms) in i2c_write_timeout()
463 int i2c_read(i2c_t *obj, int address, char *data, int length, int stop) in i2c_read()
513 int i2c_write(i2c_t *obj, int address, const char *data, int length, int stop) in i2c_write()
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmachine_i2c.c288 …mp_machine_i2c_readfrom(mp_obj_base_t *self, uint16_t addr, uint8_t *dest, size_t len, bool stop) { in mp_machine_i2c_readfrom()
295 …achine_i2c_writeto(mp_obj_base_t *self, uint16_t addr, const uint8_t *src, size_t len, bool stop) { in mp_machine_i2c_writeto()
420 bool stop = (n_args == 3) ? true : mp_obj_is_true(args[3]); in machine_i2c_readfrom() local
434 bool stop = (n_args == 3) ? true : mp_obj_is_true(args[3]); in machine_i2c_readfrom_into() local
448 bool stop = (n_args == 3) ? true : mp_obj_is_true(args[3]); in machine_i2c_writeto() local
468 bool stop = (n_args == 3) ? true : mp_obj_is_true(args[3]); in machine_i2c_writevto() local
A Dmachine_i2c.h62 int (*stop)(mp_obj_base_t *obj); member
A Dmodurandom.c134 mp_int_t stop = mp_obj_get_int(args[1]); in mod_urandom_randrange() local
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/pds/
A Dtif_imageiter.c73 TIFFImageIterBegin(TIFFImageIter* img, TIFF* tif, int stop, char emsg[1024]) in TIFFImageIterBegin()
235 uint32 rwidth, uint32 rheight, uint8* raster, int stop) in TIFFReadImageIter()
485 int stop = 1; in main() local
/AliOS-Things-master/components/csi/csi2/include/drv/
A Dadc.h42 csi_error_t (*stop)(csi_adc_t *adc); ///< Stop function member
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/hal/
A Dhal_uart.c55 int hal_uart_config(uint32_t port, uint32_t baudrate, uint32_t bits, uint32_t stop, uint32_t parity… in hal_uart_config()
/AliOS-Things-master/components/py_engine/tests/
A Drun-multitests.py137 def stop(self): member in PyInstanceSubProcess
191 def stop(self): member in PyInstancePyboard
/AliOS-Things-master/components/py_engine/tests/misc/
A Drge_sm.py82 def drange(start, stop, step): argument
/AliOS-Things-master/components/uvoice/include/
A Duvoice_recorder.h31 int (*stop)(void); member
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/usb_otg/include/
A Dhcd.h36 void (*stop) (struct usb_hcd *hcd); member
/AliOS-Things-master/components/a2sa/internal/driver/core/
A Dpcm_dev.h28 int (*stop)(void *dev); member
/AliOS-Things-master/components/a2sa/internal/driver/platform/rtos/
A Daudio_rtos.h52 int (*stop)(pcm_stream_handler_t hdl); member

Completed in 44 milliseconds

123