Lines Matching defs:descriptor
457 …cy_stc_dmac_descriptor_t * descriptor; /**< The DMAC descriptor associated with the channel be… member
652 __STATIC_INLINE void Cy_DMAC_Descriptor_SetSrcAddress(cy_stc_dmac_descriptor_t * descriptor, void c… in Cy_DMAC_Descriptor_SetSrcAddress()
674 __STATIC_INLINE void * Cy_DMAC_Descriptor_GetSrcAddress(cy_stc_dmac_descriptor_t const * descriptor) in Cy_DMAC_Descriptor_GetSrcAddress()
697 __STATIC_INLINE void Cy_DMAC_Descriptor_SetDstAddress(cy_stc_dmac_descriptor_t * descriptor, void c… in Cy_DMAC_Descriptor_SetDstAddress()
721 __STATIC_INLINE void * Cy_DMAC_Descriptor_GetDstAddress(cy_stc_dmac_descriptor_t const * descriptor) in Cy_DMAC_Descriptor_GetDstAddress()
745 __STATIC_INLINE void Cy_DMAC_Descriptor_SetInterruptType(cy_stc_dmac_descriptor_t * descriptor, cy_… in Cy_DMAC_Descriptor_SetInterruptType()
769 …mac_trigger_type_t Cy_DMAC_Descriptor_GetInterruptType(cy_stc_dmac_descriptor_t const * descriptor) in Cy_DMAC_Descriptor_GetInterruptType()
791 __STATIC_INLINE void Cy_DMAC_Descriptor_SetTriggerInType(cy_stc_dmac_descriptor_t * descriptor, cy_… in Cy_DMAC_Descriptor_SetTriggerInType()
815 …mac_trigger_type_t Cy_DMAC_Descriptor_GetTriggerInType(cy_stc_dmac_descriptor_t const * descriptor) in Cy_DMAC_Descriptor_GetTriggerInType()
837 __STATIC_INLINE void Cy_DMAC_Descriptor_SetTriggerOutType(cy_stc_dmac_descriptor_t * descriptor, cy… in Cy_DMAC_Descriptor_SetTriggerOutType()
861 …ac_trigger_type_t Cy_DMAC_Descriptor_GetTriggerOutType(cy_stc_dmac_descriptor_t const * descriptor) in Cy_DMAC_Descriptor_GetTriggerOutType()
883 __STATIC_INLINE void Cy_DMAC_Descriptor_SetDataSize(cy_stc_dmac_descriptor_t * descriptor, cy_en_dm… in Cy_DMAC_Descriptor_SetDataSize()
907 … cy_en_dmac_data_size_t Cy_DMAC_Descriptor_GetDataSize(cy_stc_dmac_descriptor_t const * descriptor) in Cy_DMAC_Descriptor_GetDataSize()
928 __STATIC_INLINE void Cy_DMAC_Descriptor_SetSrcTransferSize(cy_stc_dmac_descriptor_t * descriptor, c… in Cy_DMAC_Descriptor_SetSrcTransferSize()
952 …_transfer_size_t Cy_DMAC_Descriptor_GetSrcTransferSize(cy_stc_dmac_descriptor_t const * descriptor) in Cy_DMAC_Descriptor_GetSrcTransferSize()
974 __STATIC_INLINE void Cy_DMAC_Descriptor_SetDstTransferSize(cy_stc_dmac_descriptor_t * descriptor, c… in Cy_DMAC_Descriptor_SetDstTransferSize()
998 …_transfer_size_t Cy_DMAC_Descriptor_GetDstTransferSize(cy_stc_dmac_descriptor_t const * descriptor) in Cy_DMAC_Descriptor_GetDstTransferSize()
1022 __STATIC_INLINE void Cy_DMAC_Descriptor_SetRetrigger(cy_stc_dmac_descriptor_t * descriptor, cy_en_d… in Cy_DMAC_Descriptor_SetRetrigger()
1047 …cy_en_dmac_retrigger_t Cy_DMAC_Descriptor_GetRetrigger(cy_stc_dmac_descriptor_t const * descriptor) in Cy_DMAC_Descriptor_GetRetrigger()
1069 …descriptor_type_t Cy_DMAC_Descriptor_GetDescriptorType(cy_stc_dmac_descriptor_t const * descriptor) in Cy_DMAC_Descriptor_GetDescriptorType()
1091 __STATIC_INLINE void Cy_DMAC_Descriptor_SetChannelState(cy_stc_dmac_descriptor_t * descriptor, cy_e… in Cy_DMAC_Descriptor_SetChannelState()
1115 …mac_channel_state_t Cy_DMAC_Descriptor_GetChannelState(cy_stc_dmac_descriptor_t const * descriptor) in Cy_DMAC_Descriptor_GetChannelState()
1138 __STATIC_INLINE void Cy_DMAC_Descriptor_SetXloopSrcIncrement(cy_stc_dmac_descriptor_t * descriptor,… in Cy_DMAC_Descriptor_SetXloopSrcIncrement()
1164 …INLINE int32_t Cy_DMAC_Descriptor_GetXloopSrcIncrement(cy_stc_dmac_descriptor_t const * descriptor) in Cy_DMAC_Descriptor_GetXloopSrcIncrement()
1189 __STATIC_INLINE void Cy_DMAC_Descriptor_SetXloopDstIncrement(cy_stc_dmac_descriptor_t * descriptor,… in Cy_DMAC_Descriptor_SetXloopDstIncrement()
1215 …INLINE int32_t Cy_DMAC_Descriptor_GetXloopDstIncrement(cy_stc_dmac_descriptor_t const * descriptor) in Cy_DMAC_Descriptor_GetXloopDstIncrement()
1240 __STATIC_INLINE void Cy_DMAC_Descriptor_SetYloopDataCount(cy_stc_dmac_descriptor_t * descriptor, ui… in Cy_DMAC_Descriptor_SetYloopDataCount()
1266 …C_INLINE uint32_t Cy_DMAC_Descriptor_GetYloopDataCount(cy_stc_dmac_descriptor_t const * descriptor) in Cy_DMAC_Descriptor_GetYloopDataCount()
1291 __STATIC_INLINE void Cy_DMAC_Descriptor_SetYloopSrcIncrement(cy_stc_dmac_descriptor_t * descriptor,… in Cy_DMAC_Descriptor_SetYloopSrcIncrement()
1317 …INLINE int32_t Cy_DMAC_Descriptor_GetYloopSrcIncrement(cy_stc_dmac_descriptor_t const * descriptor) in Cy_DMAC_Descriptor_GetYloopSrcIncrement()
1342 __STATIC_INLINE void Cy_DMAC_Descriptor_SetYloopDstIncrement(cy_stc_dmac_descriptor_t * descriptor,… in Cy_DMAC_Descriptor_SetYloopDstIncrement()
1368 …INLINE int32_t Cy_DMAC_Descriptor_GetYloopDstIncrement(cy_stc_dmac_descriptor_t const * descriptor) in Cy_DMAC_Descriptor_GetYloopDstIncrement()
1404 …nnel_SetDescriptor(DMAC_Type * base, uint32_t channel, cy_stc_dmac_descriptor_t const * descriptor) in Cy_DMAC_Channel_SetDescriptor()