From 9f95ff5b6ba01db09552b84a0ab79607060a2666 Mon Sep 17 00:00:00 2001 From: Ali Labbene Date: Wed, 11 Dec 2019 08:59:21 +0100 Subject: Official ARM version: v5.4.0 Add CMSIS V5.4.0, please refer to index.html available under \docs folder. Note: content of \CMSIS\Core\Include has been copied under \Include to keep the same structure used in existing projects, and thus avoid projects mass update Note: the following components have been removed from ARM original delivery (as not used in ST packages) - CMSIS_EW2018.pdf - .gitattributes - .gitignore - \Device - \CMSIS - \CoreValidation - \DAP - \Documentation - \DoxyGen - \Driver - \Pack - \RTOS\CMSIS_RTOS_Tutorial.pdf - \RTOS\RTX - \RTOS\Template - \RTOS2\RTX - \Utilities - All ARM/GCC projects files are deleted from \DSP, \RTOS and \RTOS2 Change-Id: Ia026c3f0f0d016627a4fb5a9032852c33d24b4d3 --- .../group__nand__driver__seq__exec__codes.html | 362 +++++++++++++++++++++ 1 file changed, 362 insertions(+) create mode 100644 docs/Driver/html/group__nand__driver__seq__exec__codes.html (limited to 'docs/Driver/html/group__nand__driver__seq__exec__codes.html') diff --git a/docs/Driver/html/group__nand__driver__seq__exec__codes.html b/docs/Driver/html/group__nand__driver__seq__exec__codes.html new file mode 100644 index 0000000..70bd570 --- /dev/null +++ b/docs/Driver/html/group__nand__driver__seq__exec__codes.html @@ -0,0 +1,362 @@ + + + + + +NAND Sequence Execution Codes +CMSIS-Driver: NAND Sequence Execution Codes + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-Driver +  Version 2.6.0 +
+
Peripheral Interface for Middleware and Application Code
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
NAND Sequence Execution Codes
+
+
+ +

Specify execution codes. +More...

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Macros

#define ARM_NAND_CODE_SEND_CMD1   (1UL << 17)
 Send Command 1. More...
 
#define ARM_NAND_CODE_SEND_ADDR_COL1   (1UL << 18)
 Send Column Address 1. More...
 
#define ARM_NAND_CODE_SEND_ADDR_COL2   (1UL << 19)
 Send Column Address 2. More...
 
#define ARM_NAND_CODE_SEND_ADDR_ROW1   (1UL << 20)
 Send Row Address 1. More...
 
#define ARM_NAND_CODE_SEND_ADDR_ROW2   (1UL << 21)
 Send Row Address 2. More...
 
#define ARM_NAND_CODE_SEND_ADDR_ROW3   (1UL << 22)
 Send Row Address 3. More...
 
#define ARM_NAND_CODE_INC_ADDR_ROW   (1UL << 23)
 Auto-increment Row Address. More...
 
#define ARM_NAND_CODE_WRITE_DATA   (1UL << 24)
 Write Data. More...
 
#define ARM_NAND_CODE_SEND_CMD2   (1UL << 25)
 Send Command 2. More...
 
#define ARM_NAND_CODE_WAIT_BUSY   (1UL << 26)
 Wait while R/Bn busy. More...
 
#define ARM_NAND_CODE_READ_DATA   (1UL << 27)
 Read Data. More...
 
#define ARM_NAND_CODE_SEND_CMD3   (1UL << 28)
 Send Command 3. More...
 
#define ARM_NAND_CODE_READ_STATUS   (1UL << 29)
 Read Status byte and check FAIL bit (bit 0) More...
 
+

Description

+

Specify execution codes.

+

The defines can be used in the function ARM_NAND_ExecuteSequence for the parameter code.

+

Macro Definition Documentation

+ +
+
+ + + + +
#define ARM_NAND_CODE_SEND_CMD1   (1UL << 17)
+
+ +

Send Command 1.

+ +
+
+ +
+
+ + + + +
#define ARM_NAND_CODE_SEND_ADDR_COL1   (1UL << 18)
+
+ +

Send Column Address 1.

+ +
+
+ +
+
+ + + + +
#define ARM_NAND_CODE_SEND_ADDR_COL2   (1UL << 19)
+
+ +

Send Column Address 2.

+ +
+
+ +
+
+ + + + +
#define ARM_NAND_CODE_SEND_ADDR_ROW1   (1UL << 20)
+
+ +

Send Row Address 1.

+ +
+
+ +
+
+ + + + +
#define ARM_NAND_CODE_SEND_ADDR_ROW2   (1UL << 21)
+
+ +

Send Row Address 2.

+ +
+
+ +
+
+ + + + +
#define ARM_NAND_CODE_SEND_ADDR_ROW3   (1UL << 22)
+
+ +

Send Row Address 3.

+ +
+
+ +
+
+ + + + +
#define ARM_NAND_CODE_INC_ADDR_ROW   (1UL << 23)
+
+ +

Auto-increment Row Address.

+ +
+
+ +
+
+ + + + +
#define ARM_NAND_CODE_WRITE_DATA   (1UL << 24)
+
+ +

Write Data.

+ +
+
+ +
+
+ + + + +
#define ARM_NAND_CODE_SEND_CMD2   (1UL << 25)
+
+ +

Send Command 2.

+ +
+
+ +
+
+ + + + +
#define ARM_NAND_CODE_WAIT_BUSY   (1UL << 26)
+
+ +

Wait while R/Bn busy.

+ +
+
+ +
+
+ + + + +
#define ARM_NAND_CODE_READ_DATA   (1UL << 27)
+
+ +

Read Data.

+ +
+
+ +
+
+ + + + +
#define ARM_NAND_CODE_SEND_CMD3   (1UL << 28)
+
+ +

Send Command 3.

+ +
+
+ +
+
+ + + + +
#define ARM_NAND_CODE_READ_STATUS   (1UL << 29)
+
+ +

Read Status byte and check FAIL bit (bit 0)

+ +
+
+
+
+ + + + -- cgit