Searched refs:Cy_SCB_UART_GetNumInRingBuffer (Results 1 – 3 of 3) sorted by relevance
761 uint32_t Cy_SCB_UART_GetNumInRingBuffer(CySCB_Type const *base, cy_stc_scb_uart_context_t const *co… in Cy_SCB_UART_GetNumInRingBuffer() function873 numToCopy = Cy_SCB_UART_GetNumInRingBuffer(base, context); in Cy_SCB_UART_Receive()1591 numToCopy = context->rxRingBufSize - Cy_SCB_UART_GetNumInRingBuffer(base, context); in HandleRingBuffer()
622 uint32_t Cy_SCB_UART_GetNumInRingBuffer(CySCB_Type const *base, cy_stc_scb_uart_context_t const *co…
1105 number_available += Cy_SCB_UART_GetNumInRingBuffer(obj->base, &(obj->context)); in cyhal_uart_readable()