Searched refs:Cy_SCB_IsTxComplete (Results 1 – 4 of 4) sorted by relevance
385 __STATIC_INLINE bool Cy_SCB_IsTxComplete (CySCB_Type const *base);1056 __STATIC_INLINE bool Cy_SCB_IsTxComplete(CySCB_Type const *base) in Cy_SCB_IsTxComplete() function
1239 return Cy_SCB_IsTxComplete(base); in Cy_SCB_SPI_IsTxComplete()
1675 return Cy_SCB_IsTxComplete(base); in Cy_SCB_UART_IsTxComplete()
1488 …return (0UL != (obj->context.txStatus & CY_SCB_UART_TRANSMIT_ACTIVE)) || !Cy_SCB_IsTxComplete(obj-… in cyhal_uart_is_tx_active()