commit | f7e2d9739b8ccbc841081337c1d7c46407b5f0cf | [log] [tgz] |
---|---|---|
author | Nico Huber <nico.h@gmx.de> | Thu Jan 18 20:28:34 2024 +0100 |
committer | Nico Huber <nico.h@gmx.de> | Mon Jul 22 10:08:47 2024 +0000 |
tree | 0bd800c641b7930e096e74408e292df2017a51b1 | |
parent | 1412d9f435ead84d612086bf0051a4c3464bd079 [diff] |
spi: Allow to define a quad-enable (QE) configuration bit Change-Id: Ia6c927aeaab8de6e81313e285351ba14b3c6aa25 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.sourcearcade.org/c/flashprog/+/111 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
diff --git a/include/flash.h b/include/flash.h index b886f45..0b34184 100644 --- a/include/flash.h +++ b/include/flash.h
@@ -345,6 +345,9 @@ /* Write Protect Selection (per sector protection when set) */ struct reg_bit_info wps; + /* Quad Enable bit (QE) */ + struct reg_bit_info qe; + /* * Dummy cycles config (DC) *