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 reservered:4 | |
Reserved bits. More... | |
} | theBits |
Status byte as bit fields. More... | |
Status byte 2 union type (Input sense)
unsigned int azatrax::SL2::status2_union::reservered |
Reserved bits.
unsigned int azatrax::SL2::status2_union::sense_1 |
Sense 1.
Referenced by azatrax::SL2::Sense_1().
unsigned int azatrax::SL2::status2_union::sense_2 |
Sense 2.
Referenced by azatrax::SL2::Sense_2().
unsigned int azatrax::SL2::status2_union::sense_3 |
Sense 3.
Referenced by azatrax::SL2::Sense_3().
unsigned int azatrax::SL2::status2_union::sense_4 |
Sense 4.
Referenced by azatrax::SL2::Sense_4().
struct { ... } azatrax::SL2::status2_union::theBits |
Status byte as bit fields.
Referenced by azatrax::SL2::Sense_1(), azatrax::SL2::Sense_2(), azatrax::SL2::Sense_3(), and azatrax::SL2::Sense_4().
uint8_t azatrax::SL2::status2_union::theByte |
Status byte as a byte.
Referenced by azatrax::SL2::Sense_1(), azatrax::SL2::Sense_2(), azatrax::SL2::Sense_3(), and azatrax::SL2::Sense_4().