cfg_clock_values.h File Reference

STM32MP1 clock values definitions. More...

Detailed Description

STM32MP1 clock values definitions.

Author
Gilles DOFFE gille.nosp@m.s.do.nosp@m.ffe@s.nosp@m.avoi.nosp@m.rfair.nosp@m.elin.nosp@m.ux.co.nosp@m.m

Definition in file cfg_clock_values.h.

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Clock values

#define CLOCK_PLL_SRC   (CLOCK_HSI)
 
#define CLOCK_PLLQ
 
#define CLOCK_APB1
 
#define CLOCK_APB2
 

Macro Definition Documentation

◆ CLOCK_APB1

#define CLOCK_APB1
Value:
/ CONFIG_CLOCK_APB1_DIV)

Definition at line 53 of file cfg_clock_values.h.

◆ CLOCK_APB2

#define CLOCK_APB2
Value:
/ CONFIG_CLOCK_APB2_DIV)

Definition at line 55 of file cfg_clock_values.h.

◆ CLOCK_PLLQ

#define CLOCK_PLLQ
Value:
(((CLOCK_PLL_SRC / CONFIG_CLOCK_PLL_M) \
* CONFIG_CLOCK_PLL_N) / CONFIG_CLOCK_PLL_Q)

Definition at line 50 of file cfg_clock_values.h.

CLOCK_CORECLOCK
#define CLOCK_CORECLOCK
CPU Frequency Define.
Definition: periph_cpu.h:101