AT25 command struct.
Data Fields | |
uint32_t | address_h:8 |
Opcode. More... | |
uint32_t | address_l |
Address medium byte. More... | |
uint32_t | address_m:8 |
Address high byte. More... | |
uint32_t | op_code:8 |
uint32_t at25_command::address_h |
Opcode.
Referenced by at25_erase_block_4k(), at25_read(), at25_unprotect_sector(), and at25_write().
uint32_t at25_command::address_l |
Address medium byte.
Referenced by at25_erase_block_4k(), at25_read(), at25_unprotect_sector(), and at25_write().
uint32_t at25_command::address_m |
Address high byte.
Referenced by at25_erase_block_4k(), at25_read(), at25_unprotect_sector(), and at25_write().
uint32_t at25_command::op_code |
Referenced by at25_enable_write(), at25_erase_block_4k(), at25_read(), at25_read_id(), at25_read_status(), at25_unprotect_sector(), and at25_write().