stm32g4: rcc: target stylecheck issues
No functional change. Signed-off-by: Benedikt Spranger <b.spranger@linutronix.de>
This commit is contained in:
committed by
Piotr Esden-Tempski
parent
7742f1cfd6
commit
f8b9b14f83
@@ -717,14 +717,14 @@
|
||||
/** Enumerations for core system/bus clocks for user/driver/system access to base bus clocks
|
||||
* not directly associated with a peripheral. */
|
||||
enum rcc_clock_source {
|
||||
RCC_CPUCLK,
|
||||
RCC_SYSCLK,
|
||||
RCC_PERCLK,
|
||||
RCC_SYSTICKCLK,
|
||||
RCC_HCLK3,
|
||||
RCC_AHBCLK, /* AHB1,2,4 all share base HCLK. */
|
||||
RCC_APB1CLK, /* Note: APB1 and PCLK1 in manual */
|
||||
RCC_APB2CLK, /* Note: APB2 and PCLK2 in manual */
|
||||
RCC_CPUCLK,
|
||||
RCC_SYSCLK,
|
||||
RCC_PERCLK,
|
||||
RCC_SYSTICKCLK,
|
||||
RCC_HCLK3,
|
||||
RCC_AHBCLK, /* AHB1,2,4 all share base HCLK. */
|
||||
RCC_APB1CLK, /* Note: APB1 and PCLK1 in manual */
|
||||
RCC_APB2CLK, /* Note: APB2 and PCLK2 in manual */
|
||||
};
|
||||
|
||||
/* --- Variable definitions ------------------------------------------------ */
|
||||
@@ -1030,7 +1030,8 @@ void rcc_set_main_pll(uint32_t pllsrc, uint32_t pllm, uint32_t plln,
|
||||
uint32_t pllp, uint32_t pllq, uint32_t pllr);
|
||||
uint32_t rcc_system_clock_source(void);
|
||||
void rcc_clock_setup_pll(const struct rcc_clock_scale *clock);
|
||||
void __attribute__((deprecated("Use rcc_clock_setup_pll as direct replacement"))) rcc_clock_setup_hse_3v3(const struct rcc_clock_scale *clock);
|
||||
void __attribute__((deprecated("Use rcc_clock_setup_pll as direct replacement")))
|
||||
rcc_clock_setup_hse_3v3(const struct rcc_clock_scale *clock);
|
||||
void rcc_set_clock48_source(uint32_t clksel);
|
||||
/**
|
||||
* Get the peripheral clock speed for the specified (LP)UxART
|
||||
|
||||
Reference in New Issue
Block a user