Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
stm32_common_clocks.h File Reference

Go to the source code of this file.

Macros

#define STM32_SRC_SYSCLK   0x001
 System clock.
 
#define STM32_SRC_LSE   0x002
 Fixed clocks

 
#define STM32_SRC_LSI   0x003
 
#define NO_SEL   0xFF
 Dummy: Add a specifier when no selection is possible.
 

Macro Definition Documentation

◆ NO_SEL

#define NO_SEL   0xFF

Dummy: Add a specifier when no selection is possible.

◆ STM32_SRC_LSE

#define STM32_SRC_LSE   0x002

Fixed clocks

◆ STM32_SRC_LSI

#define STM32_SRC_LSI   0x003

◆ STM32_SRC_SYSCLK

#define STM32_SRC_SYSCLK   0x001

System clock.