Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/include/
Dcy_dmac.h257 } cy_en_dmac_channel_state_t; typedef
399cy_en_dmac_channel_state_t channelState; /**< Specifies whether the channel is enabled or dis…
504 …or_SetChannelState (cy_stc_dmac_descriptor_t * descriptor, cy_en_dmac_channel_state_t channelS…
523 __STATIC_INLINE cy_en_dmac_channel_state_t Cy_DMAC_Descriptor_GetChannelState (cy_stc_dmac_de…
1062 …criptor_SetChannelState(cy_stc_dmac_descriptor_t * descriptor, cy_en_dmac_channel_state_t channelS… in Cy_DMAC_Descriptor_SetChannelState()
1086 __STATIC_INLINE cy_en_dmac_channel_state_t Cy_DMAC_Descriptor_GetChannelState(cy_stc_dmac_descripto… in Cy_DMAC_Descriptor_GetChannelState()
1088 return((cy_en_dmac_channel_state_t) _FLD2VAL(DMAC_CH_V2_DESCR_CTL_CH_DISABLE, descriptor->ctl)); in Cy_DMAC_Descriptor_GetChannelState()