|
LCC Fusion Project 1.0
LCC Automation
|
#include <DummyGPIO.h>


Static Public Member Functions | |
| static bool | get () |
| static bool | is_output () |
| static constexpr const Gpio * | instance () |
| static void | hw_init () |
| Initializes the hardware to the required settings. | |
| static void | hw_set_to_safe () |
| static void | set (bool value) |
| Sets the output pin to a given level. | |
| static void | toggle () |
| Toggles the output pin level. | |
| static void | set_hw () |
| Sets to "hardware" function. | |
| static void | set_output () |
| Sets to "GPIO out" function. | |
| static void | set_input () |
| Sets to "GPIO in" function. | |
GPIO Pin definition structure with no actual pin behind it. All writes to this pin will be silently ignored. Reads will always return false.
Definition at line 82 of file DummyGPIO.h.
|
inlinestatic |
Definition at line 85 of file DummyGPIO.h.
|
inlinestaticinherited |
Resets the hardware to a mode that is safe when there is no software running. This uaully means turning off outputs that consume power.
Definition at line 50 of file DummyGPIO.h.
|
inlinestaticconstexpr |
Definition at line 97 of file DummyGPIO.h.
|
inlinestatic |
Definition at line 91 of file DummyGPIO.h.