Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Class/CDC/Src/
Dusbd_cdc.c791 USBD_CDC_ItfTypeDef *fops) in USBD_CDC_RegisterInterface() argument
795 if(fops != NULL) in USBD_CDC_RegisterInterface()
797 pdev->pUserData= fops; in USBD_CDC_RegisterInterface()
/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Class/CDC/Inc/
Dusbd_cdc.h150 USBD_CDC_ItfTypeDef *fops);
/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Class/DFU/Inc/
Dusbd_dfu.h217 USBD_DFU_MediaTypeDef *fops);
/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Class/DFU/Src/
Dusbd_dfu.c675 USBD_DFU_MediaTypeDef *fops) in USBD_DFU_RegisterMedia() argument
677 if(fops != NULL) in USBD_DFU_RegisterMedia()
679 pdev->pUserData= fops; in USBD_DFU_RegisterMedia()