3#ifndef STM32F767_RCC_HELPER_H
4#define STM32F767_RCC_HELPER_H
6#include "../SystemMemoryMap.h"
13namespace peripherals {
PeripheralModule
Enumeration of all avalibale peripheral modules.
Helper functions for RCC enabling.
static constexpr RCC::PeripheralModule getModule(SDMMCModuleAddress const module)
Converts SDMMCModuleAddress to RCC::PeripheralModule.
static constexpr RCC::PeripheralModule getModule(SPIModuleAddress const module)
Converts SPIModuleAddress to RCC::PeripheralModule.
static constexpr RCC::PeripheralModule getModule(I2CModuleAddress const module)
Converts ADCModuleAddress to RCC::PeripheralModule.
static constexpr RCC::PeripheralModule getModule(USBModuleAddress const module)
Converts USBModuleAddress to RCC::PeripheralModule.
RccHelper & operator=(RccHelper const &&other)=delete
static constexpr RCC::PeripheralModule getModule(TIMModuleAddress const timModule)
Converts TIMModuleAddress to RCC::PeripheralModule.
static constexpr RCC::PeripheralModule getModule(UsartModuleAddress const module)
Converts UsartModuleAddress to RCC::PeripheralModule.
static constexpr RCC::PeripheralModule getModule(I2SModuleAddress const module)
Converts I2SModuleAddress to RCC::PeripheralModule.
static constexpr RCC::PeripheralModule getModule(ADCModuleAddress const module)
Converts ADCModuleAddress to RCC::PeripheralModule.
RccHelper & operator=(RccHelper const &other)=delete
RccHelper(RccHelper const &&other)=delete
static constexpr RCC::PeripheralModule getModule(CANModuleAddress const module)
Converts CANModuleAddress to RCC::PeripheralModule.
static constexpr RCC::PeripheralModule getModule(DACModuleAddress const module)
Converts DACModuleAddress to RCC::PeripheralModule.
static constexpr RCC::PeripheralModule getModule(GPIOModuleAddress const gpioModule)
Converts GPIOModuleAddress to RCC::PeripheralModule.
RccHelper(RccHelper const &other)=delete
CANModuleAddress
Enumeration of the available CAM modules on STM32F767.
GPIOModuleAddress
Enumeration of the available GPIO modules identifiers.
TIMModuleAddress
Enumeration of the available TIM modules identifiers.
SPIModuleAddress
Enumeration of the available SPI modules on STM32F767.
I2CModuleAddress
Enumeration of the available I2C modules identifiers.
USBModuleAddress
Enumeration of the available USB OTG modules on STM32F769.
SDMMCModuleAddress
Enumeration of the available SDMMC modules on STM32F769.
DACModuleAddress
Enumeration of the available DAC modules identifiers.
ADCModuleAddress
Enumeration of the available ADC modules identifiers.
I2SModuleAddress
Enumeration of the available I2S modules identifiers.
UsartModuleAddress
Enumeration of the available USART/UART modules on STM32F767.
This is a application specific file which is used to configure Imt.Base.Core.Math.