Home
last modified time | relevance | path

Searched defs:wait (Results 1 – 13 of 13) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/extmod/uasyncio/
A Devent.py26 async def wait(self): member in Event
55 async def wait(self): member in ThreadSafeFlag
/AliOS-Things-master/components/drivers/peripheral/i2c/example/
A Di2c_example.c164 uint32_t wait = argc > 6 ? atoi(argv[6]) : 50; // wait time during successive i2c tx in i2c_write_test() local
196 uint32_t wait = argc > 5 ? atoi(argv[5]) : 50; // wait time during successive i2c rx in i2c_read_test() local
288 uint32_t wait = argc > 6 ? atoi(argv[6]) : 50; // wait time during successive i2c rx in i2c_mem_read_test() local
323 uint32_t wait = argc > 7 ? atoi(argv[7]) : 50; // wait time during successive i2c tx in i2c_mem_write_test() local
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/targets/hal/rtl8721d/
A Dwait_api.c22 void wait(float s) in wait() function
/AliOS-Things-master/components/py_engine/tests/basics/
A Dasync_await2.py15 def wait(value): function
/AliOS-Things-master/components/py_engine/tests/extmod/
A Duasyncio_wait_for_fwd.py32 async def wait(): function
/AliOS-Things-master/components/cplusplus/
A Dsemaphore.cpp35 kstat_t Semaphore::wait(uint32_t millisec) in wait() function in Semaphore
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmpthreadport.c187 int mp_thread_mutex_lock(mp_thread_mutex_t *mutex, int wait) { in mp_thread_mutex_lock()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmpthreadport.c187 int mp_thread_mutex_lock(mp_thread_mutex_t *mutex, int wait) { in mp_thread_mutex_lock()
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmpthreadport.c209 int mp_thread_mutex_lock(mp_thread_mutex_t *mutex, int wait) in mp_thread_mutex_lock()
/AliOS-Things-master/components/py_engine/engine/py/
A Dmodthread.c66 bool wait = true; in thread_lock_acquire() local
/AliOS-Things-master/components/amp-utility/tftp/
A Dhaasdevice.py32 def __init__(self, device, baudrate=115200, user="micro", password="python", wait=0): argument
/AliOS-Things-master/components/py_engine/engine/tools/
A Dpyboard.py256 self, device, baudrate=115200, user="micro", password="python", wait=0, exclusive=True argument
A Dhaasboard.py254 def __init__(self, device, baudrate=1500000, user="micro", password="python", wait=0): argument

Completed in 16 milliseconds