#include <inttypes.h>
Go to the source code of this file.
|
#define | ATOMIC_BLOCK(x) |
|
#define | GPIOA (&::_GPIOA) |
|
#define | GPIOB (&::_GPIOB) |
|
#define | GPIOC (&::_GPIOC) |
|
#define | GPIOD (&::_GPIOD) |
|
#define | GPIOE (&::_GPIOE) |
|
#define | GPIOF (&::_GPIOF) |
|
#define | GPIOG (&::_GPIOG) |
|
#define | GPIOH (&::_GPIOH) |
|
#define | GPIOJ (&::_GPIOJ) |
|
#define | GPIOK (&::_GPIOK) |
|
#define | GPIOL (&::_GPIOL) |
|
|
enum class | Mode : uint8_t { input = 0
, output
} |
|
enum class | Pull : uint8_t { none = 0
, up
, down
} |
|
enum class | Level : uint8_t { low = 0
, high
} |
|
|
| hal::gpio::__attribute__ ((always_inline)) inline void WritePin(const GPIO_pin portPin |
|