Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/include/
Dcy_dma.h293 } cy_en_dma_channel_state_t; typedef
409cy_en_dma_channel_state_t channelState; /**< Specifies whether the channel is enabled or disa…
543 …ptor_SetChannelState (cy_stc_dma_descriptor_t * descriptor, cy_en_dma_channel_state_t channelS…
562 __STATIC_INLINE cy_en_dma_channel_state_t Cy_DMA_Descriptor_GetChannelState (cy_stc_dma_descr…
1143 …escriptor_SetChannelState(cy_stc_dma_descriptor_t * descriptor, cy_en_dma_channel_state_t channelS… in Cy_DMA_Descriptor_SetChannelState()
1167 __STATIC_INLINE cy_en_dma_channel_state_t Cy_DMA_Descriptor_GetChannelState(cy_stc_dma_descriptor_t… in Cy_DMA_Descriptor_GetChannelState()
1169 return((cy_en_dma_channel_state_t) _FLD2VAL(CY_DMA_CTL_CH_DISABLE, descriptor->ctl)); in Cy_DMA_Descriptor_GetChannelState()