ASCII Serial Com
Serial communication library between computers, microcontrollers, FPGAs, etc. Uses only ASCII. Not the most efficient protocol, but meant to be easy to read
|
ASCII Serial Com Register Block State struct. More...
#include <ascii_serial_com_register_block.h>
Public Attributes | |
REGTYPE * | block |
uint16_t | n_regs |
ASCII Serial Com Register Block State struct.
Keeps track of the state of the ASCII Serial Com Register Block
Definition at line 27 of file ascii_serial_com_register_block.h.
REGTYPE* ascii_serial_com_register_block_struct::block |
points to start of register block of memory
Definition at line 28 of file ascii_serial_com_register_block.h.
Referenced by ascii_serial_com_register_block_handle_message(), and ascii_serial_com_register_block_init().
uint16_t ascii_serial_com_register_block_struct::n_regs |
size of block (number of registers not necessarily number of bytes)
Definition at line 29 of file ascii_serial_com_register_block.h.
Referenced by ascii_serial_com_register_block_handle_message(), and ascii_serial_com_register_block_init().