Searched refs:SCB_INTR_RX_MASK (Results 1 – 8 of 8) sorted by relevance
120 SCB_INTR_RX_MASK(base) = 0UL; in Cy_SCB_EZI2C_Init()171 SCB_INTR_RX_MASK(base) = 0UL; in Cy_SCB_EZI2C_DeInit()
176 SCB_INTR_RX_MASK(base) = (config->rxFifoIntEnableMask & CY_SCB_SPI_RX_INTR_MASK); in Cy_SCB_SPI_Init()241 SCB_INTR_RX_MASK(base) = 0UL; in Cy_SCB_SPI_DeInit()
368 SCB_INTR_RX_MASK(base) = (config->rxFifoIntEnableMask & CY_SCB_UART_RX_INTR_MASK); in Cy_SCB_UART_Init()434 SCB_INTR_RX_MASK(base) = 0UL; in Cy_SCB_UART_DeInit()
132 SCB_INTR_RX_MASK(base) = 0UL; in Cy_SCB_I2C_Init()194 SCB_INTR_RX_MASK(base) = 0UL; in Cy_SCB_I2C_DeInit()
1221 SCB_INTR_RX_MASK(base) = interruptMask; in Cy_SCB_SetRxInterruptMask()1242 return (SCB_INTR_RX_MASK(base)); in Cy_SCB_GetRxInterruptMask()
1847 #define SCB_INTR_RX_MASK(base) (((CySCB_Type*) (base))->INTR_RX_MASK) macro1893 #define SCB_INTR_RX_MASK(base) (((CySCB_V1_Type*) (base))->INTR_RX_MASK) macro
2274 #define SCB_INTR_RX_MASK(base) (((CySCB_Type*) (base))->INTR_RX_MASK) macro
640 #define SCB_INTR_RX_MASK(base) (((CySCB_Type*) (base))->INTR_RX_MASK) macro