|
Register access mode and functions struct. More...
#include <acc_reg_protocol.h>
Data Fields | |
uint16_t | address |
acc_reg_read_func_t * | read |
acc_reg_write_func_t * | write |
Register access mode and functions struct.
Definition at line 38 of file acc_reg_protocol.h.
uint16_t acc_reg_protocol_t::address |
Definition at line 40 of file acc_reg_protocol.h.
acc_reg_read_func_t* acc_reg_protocol_t::read |
Definition at line 41 of file acc_reg_protocol.h.
acc_reg_write_func_t* acc_reg_protocol_t::write |
Definition at line 42 of file acc_reg_protocol.h.