aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2017-01-06 11:06:40 +0300
committerbarthess <barthess@yandex.ru>2017-01-06 11:06:40 +0300
commit779ea88be79641ed35c6fe9cad3b5265e969dc35 (patch)
tree76fa5f844734019d82e1c47431e4ff1f71b8d4d9 /os/hal/include
parent71a77db50fbac8b0018036ac78065a9fdec9a121 (diff)
downloadChibiOS-Contrib-779ea88be79641ed35c6fe9cad3b5265e969dc35.tar.gz
ChibiOS-Contrib-779ea88be79641ed35c6fe9cad3b5265e969dc35.tar.bz2
ChibiOS-Contrib-779ea88be79641ed35c6fe9cad3b5265e969dc35.zip
NAND. Added reset function.
Diffstat (limited to 'os/hal/include')
-rw-r--r--os/hal/include/hal_nand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/include/hal_nand.h b/os/hal/include/hal_nand.h
index ace3e5d..7897187 100644
--- a/os/hal/include/hal_nand.h
+++ b/os/hal/include/hal_nand.h
@@ -82,6 +82,7 @@ typedef enum {
NAND_READ = 6, /**< Reading from NAND. */
NAND_DMA_TX = 7, /**< DMA transmitting. */
NAND_DMA_RX = 8, /**< DMA receiving. */
+ NAND_RESET = 9, /**< Software reset in progress. */
} nandstate_t;
/**