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.6.0/mtb-pdl-cat1/drivers/include/
Dcy_dma.h324 } cy_en_dma_channel_state_t; typedef
440cy_en_dma_channel_state_t channelState; /**< Specifies whether the channel is enabled or disa…
574 …ptor_SetChannelState (cy_stc_dma_descriptor_t * descriptor, cy_en_dma_channel_state_t channelS…
593 __STATIC_INLINE cy_en_dma_channel_state_t Cy_DMA_Descriptor_GetChannelState (cy_stc_dma_descr…
1176 …escriptor_SetChannelState(cy_stc_dma_descriptor_t * descriptor, cy_en_dma_channel_state_t channelS… in Cy_DMA_Descriptor_SetChannelState()
1200 __STATIC_INLINE cy_en_dma_channel_state_t Cy_DMA_Descriptor_GetChannelState(cy_stc_dma_descriptor_t… in Cy_DMA_Descriptor_GetChannelState()
1202 return((cy_en_dma_channel_state_t) _FLD2VAL(CY_DMA_CTL_CH_DISABLE, descriptor->ctl)); in Cy_DMA_Descriptor_GetChannelState()