Searched refs:attributes (Results 1 – 11 of 11) sorted by relevance
/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/include/ |
D | cy_usbfs_dev_drv_pvt.h | 42 __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()
|
D | cy_usbfs_dev_drv.h | 893 uint8_t attributes; /**< The endpoint attributes */ member
|
/hal_infineon-3.7.0/XMCLib/devices/XMC4500/Source/GCC/ |
D | XMC4504x512.ld | 293 /* Build attributes */ 294 .build_attributes 0 : { *(.ARM.attributes) }
|
D | XMC4500x1024.ld | 317 /* Build attributes */ 318 .build_attributes 0 : { *(.ARM.attributes) }
|
D | XMC4500x768.ld | 317 /* Build attributes */ 318 .build_attributes 0 : { *(.ARM.attributes) }
|
D | XMC4502x768.ld | 315 /* Build attributes */ 316 .build_attributes 0 : { *(.ARM.attributes) }
|
/hal_infineon-3.7.0/core-lib/ |
D | README.md | 39 …er compatible code. Use the CY_NOINIT, CY_SECTION, CY_UNUSED, CY_ALIGN attributes at the first pla…
|
D | RELEASE.md | 35 …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/ |
D | cy_usbfs_dev_drv_io.c | 370 endpointData->sieMode = GetEndpointActiveMode(inDirection, config->attributes); in AddEndpointHwBuffer()
|
D | cy_usbfs_dev_drv_io_dma.c | 708 endpointData->sieMode = GetEndpointActiveMode(inDirection, config->attributes); in AddEndpointRamBuffer()
|
/hal_infineon-3.7.0/mtb-hal-cat1/source/ |
D | cyhal_usb_dev.c | 640 ep_config.attributes = (uint8_t) type; in cyhal_usb_dev_endpoint_add()
|