STORAGE_IsWriteProtected() is only used within MSC_Standalone.
 
Symbols
loading...
Files
loading...

STORAGE_IsWriteProtected() function

Checks whether the medium is write protected.

Syntax

int8_t STORAGE_IsWriteProtected(uint8_t lun);
Implemented in usbd_storage.c:142

Arguments

lun

Logical unit number

Return value

Status (0: write enabled / -1: otherwise)

References

LocationText
usbd_storage.c:142
int8_t STORAGE_IsWriteProtected(uint8_t lun)
usbd_storage.c:52
int8_t STORAGE_IsWriteProtected(uint8_t lun);
usbd_storage.c:63
STORAGE_IsWriteProtected,

Implementations

Implementations
STORAGE_IsWriteProtected()
all items filtered out
Type of STORAGE_IsWriteProtected()
STORAGE_IsWriteProtected()
int8_t
all items filtered out