Home
last modified time | relevance | path

Searched refs:allocBuffer (Results 1 – 4 of 4) sorted by relevance

/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/source/
Dcy_usbfs_dev_drv_io.c343 if (config->allocBuffer) in AddEndpointHwBuffer()
Dcy_usbfs_dev_drv_io_dma.c679 if (config->allocBuffer) in AddEndpointRamBuffer()
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/include/
Dcy_usbfs_dev_drv.h873 bool allocBuffer; /**< Defines if the endpoint needs buffer allocation */ member
/hal_infineon-3.4.0/mtb-hal-cat1/COMPONENT_PSOC6HAL/source/
Dcyhal_usb_dev.c633 ep_config.allocBuffer = alloc; in cyhal_usb_dev_endpoint_add()