Home
last modified time | relevance | path

Searched refs:USBH_malloc (Results 1 – 3 of 3) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Core/Inc/
H A Dusbh_conf_template.h62 #define USBH_malloc malloc macro
/btstack/port/stm32-f4discovery-usb/USB_HOST/Target/
H A Dusbh_conf.h115 #define USBH_malloc malloc macro
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Class/HID/Src/
H A Dusbh_hid.c160 phost->pActiveClass->pData = (HID_HandleTypeDef *)USBH_malloc(sizeof(HID_HandleTypeDef)); in USBH_HID_InterfaceInit()