Home
last modified time | relevance | path

Searched refs:osWaitForever (Results 1 – 15 of 15) sorted by relevance

/AliOS-Things-master/components/amp/services/amp_boot/
A Damp_boot_uart.c17 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 Damp_boot_uart.c12 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 Damp_boot.h19 #define osWaitForever 0xFFFFFFFF macro
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/net_os/
A Dnet_mutex.h22 ret = osMutexWait((lock)->mutex_id, osWaitForever);\
58 osMutexWait(lock->mutex_id, osWaitForever); in spin_lock_irqsave()
107 ret = osMutexWait((lock)->mutex_id, osWaitForever);\
A Dnet_atomic.h122 osMutexWait(g_rcu_lock_mutex_id, osWaitForever); in rcu_read_lock()
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/transq_msg/
A Dtransq_msg.h98 osSemaphoreWait(transq_tx_sem, osWaitForever); \
/AliOS-Things-master/hardware/chip/haas1000/hal/
A Dspi.c255 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 Dflash.c29 osMutexWait(FlashMutex, osWaitForever); in FlashosMutexWait()
/AliOS-Things-master/hardware/board/haas100/drivers/
A Dch395_spi.c226 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 Damp_defines.h53 #define osWaitForever 0xFFFFFFFF /* wait forever timeout value */ macro
/AliOS-Things-master/components/py_engine/external/common/
A Dpy_defines.h57 #define osWaitForever 0xFFFFFFFF /* wait forever timeout value */ macro
/AliOS-Things-master/hardware/chip/haas1000/drivers/rtos/rhino/cmsis/
A Dcmsis_os.h118 #define osWaitForever 0xFFFFFFFF ///< wait forever timeout value macro
/AliOS-Things-master/hardware/chip/haas1000/aos/
A Dota_port.c35 osMutexWait(FlashMutex, osWaitForever); in FlashosMutexWait()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/hardware/uart/
A Dmodule_uart.c252 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 Dmodule_uart.c308 ret = aos_hal_uart_send(uart_device, msg, msg_len, osWaitForever); in native_uart_write()

Completed in 142 milliseconds