|
|
#include <stdbool.h>#include <stddef.h>#include <stdint.h>#include "acc_reg_protocol.h"#include "distance_reg_protocol.h"Go to the source code of this file.
Functions | |
| void | distance_reg_protocol_setup (void) |
| void | distance_reg_protocol_write_default (void) |
Variables | |
| const acc_reg_protocol_t | distance_reg_protocol [DISTANCE_REG_REGISTER_COUNT] |
| void distance_reg_protocol_setup | ( | void | ) |
The distance protocol setup function.
Definition at line 222 of file distance_reg_protocol.c.
| void distance_reg_protocol_write_default | ( | void | ) |
The distance protocol write default register value function.
Definition at line 228 of file distance_reg_protocol.c.
| const acc_reg_protocol_t distance_reg_protocol[DISTANCE_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 distance_reg_protocol.c.