Searched refs:Cy_SCB_SetTxInterruptMask (Results 1 – 7 of 7) sorted by relevance
/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/source/ |
D | cy_scb_spi.c | 296 Cy_SCB_SetTxInterruptMask(base, CY_SCB_CLEAR_ALL_INTR_SRC); in Cy_SCB_SPI_Disable() 707 Cy_SCB_SetTxInterruptMask(base, CY_SCB_TX_INTR_LEVEL); in Cy_SCB_SPI_Transfer() 721 Cy_SCB_SetTxInterruptMask(base, CY_SCB_TX_INTR_LEVEL | CY_SCB_TX_INTR_UNDERFLOW); in Cy_SCB_SPI_Transfer() 770 Cy_SCB_SetTxInterruptMask(base, CY_SCB_CLEAR_ALL_INTR_SRC); in Cy_SCB_SPI_AbortTransfer() 775 Cy_SCB_SetTxInterruptMask(base, CY_SCB_TX_INTR_UNDERFLOW); in Cy_SCB_SPI_AbortTransfer() 1082 …Cy_SCB_SetTxInterruptMask(base, (Cy_SCB_GetTxInterruptMask(base) & (uint32_t) ~CY_SCB_TX_INTR_LEVE… in HandleTransmit()
|
D | cy_scb_uart.c | 1133 Cy_SCB_SetTxInterruptMask(base, CY_SCB_UART_TX_INTR); in Cy_SCB_UART_Transmit() 1138 Cy_SCB_SetTxInterruptMask(base, CY_SCB_TX_INTR_LEVEL); in Cy_SCB_UART_Transmit() 1174 Cy_SCB_SetTxInterruptMask(base, CY_SCB_CLEAR_ALL_INTR_SRC); in Cy_SCB_UART_AbortTransmit() 1279 Cy_SCB_SetTxInterruptMask(base, 0UL); in Cy_SCB_UART_SendBreakBlocking() 1301 Cy_SCB_SetTxInterruptMask(base, txIntrReg); in Cy_SCB_UART_SendBreakBlocking() 1411 Cy_SCB_SetTxInterruptMask(base, CY_SCB_CLEAR_ALL_INTR_SRC); in Cy_SCB_UART_Interrupt() 1650 Cy_SCB_SetTxInterruptMask(base, (CY_SCB_TX_INTR_UART_DONE | in HandleDataTransmit()
|
D | cy_scb_i2c.c | 1563 Cy_SCB_SetTxInterruptMask (base, CY_SCB_TX_INTR_LEVEL); in Cy_SCB_I2C_MasterWrite() 1615 Cy_SCB_SetTxInterruptMask(base, CY_SCB_CLEAR_ALL_INTR_SRC); in Cy_SCB_I2C_MasterAbortWrite() 2493 Cy_SCB_SetTxInterruptMask(base, CY_SCB_TX_INTR_LEVEL); in SlaveHandleAddress() 2648 Cy_SCB_SetTxInterruptMask(base, CY_SCB_TX_INTR_LEVEL); in SlaveHandleDataTransmit() 2699 Cy_SCB_SetTxInterruptMask(base, CY_SCB_TX_INTR_UNDERFLOW); in SlaveHandleDataTransmit() 2786 Cy_SCB_SetTxInterruptMask(base, CY_SCB_CLEAR_ALL_INTR_SRC); in SlaveHandleStop() 3097 Cy_SCB_SetTxInterruptMask(base, CY_SCB_TX_INTR_UNDERFLOW); in MasterHandleDataTransmit() 3104 Cy_SCB_SetTxInterruptMask(base, CY_SCB_CLEAR_ALL_INTR_SRC); in MasterHandleDataTransmit() 3149 Cy_SCB_SetTxInterruptMask(base, CY_SCB_CLEAR_ALL_INTR_SRC); in MasterHandleStop() 3198 Cy_SCB_SetTxInterruptMask (base, CY_SCB_CLEAR_ALL_INTR_SRC); in MasterHandleComplete()
|
D | cy_scb_ezi2c.c | 873 Cy_SCB_SetTxInterruptMask(base, CY_SCB_CLEAR_ALL_INTR_SRC); in HandleErrors() 957 Cy_SCB_SetTxInterruptMask(base, CY_SCB_TX_INTR_LEVEL); in HandleAddress() 1246 Cy_SCB_SetTxInterruptMask(base, CY_SCB_CLEAR_ALL_INTR_SRC); in HandleStop()
|
/hal_infineon-3.6.0/mtb-hal-cat1/source/ |
D | cyhal_uart.c | 224 … Cy_SCB_SetTxInterruptMask(obj->base, Cy_SCB_GetTxInterruptMask(obj->base) | CY_SCB_UART_TX_DONE); in _cyhal_uart_irq_handler() 304 …Cy_SCB_SetTxInterruptMask(obj->base, Cy_SCB_GetTxInterruptMask(obj->base) & ~CY_SCB_TX_INTR_LEVEL); in _cyhal_uart_dma_handler_tx() 1550 … Cy_SCB_SetTxInterruptMask(obj->base, Cy_SCB_GetTxInterruptMask(obj->base) | CY_SCB_UART_TX_EMPTY); in cyhal_uart_enable_event() 1555 … Cy_SCB_SetTxInterruptMask(obj->base, Cy_SCB_GetTxInterruptMask(obj->base) | CY_SCB_UART_TX_DONE); in cyhal_uart_enable_event() 1564 …Cy_SCB_SetTxInterruptMask(obj->base, Cy_SCB_GetTxInterruptMask(obj->base) | (CY_SCB_UART_TX_OVERFL… in cyhal_uart_enable_event() 1570 …Cy_SCB_SetTxInterruptMask(obj->base, Cy_SCB_GetTxInterruptMask(obj->base) | (CY_SCB_UART_TX_OVERFL… in cyhal_uart_enable_event() 1576 …Cy_SCB_SetTxInterruptMask(obj->base, Cy_SCB_GetTxInterruptMask(obj->base) | (CY_SCB_UART_TX_OVERFL… in cyhal_uart_enable_event() 1582 …Cy_SCB_SetTxInterruptMask(obj->base, Cy_SCB_GetTxInterruptMask(obj->base) | CY_SCB_UART_TX_TRIGGER… in cyhal_uart_enable_event() 1607 …Cy_SCB_SetTxInterruptMask(obj->base, Cy_SCB_GetTxInterruptMask(obj->base) & ~CY_SCB_UART_TX_EMPTY); in cyhal_uart_enable_event() 1611 … Cy_SCB_SetTxInterruptMask(obj->base, Cy_SCB_GetTxInterruptMask(obj->base) & ~CY_SCB_UART_TX_DONE); in cyhal_uart_enable_event() [all …]
|
/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/include/ |
D | cy_scb_common.h | 383 __STATIC_INLINE void Cy_SCB_SetTxInterruptMask (CySCB_Type *base, uint32_t interruptMask); 1344 __STATIC_INLINE void Cy_SCB_SetTxInterruptMask(CySCB_Type *base, uint32_t interruptMask) in Cy_SCB_SetTxInterruptMask() function
|
/hal_infineon-3.6.0/bless/ |
D | cy_ble_hal_pvt.c | 1653 Cy_SCB_SetTxInterruptMask(cy_ble_halConfigPtr->hw->uartHw, CY_SCB_TX_INTR_OVERFLOW | in Cy_BLE_HAL_UART_Start()
|