Home
last modified time | relevance | path

Searched refs:osOK (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/hardware/chip/haas1000/hal/
A Dspi.c213 if (osOK != osSemaphoreRelease(spi_ctx[0].spi_dma_semaphore)) in spi0_dma_irq()
221 if (osOK != osSemaphoreRelease(spi_ctx[1].spi_dma_semaphore)) in spi1_dma_irq()
256 if (osOK != status) in hal_spi_send()
318 osStatus status = osOK; in hal_spi_recv()
336 if (osOK != status) in hal_spi_recv()
413 if (osOK != status) in hal_spi_send_and_recv()
494 if (osOK != status) in hal_spi_send_recv()
/AliOS-Things-master/hardware/board/haas100/drivers/
A Dch395_spi.c195 if (osOK != osSemaphoreRelease(spi_ctx[0].spi_dma_semaphore)) in spi1_dma_irq()
227 if (osOK != status) in hal_spi_send_ch395()
322 if (osOK != status) in hal_spi_send_ch395_sockdata()
434 if (osOK != status) in hal_spi_send_and_recv_ch395_normal()
539 osStatus status = osOK; in hal_spi_send_and_recv_ch395_exist()
548 if (osOK != status) in hal_spi_send_and_recv_ch395_exist()
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/net_os/
A Dnet_tasklet.h41 if (status != osOK) { in tasklet_schedule()
/AliOS-Things-master/hardware/chip/haas1000/drivers/rtos/rhino/cmsis/
A Dcmsis_os.h123 osOK = 0, ///< function completed; no error or event occurred. enumerator

Completed in 8 milliseconds