|
LevelMeter-Display
2.0
An ultrasonic Level Meter for Stormwater Cisterns
|
Holds the test declarations for one Port. More...
Data Fields | |
| volatile uint8_t * | pin |
| Address of the PINx-register. More... | |
| volatile uint8_t * | port |
| Address of the PORTx-register. More... | |
| uint8_t | testMask |
| Bit mask of which pins to test. All 1-bits are tested. More... | |
Holds the test declarations for one Port.
You have to set up an array of this struct containing ALL ports in ascending order (even if the port is not tested at all) since the index will be interpreted as PORTA, B, C and so on
| volatile uint8_t* pin |
Address of the PINx-register.
Referenced by FTestWalkingOne(), and FTestWalkingZero().
| volatile uint8_t* port |
Address of the PORTx-register.
Referenced by FTestWalkingOne(), and FTestWalkingZero().
| uint8_t testMask |
Bit mask of which pins to test. All 1-bits are tested.
Referenced by FTestWalkingOne(), and FTestWalkingZero().
1.8.15