Home
last modified time | relevance | path

Searched refs:Cy_SCB_UART_GetRtsFifoLevel (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_scb_uart.h605 __STATIC_INLINE uint32_t Cy_SCB_UART_GetRtsFifoLevel(CySCB_Type const *base);
1076 __STATIC_INLINE uint32_t Cy_SCB_UART_GetRtsFifoLevel(CySCB_Type const *base) in Cy_SCB_UART_GetRtsFifoLevel() function
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_scb_uart.c706 uint32_t rtsFifoLevel = Cy_SCB_UART_GetRtsFifoLevel(base); in SelectRxFifoLevel()