Microchip® Advanced Software Framework

at25_command Struct Reference

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
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().