ST / M24SR

Dependencies:   ST_INTERFACES

Dependents:   X_NUCLEO_NFC01A1

Fork of M24SR by ST Expansion SW Team

Embed: (wiki syntax)

« Back to documentation index

M24SR::M24SR_command_data_t Struct Reference

M24SR::M24SR_command_data_t Struct Reference

User parameter used to invoke a command, it is used to provide the data back with the response. More...

#include <M24SR.h>

Data Fields

uint8_t * data
 data
uint16_t length
 number of bytes in the data array
uint16_t offset
 offset parameter used in the read/write command

Detailed Description

User parameter used to invoke a command, it is used to provide the data back with the response.

Definition at line 846 of file M24SR.h.


Field Documentation

uint8_t* data

data

Definition at line 847 of file M24SR.h.

uint16_t length

number of bytes in the data array

Definition at line 848 of file M24SR.h.

uint16_t offset

offset parameter used in the read/write command

Definition at line 849 of file M24SR.h.