Files | |
file | dbgpin.h |
GPIO wrapper for debugging/profiling purposes. | |
Functions | |
static void | dbgpin_set (unsigned pin) |
Set the given debug pin to HIGH. More... | |
static void | dbgpin_clear (unsigned pin) |
Set the given debug pin to LOW. More... | |
static void | dbgpin_toggle (unsigned pin) |
Toggle the given debug pin. More... | |
static void | dbgpin_pulse (unsigned pin) |
Output a pulse on the given debug pin (toggles the pin twice) More... | |
static void | dbgpin_signal (unsigned pin, unsigned num) |
Output a specified number of pulses on the given debug pin. More... | |
static size_t | dbgpin_count (void) |
Get the number of configured debug pins. More... | |
static void | dbgpin_init (void) |
Initialize the configured input pins. | |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |