|
Electronic Load
1.0
Programmable Constant Current Sink
|
Holds the test declarations for one Port. More...
Data Fields | |
| volatile uint8_t * | ddr |
| Address of the DDRc-register. More... | |
| 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* port |
Address of the PORTx-register.
| volatile uint8_t* pin |
Address of the PINx-register.
| volatile uint8_t* ddr |
Address of the DDRc-register.
| uint8_t testMask |
Bit mask of which pins to test. All 1-bits are tested.
1.8.15