|
HAL
HAL layer above libopencm3 library.
|
#include <libopencm3/cm3/nvic.h>#include <libopencm3/stm32/rcc.h>#include <libopencm3/stm32/gpio.h>Go to the source code of this file.
Functions | |
| INLINE void | pin_clock_enable (const uint32_t pin) |
| Enable peripheral clock for port occupying specified pin. More... | |