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
Loading...
Searching...
No Matches
Public Attributes | List of all members
ascii_serial_com_register_block_struct Struct Reference

ASCII Serial Com Register Block State struct. More...

#include <ascii_serial_com_register_block.h>

Public Attributes

REGTYPE * block
 
uint16_t n_regs
 

Detailed Description

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.

Member Data Documentation

◆ block

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().

◆ n_regs

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().


The documentation for this struct was generated from the following file: