Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Core/Src/
Dusbd_ctlreq.c100 static uint8_t USBD_GetLen(uint8_t *buf);
738 *len = USBD_GetLen(desc) * 2 + 2; in USBD_GetString()
756 static uint8_t USBD_GetLen(uint8_t *buf) in USBD_GetLen() function