Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/algorithms/sensorfusion/sources/
Dcontrol.c91 status_t sts; in WIRELESS_UART_IRQHandler() local
100 sts = UART_TransferGetReceiveCount(WIRELESS_UART, &wireless_uartHandle, &nbytes); in WIRELESS_UART_IRQHandler()
101 if (sts == kStatus_Success) in WIRELESS_UART_IRQHandler()
139 status_t sts; in WIRED_UART_IRQHandler() local
149 sts = UART_TransferGetReceiveCount(WIRED_UART, &wired_uartHandle, &nbytes); in WIRED_UART_IRQHandler()
150 if (sts == kStatus_Success) in WIRED_UART_IRQHandler()