OpenOCD
arm_nand_op
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
arm_nand_op
arm_nand_op enum
Available operational states the arm_nand_data struct can be in.
Syntax
Show:
Summary
Declaration
from
arm_io.h:12
enum
arm_nand_op
{
ARM_NAND_NONE
,
ARM_NAND_READ
,
ARM_NAND_WRITE
,
}
;
Values
Value
Declared as
Description
arm_nand_op::ARM_NAND_NONE
No operation performed.
arm_nand_op::ARM_NAND_READ
Read operation performed.
arm_nand_op::ARM_NAND_WRITE
Write operation performed.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out