#include <GPIOPin.h>
Definition at line 32 of file GPIOPin.h.
◆ OutputPin()
OutputPin::OutputPin |
( |
GPIO_TypeDef & | port, |
|
|
uint16_t | pin ) |
|
inline |
◆ configureOutput()
void OutputPin::configureOutput |
( |
uint32_t | pull = GPIO_NOPULL, |
|
|
bool | opendrain = false, |
|
|
uint32_t | speed = GPIO_SPEED_FREQ_LOW ) |
|
inline |
Sets a pin into output mode in case it was previously reconfigured
Definition at line 54 of file GPIOPin.h.
◆ reset()
void OutputPin::reset |
( |
| ) |
const |
|
inline |
◆ set()
void OutputPin::set |
( |
| ) |
const |
|
inline |
◆ write()
void OutputPin::write |
( |
bool | state | ) |
const |
|
inline |
The documentation for this class was generated from the following file: