Microchip® Advanced Software Framework

at25dfx_command Struct Reference

SerialFlash command container.

Data Fields

at25dfx_address_t address
 SerialFlash address to operate on. More...
 
uint8_t command_size
 Size: opcode byte (1) [+ address bytes (3)] [+ dummy bytes (N)]. More...
 
union {
   uint8_t *   rx
 
   const uint8_t *   tx
 
data
 Buffer to read from/write to. More...
 
at25dfx_datalen_t length
 Number of bytes to read/write. More...
 
enum at25dfx_command_opcode opcode
 Opcode to send. More...