modify wizchip_conf.c

This commit is contained in:
irinakim12
2018-09-27 16:32:33 +09:00
parent 183daf143d
commit 2163c8b29c
2 changed files with 36 additions and 34 deletions

View File

@ -979,7 +979,7 @@ extern "C" {
* @brief Address Auto-Increment in Indirect Bus Interface
* @details 0 : Disable auto-increment \n
* 1 : Enable auto-incremente \n
* At the Indirect Bus Interface mode, if this bit is set as å<> ìŽŒì¥™çŒ·ìšì˜™å<E284A2> ì<C2A0>™ì˜™é†«ë¡«ì§—å<E28094> ì<C2A0>™ì˜ the address will
* At the Indirect Bus Interface mode, if this bit is set as the address will
* be automatically increased by 1 whenever read and write are performed.
*/
#define MR_AI 0x02 ///< auto-increment in indirect mode
@ -988,7 +988,7 @@ extern "C" {
* @brief Indirect Bus Interface mode
* @details 0 : Disable Indirect bus Interface mode \n
* 1 : Enable Indirect bus Interface mode \n
* If this bit is set as å<> ìŽŒì¥™çŒ·ìšì˜™å<E284A2> ì<C2A0>™ì˜™é†«ë¡«ì§—å<E28094> ì<C2A0>™ì˜ Indirect Bus Interface mode is set.
* If this bit is set as Indirect Bus Interface mode is set.
*/
#define MR_IND 0x01 ///< enable indirect mode