Home
last modified time | relevance | path

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

/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/include/
Dcy_usbfs_dev_drv_pvt.h42 __STATIC_INLINE uint8_t GetEndpointActiveMode(bool inDirection, uint8_t attributes);
169 __STATIC_INLINE uint8_t GetEndpointActiveMode(bool inDirection, uint8_t attributes) in GetEndpointActiveMode() argument
173 if (ENDPOINT_TYPE_ISOC == (attributes & ENDPOINT_ATTR_MASK)) in GetEndpointActiveMode()
Dcy_usbfs_dev_drv.h893 uint8_t attributes; /**< The endpoint attributes */ member
/hal_infineon-3.7.0/XMCLib/devices/XMC4500/Source/GCC/
DXMC4504x512.ld293 /* Build attributes */
294 .build_attributes 0 : { *(.ARM.attributes) }
DXMC4500x1024.ld317 /* Build attributes */
318 .build_attributes 0 : { *(.ARM.attributes) }
DXMC4500x768.ld317 /* Build attributes */
318 .build_attributes 0 : { *(.ARM.attributes) }
DXMC4502x768.ld315 /* Build attributes */
316 .build_attributes 0 : { *(.ARM.attributes) }
/hal_infineon-3.7.0/core-lib/
DREADME.md39 …er compatible code. Use the CY_NOINIT, CY_SECTION, CY_UNUSED, CY_ALIGN attributes at the first pla…
DRELEASE.md35 …er compatible code. Use the CY_NOINIT, CY_SECTION, CY_UNUSED, CY_ALIGN attributes at the first pla…
/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/source/
Dcy_usbfs_dev_drv_io.c370 endpointData->sieMode = GetEndpointActiveMode(inDirection, config->attributes); in AddEndpointHwBuffer()
Dcy_usbfs_dev_drv_io_dma.c708 endpointData->sieMode = GetEndpointActiveMode(inDirection, config->attributes); in AddEndpointRamBuffer()
/hal_infineon-3.7.0/mtb-hal-cat1/source/
Dcyhal_usb_dev.c640 ep_config.attributes = (uint8_t) type; in cyhal_usb_dev_endpoint_add()