35#ifndef _FREERTOS_DRIVERS_COMMON_BLINKER_GPIO_HXX_
36#define _FREERTOS_DRIVERS_COMMON_BLINKER_GPIO_HXX_
56 static void set(
bool value)
uint32_t blinker_pattern
Stores the canonical pattern for the blinker.
void resetblink(uint32_t pattern)
Changes the blinking pattern.
static constexpr const Gpio * instance()
OS-independent abstraction for GPIO.
GPIO-abstraction implementation for the blinker bit.
static void toggle()
Toggle the pin (set to opposite value than previously).
static constexpr const Gpio * instance()
static void hw_init()
Initialize the hardware (noop).
static void hw_set_to_safe()
Set the hardware to safe setting (noop).
static void set(bool value)
Set the pin to a specific value.