Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_scb_uart.h659 __STATIC_INLINE bool Cy_SCB_UART_IsTxComplete (CySCB_Type const *base);
1673 __STATIC_INLINE bool Cy_SCB_UART_IsTxComplete(CySCB_Type const *base) in Cy_SCB_UART_IsTxComplete() function
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_uart.c421 if (Cy_SCB_UART_IsTxComplete(obj->base)) in _cyhal_uart_pm_callback_instance()
485 if (Cy_SCB_UART_IsTxComplete(obj->base) in _cyhal_uart_pm_callback_instance()
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_scb_uart.c535 if (Cy_SCB_UART_IsTxComplete(locBase)) in Cy_SCB_UART_DeepSleepCallback()