Model Railroad System 2.2.2
|
Status byte 2 union type (Input sense) More...
Public Attributes | |
uint8_t | theByte |
Status byte as a byte. More... | |
struct { | |
unsigned int sense_1:1 | |
Sense 1. More... | |
unsigned int sense_2:1 | |
Sense 2. More... | |
unsigned int sense_3:1 | |
Sense 3. More... | |
unsigned int sense_4:1 | |
Sense 4. More... | |
unsigned int reserved:4 | |
Reserved bits. More... | |
} | theBits |
Status byte as bit fields. More... | |
Status byte 2 union type (Input sense)
unsigned int azatrax::SR4::status2_union::reserved |
Reserved bits.
unsigned int azatrax::SR4::status2_union::sense_1 |
Sense 1.
Referenced by azatrax::SR4::Sense_1_Latch(), and azatrax::SR4::Sense_1_Live().
unsigned int azatrax::SR4::status2_union::sense_2 |
Sense 2.
Referenced by azatrax::SR4::Sense_2_Latch(), and azatrax::SR4::Sense_2_Live().
unsigned int azatrax::SR4::status2_union::sense_3 |
Sense 3.
Referenced by azatrax::SR4::Sense_3_Latch(), and azatrax::SR4::Sense_3_Live().
unsigned int azatrax::SR4::status2_union::sense_4 |
Sense 4.
Referenced by azatrax::SR4::Sense_4_Latch(), and azatrax::SR4::Sense_4_Live().
struct { ... } azatrax::SR4::status2_union::theBits |
Status byte as bit fields.
Referenced by azatrax::SR4::Sense_1_Latch(), azatrax::SR4::Sense_1_Live(), azatrax::SR4::Sense_2_Latch(), azatrax::SR4::Sense_2_Live(), azatrax::SR4::Sense_3_Latch(), azatrax::SR4::Sense_3_Live(), azatrax::SR4::Sense_4_Latch(), and azatrax::SR4::Sense_4_Live().
uint8_t azatrax::SR4::status2_union::theByte |