Home
last modified time | relevance | path

Searched refs:full (Results 1 – 5 of 5) sorted by relevance

/lk-master/external/lib/lwip/
A Dsys_arch.c69 sem_init(&mbox->full, 0); in sys_mbox_new()
99 sem_post(&mbox->full, true); in sys_mbox_post()
108 res = sem_trywait(&mbox->full); in sys_arch_mbox_tryfetch()
133 res = sem_timedwait(&mbox->full, timeout ? timeout : INFINITE_TIME); in sys_arch_mbox_fetch()
165 sem_post(&mbox->full, true); in sys_mbox_trypost()
/lk-master/external/lib/lwip/include/arch/
A Dsys_arch.h17 semaphore_t full; member
/lk-master/external/platform/lpc15xx/lpcopen/periph_dma_uart/example/
A Dreadme.dox48 * a full buffer of data has been received. Once this buffer is received, it
/lk-master/external/platform/lpc15xx/lpcopen/periph_dma_rom_uart/example/
A Dreadme.dox49 * a full buffer of data has been received. Once this buffer is received, it
/lk-master/external/platform/nrfx/doc/
A Dnrfx.doxyfile144 # If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
528 # their full class and namespace scopes in the documentation. If set to YES, the
1246 # entries 1 will produce a full collapsed tree by default. 0 is a special value
1247 # representing an infinite number of entries and will result in a full expanded
1326 # The file has to be specified with full path.
1439 # If you want full control over the layout of the generated HTML pages it might

Completed in 6 milliseconds