#include <probe.h>
|
| uint8_t | value |
| |
| struct { |
| uint8_t available:1 |
| | Set to true when probe input is available. More...
|
| |
| uint8_t connected:1 |
| | Set to true when probe is connected. Always set to true if the driver does not have a probe connected input. More...
|
| |
| uint8_t latchable:1 |
| | Set to true when probe input supports change rising/falling. More...
|
| |
| uint8_t watchable:1 |
| | Set to true when probe input supports change interrupt. More...
|
| |
| uint8_t guarded:1 |
| | Set to true when probe protection is enabled. More...
|
| |
| uint8_t unassigned:3 |
| |
| }; | |
| |
◆ available
Set to true when probe input is available.
◆ connected
Set to true when probe is connected. Always set to true if the driver does not have a probe connected input.
◆ guarded
Set to true when probe protection is enabled.
◆ latchable
Set to true when probe input supports change rising/falling.
◆ unassigned
◆ value
◆ watchable
Set to true when probe input supports change interrupt.
The documentation for this union was generated from the following file: