Home
last modified time | relevance | path

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

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