SBB Micro
Source code for the self-balancing-bike microcontroller unit (Teensy 4.1-based). 🚀️
|
This is the complete list of members for HostPort, including all inherited members.
_header | HostPort | private |
_numObj_rx | HostPort | private |
_numObj_tx | HostPort | private |
_ptr_rx | HostPort | private |
_ptr_tx | HostPort | private |
_rx_buf | HostPort | private |
_serial | HostPort | private |
_size_rx | HostPort | private |
_size_tx | HostPort | private |
_terminator | HostPort | private |
_totSize_rx | HostPort | private |
_totSize_tx | HostPort | private |
_tx_buf | HostPort | private |
attachRx(uint8_t *pointer, size_t size) | HostPort | |
attachTx(uint8_t *pointer, size_t size) | HostPort | |
BUF_SIZE | HostPort | privatestatic |
copyrx(void) | HostPort | private |
DEF_HEADER | HostPort | static |
DEF_TERMINATOR | HostPort | static |
HostPort(Stream *serial, uint32_t header, uint32_t terminator) | HostPort | |
HostPort(Stream *serial, uint32_t header) | HostPort | |
HostPort(Stream *serial) | HostPort | |
init(void) | HostPort | private |
MASK | HostPort | privatestatic |
MAX_OBJS | HostPort | privatestatic |
NULL_HEADER | HostPort | static |
NULL_TERMINATOR | HostPort | static |
read() | HostPort | |
TIMEOUT_HOSTPORT | HostPort | privatestatic |
write() | HostPort |