Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_scb_common.h392 __STATIC_INLINE uint32_t Cy_SCB_GetRxInterruptStatus(CySCB_Type const *base);
1196 __STATIC_INLINE uint32_t Cy_SCB_GetRxInterruptStatus(CySCB_Type const *base) in Cy_SCB_GetRxInterruptStatus() function
Dcy_scb_spi.h1078 return (Cy_SCB_GetRxInterruptStatus(base) & CY_SCB_SPI_RX_INTR_MASK); in Cy_SCB_SPI_GetRxFifoStatus()
Dcy_scb_uart.h1411 return (Cy_SCB_GetRxInterruptStatus(base) & CY_SCB_UART_RX_INTR_MASK); in Cy_SCB_UART_GetRxFifoStatus()
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_scb_i2c.c2043 rxNotEmpty = (0UL != (CY_SCB_RX_INTR_NOT_EMPTY & Cy_SCB_GetRxInterruptStatus(base))); in Cy_SCB_I2C_MasterReadByte()