NavHAL 0.1.0
NAVRobotec's architecture-agnostic HAL for embedded systems.
Loading...
Searching...
No Matches
hal_clock_config_t Struct Reference

System clock configuration structure. More...

#include <clock_types.h>

Public Attributes

hal_clock_source_t source
 Selected clock source (HSI, HSE, or PLL)
rcc_cfgr_hpre_div_t hpre_div
rcc_cfgr_ppre_div_t ppre1_div
rcc_cfgr_ppre_div_t ppre2_div

Detailed Description

System clock configuration structure.

Selects the clock source to be used as SYSCLK.

Member Data Documentation

◆ hpre_div

rcc_cfgr_hpre_div_t hal_clock_config_t::hpre_div

◆ ppre1_div

rcc_cfgr_ppre_div_t hal_clock_config_t::ppre1_div

◆ ppre2_div

rcc_cfgr_ppre_div_t hal_clock_config_t::ppre2_div

◆ source

hal_clock_source_t hal_clock_config_t::source

Selected clock source (HSI, HSE, or PLL)


The documentation for this struct was generated from the following file: