|
|
#include <stdbool.h>#include <stddef.h>#include <stdint.h>#include "acc_reg_protocol.h"#include "example_cargo_reg_protocol.h"Go to the source code of this file.
Functions | |
| void | example_cargo_reg_protocol_setup (void) |
| void | example_cargo_reg_protocol_write_default (void) |
Variables | |
| const acc_reg_protocol_t | example_cargo_reg_protocol [EXAMPLE_CARGO_REG_REGISTER_COUNT] |
| void example_cargo_reg_protocol_setup | ( | void | ) |
The example_cargo protocol setup function.
Definition at line 142 of file example_cargo_reg_protocol.c.
| void example_cargo_reg_protocol_write_default | ( | void | ) |
The example_cargo protocol write default register value function.
Definition at line 148 of file example_cargo_reg_protocol.c.
| const acc_reg_protocol_t example_cargo_reg_protocol[EXAMPLE_CARGO_REG_REGISTER_COUNT] |
This struct defines the links between a register address and the register read and/or write function.
Definition at line 18 of file example_cargo_reg_protocol.c.