Serial Wombat 4A and 4B Firmware
Public Attributes | List of all members
_pin_register_t::generic_n Struct Reference

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

Detailed Description

A generic descriptor, typically used to access the buffer and mode variables.

Member Data Documentation

◆ buffer

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.

◆ mode

uint8_t _pin_register_t::generic_n::mode

The mode of the current pin.

◆ pinUwords

uint16_t _pin_register_t::generic_n::pinUwords[(BYTES_PER_PIN_REGISTER/2) - 2]