Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Core/Src/
Dusbd_ioreq.c96 uint8_t *pbuf, in USBD_CtlSendData() argument
104 USBD_LL_Transmit (pdev, 0x00, pbuf, len); in USBD_CtlSendData()
118 uint8_t *pbuf, in USBD_CtlContinueSendData() argument
122 USBD_LL_Transmit (pdev, 0x00, pbuf, len); in USBD_CtlContinueSendData()
136 uint8_t *pbuf, in USBD_CtlPrepareRx() argument
146 pbuf, in USBD_CtlPrepareRx()
161 uint8_t *pbuf, in USBD_CtlContinueRx() argument
167 pbuf, in USBD_CtlContinueRx()
Dusbd_ctlreq.c335 uint8_t *pbuf; in USBD_GetDescriptor() local
342 pbuf = pdev->pDesc->GetBOSDescriptor(pdev->dev_speed, &len); in USBD_GetDescriptor()
346 pbuf = pdev->pDesc->GetDeviceDescriptor(pdev->dev_speed, &len); in USBD_GetDescriptor()
352 pbuf = (uint8_t *)pdev->pClass->GetHSConfigDescriptor(&len); in USBD_GetDescriptor()
353 pbuf[1] = USB_DESC_TYPE_CONFIGURATION; in USBD_GetDescriptor()
357 pbuf = (uint8_t *)pdev->pClass->GetFSConfigDescriptor(&len); in USBD_GetDescriptor()
358 pbuf[1] = USB_DESC_TYPE_CONFIGURATION; in USBD_GetDescriptor()
366 pbuf = pdev->pDesc->GetLangIDStrDescriptor(pdev->dev_speed, &len); in USBD_GetDescriptor()
370 pbuf = pdev->pDesc->GetManufacturerStrDescriptor(pdev->dev_speed, &len); in USBD_GetDescriptor()
374 pbuf = pdev->pDesc->GetProductStrDescriptor(pdev->dev_speed, &len); in USBD_GetDescriptor()
[all …]
/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Core/Inc/
Dusbd_ioreq.h93 uint8_t *pbuf,
97 uint8_t *pbuf,
101 uint8_t *pbuf,
Dusbd_core.h135 uint8_t *pbuf,
140 uint8_t *pbuf,
/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Class/DFU/Src/
Dusbd_dfu.c368 uint8_t *pbuf = 0; in USBD_DFU_Setup() local
421 pbuf = USBD_DFU_CfgDesc + (9 * (USBD_DFU_MAX_ITF_NUM + 1)); in USBD_DFU_Setup()
426 pbuf, in USBD_DFU_Setup()