Home
last modified time | relevance | path

Searched defs:inDirection (Results 1 – 4 of 4) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_usbfs_dev_drv_io_dma.c312 static void DmaEndpointInit1D(cy_stc_dma_descriptor_t *descr, bool inDirection, in DmaEndpointInit1D()
359 static void DmaEndpointInit2D(cy_stc_dma_descriptor_t *descr, bool inDirection, in DmaEndpointInit2D()
399 static void DmaEndpointSetLength(bool inDirection, uint32_t size, in DmaEndpointSetLength()
532 bool inDirection = IS_EP_DIR_IN(endpointData->address); in DmaEndpointInit() local
598 bool inDirection, in DynamicEndpointReConfiguration()
701 bool inDirection = IS_EP_DIR_IN(config->endpointAddr); in AddEndpointRamBuffer() local
765 bool inDirection = IS_EP_DIR_IN(endpointData->address); in RestoreEndpointRamBuffer() local
Dcy_usbfs_dev_drv_io.c267 bool inDirection = IS_EP_DIR_IN(endpointData->address); in RestoreEndpointHwBuffer() local
363 bool inDirection = IS_EP_DIR_IN(config->endpointAddr); in AddEndpointHwBuffer() local
851 bool inDirection = IS_EP_DIR_IN(endpointData->address); in Cy_USBFS_Dev_Drv_Abort() local
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_usbfs_dev_drv_reg.h679 __STATIC_INLINE void Cy_USBFS_Dev_Drv_SetSieEpStall(USBFS_Type *base, bool inDirection, uint32_t en… in Cy_USBFS_Dev_Drv_SetSieEpStall()
1492 __STATIC_INLINE void Cy_USBFS_Dev_Drv_SetEpType(USBFS_Type *base, bool inDirection, uint32_t endpoi… in Cy_USBFS_Dev_Drv_SetEpType()
Dcy_usbfs_dev_drv_pvt.h169 __STATIC_INLINE uint8_t GetEndpointActiveMode(bool inDirection, uint8_t attributes) in GetEndpointActiveMode()