STM32_USB_Device_Library + 0/14 examples
CodeScope will show references to _USBD_STORAGE::GetCapacity 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::GetCapacity field

Syntax

int8_t (* GetCapacity)(uint8_t lun, uint32_t *block_num, uint16_t *block_size);

Examples

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

References

LocationReferrerText
usbd_msc.h:75
int8_t (* GetCapacity)(uint8_t lun, uint32_t *block_num, uint16_t *block_size);
usbd_msc_scsi.c:328SCSI_ReadCapacity10()
ret = ((USBD_StorageTypeDef *)pdev->pUserData[pdev->classId])->GetCapacity(lun, &hmsc->scsi_blk_nbr,
usbd_msc_scsi.c:373SCSI_ReadCapacity16()
ret = ((USBD_StorageTypeDef *)pdev->pUserData[pdev->classId])->GetCapacity(lun, &hmsc->scsi_blk_nbr,
usbd_msc_scsi.c:432SCSI_ReadFormatCapacity()
ret = ((USBD_StorageTypeDef *)pdev->pUserData[pdev->classId])->GetCapacity(lun, &blk_nbr, &blk_size);

Call Tree

Functions calling _USBD_STORAGE::GetCapacity
_USBD_STORAGE::GetCapacity
Type of _USBD_STORAGE::GetCapacity
_USBD_STORAGE::GetCapacity
int8_t
all items filtered out