Lines Matching refs:interrupt
461 …hannel_ClearInterrupt (AXI_DMAC_Type * base, uint32_t channel, uint32_t interrupt);
462 …hannel_SetInterrupt (AXI_DMAC_Type * base, uint32_t channel, uint32_t interrupt);
464 …hannel_SetInterruptMask (AXI_DMAC_Type * base, uint32_t channel, uint32_t interrupt);
1875 … void Cy_AXIDMAC_Channel_ClearInterrupt(AXI_DMAC_Type * base, uint32_t channel, uint32_t interrupt) in Cy_AXIDMAC_Channel_ClearInterrupt() argument
1878 CY_ASSERT_L2(CY_AXIDMAC_IS_INTR_MASK_VALID(interrupt)); in Cy_AXIDMAC_Channel_ClearInterrupt()
1880 AXIDMAC_CH_INTR(base, channel) = interrupt; in Cy_AXIDMAC_Channel_ClearInterrupt()
1905 …NE void Cy_AXIDMAC_Channel_SetInterrupt(AXI_DMAC_Type * base, uint32_t channel, uint32_t interrupt) in Cy_AXIDMAC_Channel_SetInterrupt() argument
1908 CY_ASSERT_L2(CY_AXIDMAC_IS_INTR_MASK_VALID(interrupt)); in Cy_AXIDMAC_Channel_SetInterrupt()
1910 AXIDMAC_CH_INTR_SET(base, channel) = interrupt; in Cy_AXIDMAC_Channel_SetInterrupt()
1960 …oid Cy_AXIDMAC_Channel_SetInterruptMask(AXI_DMAC_Type * base, uint32_t channel, uint32_t interrupt) in Cy_AXIDMAC_Channel_SetInterruptMask() argument
1963 CY_ASSERT_L2(CY_AXIDMAC_IS_INTR_MASK_VALID(interrupt)); in Cy_AXIDMAC_Channel_SetInterruptMask()
1964 AXIDMAC_CH_INTR_MASK(base, channel) = interrupt; in Cy_AXIDMAC_Channel_SetInterruptMask()