mirror of https://github.com/ARMmbed/mbed-os.git
modify astyle
parent
5f56a5e6d6
commit
1bca44fe2d
|
@ -63,13 +63,13 @@ using namespace mbed;
|
||||||
#define SPINAND_BLOCK_PROT_BIT_SP 0x01
|
#define SPINAND_BLOCK_PROT_BIT_SP 0x01
|
||||||
#define SPINAND_BLOCK_PROT_BIT_COMPLE 0x02
|
#define SPINAND_BLOCK_PROT_BIT_COMPLE 0x02
|
||||||
#define SPINAND_BLOCK_PROT_BIT_INVERT 0x04
|
#define SPINAND_BLOCK_PROT_BIT_INVERT 0x04
|
||||||
#define SPINAND_BLOCK_PROT_BIT_BP0 0x08
|
#define SPINAND_BLOCK_PROT_BIT_BP0 0x08
|
||||||
#define SPINAND_BLOCK_PROT_BIT_BP1 0x10
|
#define SPINAND_BLOCK_PROT_BIT_BP1 0x10
|
||||||
#define SPINAND_BLOCK_PROT_BIT_BP2 0x20
|
#define SPINAND_BLOCK_PROT_BIT_BP2 0x20
|
||||||
#define SPINAND_BLOCK_PROT_BIT_BPRWD 0x80
|
#define SPINAND_BLOCK_PROT_BIT_BPRWD 0x80
|
||||||
#define SPINAND_BLOCK_PROT_BIT_BP_MASK 0x38
|
#define SPINAND_BLOCK_PROT_BIT_BP_MASK 0x38
|
||||||
|
|
||||||
#define SPINAND_BLOCK_PROT_BP_OFFSET 3
|
#define SPINAND_BLOCK_PROT_BP_OFFSET 3
|
||||||
#define SPINAND_BLOCK_PROT_COMPLE_OFFSET 1
|
#define SPINAND_BLOCK_PROT_COMPLE_OFFSET 1
|
||||||
|
|
||||||
#define IS_MEM_READY_MAX_RETRIES 10000
|
#define IS_MEM_READY_MAX_RETRIES 10000
|
||||||
|
|
Loading…
Reference in New Issue