Home
last modified time | relevance | path

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

/hal_ambiq-latest/mcu/apollo4p/hal/
Dam_hal_queue.h106 #define am_hal_queue_data_left(psQueue) \ macro
Dam_hal_queue.c173 if ( am_hal_queue_data_left(psQueue) >= ui32Bytes ) in am_hal_queue_item_get()
/hal_ambiq-latest/mcu/apollo3p/hal/
Dam_hal_queue.h106 #define am_hal_queue_data_left(psQueue) \ macro
Dam_hal_queue.c238 if ( am_hal_queue_data_left(psQueue) >= ui32Bytes ) in am_hal_queue_item_get()
Dam_hal_uart.c786 ui32BufferData = am_hal_queue_data_left(&pState->sRxQueue); in read_nonblocking()
1142 while (am_hal_queue_data_left(&(pState->sTxQueue))) in am_hal_uart_tx_flush()
1874 uint32_t ui32DatainQueue = am_hal_queue_data_left(&pState->sRxQueue); in am_hal_uart_get_rx_data()
Dam_hal_scard.c951 ui32BufferData = am_hal_queue_data_left(&pState->sRxQueue); in read_nonblocking()
1257 while ( am_hal_queue_data_left(&(pState->sTxQueue)) ) in am_hal_scard_tx_flush()
/hal_ambiq-latest/mcu/apollo3/hal/
Dam_hal_queue.h106 #define am_hal_queue_data_left(psQueue) \ macro
Dam_hal_queue.c238 if ( am_hal_queue_data_left(psQueue) >= ui32Bytes ) in am_hal_queue_item_get()
Dam_hal_uart.c796 ui32BufferData = am_hal_queue_data_left(&pState->sRxQueue); in read_nonblocking()
1152 while (am_hal_queue_data_left(&(pState->sTxQueue))) in am_hal_uart_tx_flush()
1884 uint32_t ui32DatainQueue = am_hal_queue_data_left(&pState->sRxQueue); in am_hal_uart_get_rx_data()
Dam_hal_scard.c951 ui32BufferData = am_hal_queue_data_left(&pState->sRxQueue); in read_nonblocking()
1257 while ( am_hal_queue_data_left(&(pState->sTxQueue)) ) in am_hal_scard_tx_flush()
/hal_ambiq-latest/mcu/apollo4p/hal/mcu/
Dam_hal_uart.c1683 uint32_t ui32DatainQueue = am_hal_queue_data_left(&pState->sRxQueue); in am_hal_uart_get_rx_data()
1762 am_hal_queue_data_left(&pState->sRxQueue); in nonblocking_read_sm()
1912 while (am_hal_queue_data_left(&(pState->sTxQueue))) in am_hal_uart_tx_flush()