STM32_USB_Device_Library + 0/14 examples
CodeScope will show references to _USBD_STORAGE::GetMaxLun from the following samples and libraries:
Examples
STM32446E_EVAL
Demonstrations
Applications
USB_Device
STM324xG_EVAL
Demonstrations
Applications
USB_Device
STM32F412G-Discovery
Demonstrations
Applications
USB_Device
STM32F413H-Discovery
Demonstrations
Applications
USB_Device
STM32469I-Discovery
Applications
USB_Device
STM32469I_EVAL
Applications
USB_Device
STM324x9I_EVAL
Applications
USB_Device
Demonstrations
STemWin
 
Symbols
loading...
Files
loading...

_USBD_STORAGE::GetMaxLun field

Syntax

int8_t (* GetMaxLun)(void);

Examples

_USBD_STORAGE::GetMaxLun is referenced by 14 libraries and example projects.

References

LocationReferrerText
usbd_msc.h:80
int8_t (* GetMaxLun)(void);
usbd_msc.c:335USBD_MSC_Setup()
hmsc->max_lun = (uint32_t)((USBD_StorageTypeDef *)pdev->pUserData[pdev->classId])->GetMaxLun();

Call Tree

Functions calling _USBD_STORAGE::GetMaxLun
all items filtered out
_USBD_STORAGE::GetMaxLun