Home
last modified time | relevance | path

Searched refs:GetConfigurationStrDescriptor (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Core/Inc/
Dusbd_def.h208 uint8_t *(*GetConfigurationStrDescriptor)( USBD_SpeedTypeDef speed , uint16_t *length); member
/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Core/Src/
Dusbd_ctlreq.c382 pbuf = pdev->pDesc->GetConfigurationStrDescriptor(pdev->dev_speed, &len); in USBD_GetDescriptor()