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

Syntax

int8_t (* IsWriteProtected)(uint8_t lun);

Examples

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

References

LocationReferrerText
usbd_msc.h:77
int8_t (* IsWriteProtected)(uint8_t lun);
usbd_msc_scsi.c:481SCSI_ModeSense6()
if (((USBD_StorageTypeDef *)pdev->pUserData[pdev->classId])->IsWriteProtected(lun) != 0)
usbd_msc_scsi.c:516SCSI_ModeSense10()
if (((USBD_StorageTypeDef *)pdev->pUserData[pdev->classId])->IsWriteProtected(lun) != 0)
usbd_msc_scsi.c:876SCSI_Write10()
if (((USBD_StorageTypeDef *)pdev->pUserData[pdev->classId])->IsWriteProtected(lun) != 0)
usbd_msc_scsi.c:966SCSI_Write12()
if (((USBD_StorageTypeDef *)pdev->pUserData[pdev->classId])->IsWriteProtected(lun) != 0)

Call Tree

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