FatFs + 0/7 examples
CodeScope will show references to AM_RDO from the following samples and libraries:
Examples
STM32446E_EVAL
Demonstrations
STM32469I-Discovery
Demonstrations
STM32469I_EVAL
Demonstrations
STM324xG_EVAL
Demonstrations
STM32F429I-Discovery
Demonstrations
STM324x9I_EVAL
Demonstrations
STemWin
 
Symbols
loading...
Files
loading...

AM_RDO macro

Syntax

#define AM_RDO 0x01

Examples

AM_RDO is referenced by 7 libraries and example projects.

References

LocationText
ff.h:350
#define AM_RDO 0x01 /* Read only */
ff.c:3357
if (dj.obj.attr & (AM_RDO | AM_DIR)) { /* Cannot overwrite it (R/O or DIR) */
ff.c:3416
if ((mode & FA_WRITE) && (dj.obj.attr & AM_RDO)) { /* R/O violation */
ff.c:4555
if (dj.obj.attr & AM_RDO) {