Serial Wombat 4A and 4B Firmware
|
A generic descriptor, typically used to access the buffer and mode variables. More...
#include <pinRegisters.h>
Public Attributes | |
uint16_t | pinUwords [(BYTES_PER_PIN_REGISTER/2) - 2] |
uint16_t | buffer |
A 16 bit 'public' variable which is in the same location for every pin. More... | |
uint8_t | mode |
The mode of the current pin. More... | |
A generic descriptor, typically used to access the buffer and mode variables.
uint16_t _pin_register_t::generic_n::buffer |
A 16 bit 'public' variable which is in the same location for every pin.
One pin mode can read or modify another pin's public data.
uint8_t _pin_register_t::generic_n::mode |
The mode of the current pin.
uint16_t _pin_register_t::generic_n::pinUwords[(BYTES_PER_PIN_REGISTER/2) - 2] |