SerialFlash chip configuration.
#include <at25dfx.h>
Data Fields | |
uint8_t | cs_pin |
Chip Select (CS) pin. More... | |
enum at25dfx_type | type |
Type of SerialFlash. More... | |
uint8_t at25dfx_chip_config::cs_pin |
Chip Select (CS) pin.
Referenced by at25dfx_chip_init(), at25dfx_init(), and test_at25dfx_init().
enum at25dfx_type at25dfx_chip_config::type |
Type of SerialFlash.
Referenced by at25dfx_chip_init(), at25dfx_init(), and test_at25dfx_init().