GPIO wrapper for debugging/profiling purposes. More...
GPIO wrapper for debugging/profiling purposes.
Definition in file dbgpin.h.
 Include dependency graph for dbgpin.h:Go to the source code of this file.
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.  | |