Searched defs:wait (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/extmod/uasyncio/ |
A D | event.py | 26 async def wait(self): member in Event 55 async def wait(self): member in ThreadSafeFlag
|
/AliOS-Things-master/components/drivers/peripheral/i2c/example/ |
A D | i2c_example.c | 164 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 D | wait_api.c | 22 void wait(float s) in wait() function
|
/AliOS-Things-master/components/py_engine/tests/basics/ |
A D | async_await2.py | 15 def wait(value): function
|
/AliOS-Things-master/components/py_engine/tests/extmod/ |
A D | uasyncio_wait_for_fwd.py | 32 async def wait(): function
|
/AliOS-Things-master/components/cplusplus/ |
A D | semaphore.cpp | 35 kstat_t Semaphore::wait(uint32_t millisec) in wait() function in Semaphore
|
/AliOS-Things-master/components/py_engine/adapter/haas510/ |
A D | mpthreadport.c | 187 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 D | mpthreadport.c | 187 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 D | mpthreadport.c | 209 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 D | modthread.c | 66 bool wait = true; in thread_lock_acquire() local
|
/AliOS-Things-master/components/amp-utility/tftp/ |
A D | haasdevice.py | 32 def __init__(self, device, baudrate=115200, user="micro", password="python", wait=0): argument
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | pyboard.py | 256 self, device, baudrate=115200, user="micro", password="python", wait=0, exclusive=True argument
|
A D | haasboard.py | 254 def __init__(self, device, baudrate=1500000, user="micro", password="python", wait=0): argument
|
Completed in 16 milliseconds