spiFlashdb: introduce conf register for tb
This commit is contained in:
parent
56a1e0310d
commit
496e6678ec
|
|
@ -13,7 +13,8 @@
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
STATR = 0, /* status register */
|
STATR = 0, /* status register */
|
||||||
FUNCR = 1 /* function register */
|
FUNCR = 1, /* function register */
|
||||||
|
CONFR = 2 /* configuration register */
|
||||||
} tb_loc_t;
|
} tb_loc_t;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue