Searched refs:osWaitForever (Results 1 – 15 of 15) sorted by relevance
/AliOS-Things-master/components/amp/services/amp_boot/ |
A D | amp_boot_uart.c | 17 if ((aos_hal_vuart_send(&g_boot_vuart, &c, 1, osWaitForever)) != 0) { 19 if ((aos_hal_uart_send(&g_boot_uart, &c, 1, osWaitForever)) != 0) { 28 if ((aos_hal_vuart_send(&g_boot_vuart, str, strlen(str), osWaitForever)) != 0) { 30 if ((aos_hal_uart_send(&g_boot_uart, str, strlen(str), osWaitForever)) != 0) { 79 if ((timeout_ms != osWaitForever) && (begin_time + timeout_ms < aos_now_ms())) {
|
/AliOS-Things-master/components/py_engine/external/amp_boot/ |
A D | amp_boot_uart.c | 12 if ((aos_hal_uart_send(&g_boot_uart, &c, 1, osWaitForever)) != 0) { in pyamp_boot_uart_send_byte() 19 if ((aos_hal_uart_send(&g_boot_uart, str, strlen(str), osWaitForever)) != 0) { in pyamp_boot_uart_send_str() 57 if ((timeout_ms != osWaitForever) && (begin_time + timeout_ms < aos_now_ms())) { in pyamp_boot_uart_recv_line()
|
A D | amp_boot.h | 19 #define osWaitForever 0xFFFFFFFF macro
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/net_os/ |
A D | net_mutex.h | 22 ret = osMutexWait((lock)->mutex_id, osWaitForever);\ 58 osMutexWait(lock->mutex_id, osWaitForever); in spin_lock_irqsave() 107 ret = osMutexWait((lock)->mutex_id, osWaitForever);\
|
A D | net_atomic.h | 122 osMutexWait(g_rcu_lock_mutex_id, osWaitForever); in rcu_read_lock()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/transq_msg/ |
A D | transq_msg.h | 98 osSemaphoreWait(transq_tx_sem, osWaitForever); \
|
/AliOS-Things-master/hardware/chip/haas1000/hal/ |
A D | spi.c | 255 status = osMutexWait(spi_ctx[spi->port].spi_mutex_id, osWaitForever); in hal_spi_send() 335 status = osMutexWait(spi_ctx[spi->port].spi_mutex_id, osWaitForever); in hal_spi_recv() 412 status = osMutexWait(spi_ctx[spi->port].spi_mutex_id, osWaitForever); in hal_spi_send_and_recv() 493 osStatus status = osMutexWait(spi_ctx[spi->port].spi_mutex_id, osWaitForever); in hal_spi_send_recv()
|
A D | flash.c | 29 osMutexWait(FlashMutex, osWaitForever); in FlashosMutexWait()
|
/AliOS-Things-master/hardware/board/haas100/drivers/ |
A D | ch395_spi.c | 226 status = osMutexWait(spi_ctx[spi->port].spi_mutex_id, osWaitForever); in hal_spi_send_ch395() 321 status = osMutexWait(spi_ctx[spi->port].spi_mutex_id, osWaitForever); in hal_spi_send_ch395_sockdata() 433 status = osMutexWait(spi_ctx[spi->port].spi_mutex_id, osWaitForever); in hal_spi_send_and_recv_ch395_normal() 547 status = osMutexWait(spi_ctx[spi->port].spi_mutex_id, osWaitForever); in hal_spi_send_and_recv_ch395_exist()
|
/AliOS-Things-master/components/amp/main/ |
A D | amp_defines.h | 53 #define osWaitForever 0xFFFFFFFF /* wait forever timeout value */ macro
|
/AliOS-Things-master/components/py_engine/external/common/ |
A D | py_defines.h | 57 #define osWaitForever 0xFFFFFFFF /* wait forever timeout value */ macro
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/rtos/rhino/cmsis/ |
A D | cmsis_os.h | 118 #define osWaitForever 0xFFFFFFFF ///< wait forever timeout value macro
|
/AliOS-Things-master/hardware/chip/haas1000/aos/ |
A D | ota_port.c | 35 osMutexWait(FlashMutex, osWaitForever); in FlashosMutexWait()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/hardware/uart/ |
A D | module_uart.c | 252 ret = aos_hal_uart_send(uart_device, msg, msg_len, osWaitForever); in native_uart_write()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/hardware/uart/ |
A D | module_uart.c | 308 ret = aos_hal_uart_send(uart_device, msg, msg_len, osWaitForever); in native_uart_write()
|
Completed in 21 milliseconds