RTEMS
5.0.0
|
RCC support. More...
#include <stdbool.h>
#include <bspopts.h>
Go to the source code of this file.
Macros | |
#define | STM32F4_RCC_INDEX(reg, idx) (((reg) << 5) | (idx)) |
Enumerations | |
enum | stm32f4_rcc_index |
Functions | |
void | stm32f4_rcc_reset (stm32f4_rcc_index index) |
void | stm32f4_rcc_set_reset (stm32f4_rcc_index index, bool set) |
void | stm32f4_rcc_set_clock (stm32f4_rcc_index index, bool set) |
RCC support.