Loading...
Searching...
No Matches
cfg_clock_default.h File Reference

Configure STM32C0 clock. More...

Detailed Description

Configure STM32C0 clock.

Author
Jason Parker Jason.nosp@m..Par.nosp@m.ker@b.nosp@m.isse.nosp@m.ll.co.nosp@m.m

Definition in file cfg_clock_default.h.

+ Include dependency graph for cfg_clock_default.h:

Go to the source code of this file.

C0 clock settings

#define CLOCK_AHB   CLOCK_CORECLOCK /* max: 64MHz (G0), 170MHZ (G4) */
 
#define CONFIG_CLOCK_APB1_DIV   (1)
 
#define CLOCK_APB1
 

Macro Definition Documentation

◆ CLOCK_AHB

#define CLOCK_AHB   CLOCK_CORECLOCK /* max: 64MHz (G0), 170MHZ (G4) */

Definition at line 56 of file cfg_clock_default.h.

◆ CLOCK_APB1

#define CLOCK_APB1
Value:
(CLOCK_CORECLOCK / CONFIG_CLOCK_APB1_DIV) \
/* max: 64MHz (G0), 170MHZ (G4) */
#define CLOCK_CORECLOCK
Clock configuration.
Definition periph_cpu.h:31

Definition at line 61 of file cfg_clock_default.h.

◆ CONFIG_CLOCK_APB1_DIV

#define CONFIG_CLOCK_APB1_DIV   (1)

Definition at line 59 of file cfg_clock_default.h.