mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-31 10:16:11 +02:00
spiFlashdb: introduce conf register for tb
This commit is contained in:
+2
-1
@@ -13,7 +13,8 @@
|
||||
|
||||
typedef enum {
|
||||
STATR = 0, /* status register */
|
||||
FUNCR = 1 /* function register */
|
||||
FUNCR = 1, /* function register */
|
||||
CONFR = 2 /* configuration register */
|
||||
} tb_loc_t;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user