Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_scb_common.h385 __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
Dcy_scb_spi.h1239 return Cy_SCB_IsTxComplete(base); in Cy_SCB_SPI_IsTxComplete()
Dcy_scb_uart.h1675 return Cy_SCB_IsTxComplete(base); in Cy_SCB_UART_IsTxComplete()
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_uart.c1488 …return (0UL != (obj->context.txStatus & CY_SCB_UART_TRANSMIT_ACTIVE)) || !Cy_SCB_IsTxComplete(obj-… in cyhal_uart_is_tx_active()