Searched refs:Cy_SCB_SetTxInterruptMask (Results 1 – 7 of 7) sorted by relevance
| /hal_infineon-latest/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() 710 Cy_SCB_SetTxInterruptMask(base, CY_SCB_TX_INTR_LEVEL); in Cy_SCB_SPI_Transfer() 724 Cy_SCB_SetTxInterruptMask(base, CY_SCB_TX_INTR_LEVEL | CY_SCB_TX_INTR_UNDERFLOW); in Cy_SCB_SPI_Transfer() 881 Cy_SCB_SetTxInterruptMask(base, CY_SCB_TX_INTR_LEVEL); in Cy_SCB_SPI_Transfer_Buffer() 895 Cy_SCB_SetTxInterruptMask(base, CY_SCB_TX_INTR_LEVEL | CY_SCB_TX_INTR_UNDERFLOW); in Cy_SCB_SPI_Transfer_Buffer() 943 Cy_SCB_SetTxInterruptMask(base, CY_SCB_CLEAR_ALL_INTR_SRC); in Cy_SCB_SPI_AbortTransfer() 948 Cy_SCB_SetTxInterruptMask(base, CY_SCB_TX_INTR_UNDERFLOW); in Cy_SCB_SPI_AbortTransfer() 1270 …Cy_SCB_SetTxInterruptMask(base, (Cy_SCB_GetTxInterruptMask(base) & (uint32_t) ~CY_SCB_TX_INTR_LEVE… in HandleTransmit()
|
| D | cy_scb_uart.c | 1137 Cy_SCB_SetTxInterruptMask(base, CY_SCB_UART_TX_INTR); in Cy_SCB_UART_Transmit() 1142 Cy_SCB_SetTxInterruptMask(base, CY_SCB_TX_INTR_LEVEL); in Cy_SCB_UART_Transmit() 1178 Cy_SCB_SetTxInterruptMask(base, CY_SCB_CLEAR_ALL_INTR_SRC); in Cy_SCB_UART_AbortTransmit() 1283 Cy_SCB_SetTxInterruptMask(base, 0UL); in Cy_SCB_UART_SendBreakBlocking() 1305 Cy_SCB_SetTxInterruptMask(base, txIntrReg); in Cy_SCB_UART_SendBreakBlocking() 1422 Cy_SCB_SetTxInterruptMask(base, CY_SCB_CLEAR_ALL_INTR_SRC); in Cy_SCB_UART_Interrupt() 1662 Cy_SCB_SetTxInterruptMask(base, (CY_SCB_TX_INTR_UART_DONE | in HandleDataTransmit()
|
| D | cy_scb_i2c.c | 1565 Cy_SCB_SetTxInterruptMask (base, CY_SCB_TX_INTR_LEVEL); in Cy_SCB_I2C_MasterWrite() 1617 Cy_SCB_SetTxInterruptMask(base, CY_SCB_CLEAR_ALL_INTR_SRC); in Cy_SCB_I2C_MasterAbortWrite() 2495 Cy_SCB_SetTxInterruptMask(base, CY_SCB_TX_INTR_LEVEL); in SlaveHandleAddress() 2650 Cy_SCB_SetTxInterruptMask(base, CY_SCB_TX_INTR_LEVEL); in SlaveHandleDataTransmit() 2701 Cy_SCB_SetTxInterruptMask(base, CY_SCB_TX_INTR_UNDERFLOW); in SlaveHandleDataTransmit() 2788 Cy_SCB_SetTxInterruptMask(base, CY_SCB_CLEAR_ALL_INTR_SRC); in SlaveHandleStop() 3099 Cy_SCB_SetTxInterruptMask(base, CY_SCB_TX_INTR_UNDERFLOW); in MasterHandleDataTransmit() 3106 Cy_SCB_SetTxInterruptMask(base, CY_SCB_CLEAR_ALL_INTR_SRC); in MasterHandleDataTransmit() 3151 Cy_SCB_SetTxInterruptMask(base, CY_SCB_CLEAR_ALL_INTR_SRC); in MasterHandleStop() 3200 Cy_SCB_SetTxInterruptMask (base, CY_SCB_CLEAR_ALL_INTR_SRC); in MasterHandleComplete()
|
| D | cy_scb_ezi2c.c | 882 Cy_SCB_SetTxInterruptMask(base, CY_SCB_CLEAR_ALL_INTR_SRC); in HandleErrors() 966 Cy_SCB_SetTxInterruptMask(base, CY_SCB_TX_INTR_LEVEL); in HandleAddress() 1255 Cy_SCB_SetTxInterruptMask(base, CY_SCB_CLEAR_ALL_INTR_SRC); in HandleStop()
|
| /hal_infineon-latest/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() 1570 … Cy_SCB_SetTxInterruptMask(obj->base, Cy_SCB_GetTxInterruptMask(obj->base) | CY_SCB_UART_TX_EMPTY); in cyhal_uart_enable_event() 1575 … Cy_SCB_SetTxInterruptMask(obj->base, Cy_SCB_GetTxInterruptMask(obj->base) | CY_SCB_UART_TX_DONE); in cyhal_uart_enable_event() 1584 …Cy_SCB_SetTxInterruptMask(obj->base, Cy_SCB_GetTxInterruptMask(obj->base) | (CY_SCB_UART_TX_OVERFL… in cyhal_uart_enable_event() 1590 …Cy_SCB_SetTxInterruptMask(obj->base, Cy_SCB_GetTxInterruptMask(obj->base) | (CY_SCB_UART_TX_OVERFL… in cyhal_uart_enable_event() 1596 …Cy_SCB_SetTxInterruptMask(obj->base, Cy_SCB_GetTxInterruptMask(obj->base) | (CY_SCB_UART_TX_OVERFL… in cyhal_uart_enable_event() 1602 …Cy_SCB_SetTxInterruptMask(obj->base, Cy_SCB_GetTxInterruptMask(obj->base) | CY_SCB_UART_TX_TRIGGER… in cyhal_uart_enable_event() 1627 …Cy_SCB_SetTxInterruptMask(obj->base, Cy_SCB_GetTxInterruptMask(obj->base) & ~CY_SCB_UART_TX_EMPTY); in cyhal_uart_enable_event() 1631 … Cy_SCB_SetTxInterruptMask(obj->base, Cy_SCB_GetTxInterruptMask(obj->base) & ~CY_SCB_UART_TX_DONE); in cyhal_uart_enable_event() [all …]
|
| /hal_infineon-latest/mtb-pdl-cat1/drivers/include/ |
| D | cy_scb_common.h | 400 __STATIC_INLINE void Cy_SCB_SetTxInterruptMask (CySCB_Type *base, uint32_t interruptMask); 1361 __STATIC_INLINE void Cy_SCB_SetTxInterruptMask(CySCB_Type *base, uint32_t interruptMask) in Cy_SCB_SetTxInterruptMask() function
|
| /hal_infineon-latest/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()
|