#include <probe.h>
|
uint8_t | value |
|
struct { |
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 unassigned:5 |
|
}; | |
|
◆ connected
Set to true when probe is connected. Always set to true if the driver does not have a probe connected input.
◆ 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: