Searched defs:descriptor (Results 1 – 7 of 7) sorted by relevance
| /hal_infineon-latest/mtb-pdl-cat1/drivers/include/ |
| D | cy_dmac.h | 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() [all …]
|
| D | cy_axidmac.h | 371 …cy_stc_axidmac_descriptor_t * descriptor; /**< The AXIDMAC descriptor associated with the chan… member 841 __STATIC_INLINE void Cy_AXIDMAC_Descriptor_SetSrcAddress(cy_stc_axidmac_descriptor_t * descriptor, … in Cy_AXIDMAC_Descriptor_SetSrcAddress() 863 …IC_INLINE void * Cy_AXIDMAC_Descriptor_GetSrcAddress(cy_stc_axidmac_descriptor_t const * descripto… in Cy_AXIDMAC_Descriptor_GetSrcAddress() 885 __STATIC_INLINE void Cy_AXIDMAC_Descriptor_SetDstAddress(cy_stc_axidmac_descriptor_t * descriptor, … in Cy_AXIDMAC_Descriptor_SetDstAddress() 907 …IC_INLINE void * Cy_AXIDMAC_Descriptor_GetDstAddress(cy_stc_axidmac_descriptor_t const * descripto… in Cy_AXIDMAC_Descriptor_GetDstAddress() 929 …ATIC_INLINE void Cy_AXIDMAC_Descriptor_SetInterruptType(cy_stc_axidmac_descriptor_t * descriptor, … in Cy_AXIDMAC_Descriptor_SetInterruptType() 953 …rigger_type_t Cy_AXIDMAC_Descriptor_GetInterruptType(cy_stc_axidmac_descriptor_t const * descripto… in Cy_AXIDMAC_Descriptor_GetInterruptType() 976 …ATIC_INLINE void Cy_AXIDMAC_Descriptor_SetTriggerInType(cy_stc_axidmac_descriptor_t * descriptor, … in Cy_AXIDMAC_Descriptor_SetTriggerInType() 1000 …rigger_type_t Cy_AXIDMAC_Descriptor_GetTriggerInType(cy_stc_axidmac_descriptor_t const * descripto… in Cy_AXIDMAC_Descriptor_GetTriggerInType() 1023 …TIC_INLINE void Cy_AXIDMAC_Descriptor_SetTriggerOutType(cy_stc_axidmac_descriptor_t * descriptor, … in Cy_AXIDMAC_Descriptor_SetTriggerOutType() [all …]
|
| D | cy_dma.h | 479 …cy_stc_dma_descriptor_t * descriptor; /**< The DMA descriptor associated with the channel bei… member 810 __STATIC_INLINE void Cy_DMA_Descriptor_SetSrcAddress(cy_stc_dma_descriptor_t * descriptor, void con… in Cy_DMA_Descriptor_SetSrcAddress() 832 __STATIC_INLINE void * Cy_DMA_Descriptor_GetSrcAddress(cy_stc_dma_descriptor_t const * descriptor) in Cy_DMA_Descriptor_GetSrcAddress() 855 __STATIC_INLINE void Cy_DMA_Descriptor_SetDstAddress(cy_stc_dma_descriptor_t * descriptor, void con… in Cy_DMA_Descriptor_SetDstAddress() 877 __STATIC_INLINE void * Cy_DMA_Descriptor_GetDstAddress(cy_stc_dma_descriptor_t const * descriptor) in Cy_DMA_Descriptor_GetDstAddress() 899 __STATIC_INLINE void Cy_DMA_Descriptor_SetInterruptType(cy_stc_dma_descriptor_t * descriptor, cy_en… in Cy_DMA_Descriptor_SetInterruptType() 923 …n_dma_trigger_type_t Cy_DMA_Descriptor_GetInterruptType(cy_stc_dma_descriptor_t const * descriptor) in Cy_DMA_Descriptor_GetInterruptType() 945 __STATIC_INLINE void Cy_DMA_Descriptor_SetTriggerInType(cy_stc_dma_descriptor_t * descriptor, cy_en… in Cy_DMA_Descriptor_SetTriggerInType() 969 …n_dma_trigger_type_t Cy_DMA_Descriptor_GetTriggerInType(cy_stc_dma_descriptor_t const * descriptor) in Cy_DMA_Descriptor_GetTriggerInType() 991 __STATIC_INLINE void Cy_DMA_Descriptor_SetTriggerOutType(cy_stc_dma_descriptor_t * descriptor, cy_e… in Cy_DMA_Descriptor_SetTriggerOutType() [all …]
|
| /hal_infineon-latest/mtb-pdl-cat1/drivers/source/ |
| D | cy_axidmac.c | 44 cy_en_axidmac_status_t Cy_AXIDMAC_Descriptor_Init(cy_stc_axidmac_descriptor_t * descriptor, const c… in Cy_AXIDMAC_Descriptor_Init() 109 void Cy_AXIDMAC_Descriptor_DeInit(cy_stc_axidmac_descriptor_t * descriptor) in Cy_AXIDMAC_Descriptor_DeInit() 179 uint32_t Cy_AXIDMAC_Descriptor_GetXloopDataCount(cy_stc_axidmac_descriptor_t const * descriptor) in Cy_AXIDMAC_Descriptor_GetXloopDataCount() 201 void Cy_AXIDMAC_Descriptor_SetXloopDataCount(cy_stc_axidmac_descriptor_t * descriptor, uint32_t xCo… in Cy_AXIDMAC_Descriptor_SetXloopDataCount() 225 void Cy_AXIDMAC_Descriptor_SetNextDescriptor(cy_stc_axidmac_descriptor_t * descriptor, cy_stc_axidm… in Cy_AXIDMAC_Descriptor_SetNextDescriptor() 267 …scriptor_t * Cy_AXIDMAC_Descriptor_GetNextDescriptor(cy_stc_axidmac_descriptor_t const * descripto… in Cy_AXIDMAC_Descriptor_GetNextDescriptor() 313 void Cy_AXIDMAC_Descriptor_SetDescriptorType(cy_stc_axidmac_descriptor_t * descriptor, cy_en_axidma… in Cy_AXIDMAC_Descriptor_SetDescriptorType()
|
| D | cy_dmac.c | 63 cy_en_dmac_status_t Cy_DMAC_Descriptor_Init(cy_stc_dmac_descriptor_t * descriptor, const cy_stc_dma… in Cy_DMAC_Descriptor_Init() 146 void Cy_DMAC_Descriptor_DeInit(cy_stc_dmac_descriptor_t * descriptor) in Cy_DMAC_Descriptor_DeInit() 257 uint32_t Cy_DMAC_Descriptor_GetXloopDataCount(cy_stc_dmac_descriptor_t const * descriptor) in Cy_DMAC_Descriptor_GetXloopDataCount() 303 void Cy_DMAC_Descriptor_SetXloopDataCount(cy_stc_dmac_descriptor_t * descriptor, uint32_t xCount) in Cy_DMAC_Descriptor_SetXloopDataCount() 348 void Cy_DMAC_Descriptor_SetNextDescriptor(cy_stc_dmac_descriptor_t * descriptor, cy_stc_dmac_descri… in Cy_DMAC_Descriptor_SetNextDescriptor() 402 …ac_descriptor_t * Cy_DMAC_Descriptor_GetNextDescriptor(cy_stc_dmac_descriptor_t const * descriptor) in Cy_DMAC_Descriptor_GetNextDescriptor() 459 void Cy_DMAC_Descriptor_SetDescriptorType(cy_stc_dmac_descriptor_t * descriptor, cy_en_dmac_descrip… in Cy_DMAC_Descriptor_SetDescriptorType()
|
| D | cy_dma.c | 107 cy_en_dma_status_t Cy_DMA_Descriptor_Init(cy_stc_dma_descriptor_t * descriptor, const cy_stc_dma_de… in Cy_DMA_Descriptor_Init() 223 void Cy_DMA_Descriptor_DeInit(cy_stc_dma_descriptor_t * descriptor) in Cy_DMA_Descriptor_DeInit() 335 void Cy_DMA_Descriptor_SetNextDescriptor(cy_stc_dma_descriptor_t * descriptor, cy_stc_dma_descripto… in Cy_DMA_Descriptor_SetNextDescriptor() 381 …_dma_descriptor_t * Cy_DMA_Descriptor_GetNextDescriptor(cy_stc_dma_descriptor_t const * descriptor) in Cy_DMA_Descriptor_GetNextDescriptor() 434 void Cy_DMA_Descriptor_SetDescriptorType(cy_stc_dma_descriptor_t * descriptor, cy_en_dma_descriptor… in Cy_DMA_Descriptor_SetDescriptorType()
|
| /hal_infineon-latest/mtb-hal-cat1/include_pvt/ |
| D | cyhal_hw_types.h | 251 } descriptor; member
|