Clock configuration. More...
Clock configuration.
Definition at line 166 of file clk_conf.h.
#include <clk_conf.h>
Data Fields | |
| enum fam | family |
| Family. | |
| unsigned | max_coreclock |
| Max coreclock. | |
| unsigned | max_apb1 |
| Max APB1 clock. | |
| unsigned | max_apb2 |
| Max APB2 clock. | |
| unsigned | max_apb3 |
| Max APB3 clock. | |
| unsigned | hsi |
| HSI frequency. | |
| pll_cfg_t | pll |
| PLL configuration. | |
| bool | has_pll_i2s |
| PLL I2S available. | |
| bool | has_pll_sai |
| PLL SAI available. | |
| bool | has_pll_i2s_m |
| PLL I2S has a M factor. | |
| bool | has_pll_sai_m |
| PLL SAI has a M factor. | |
| bool | has_pll_i2s_alt_input |
| PLL I2S has an external input available. | |
| unsigned | hsi_prediv |
| Value if HSI has a fixed prediv, 0 otherwise. | |
| int | has_alt_48MHz |
| 48MHz can be generated by an alternate source | |
| bool | need_48MHz |
| 48MHz is needed | |
| enum fam clk_cfg_t::family |
Family.
Definition at line 167 of file clk_conf.h.
| int clk_cfg_t::has_alt_48MHz |
48MHz can be generated by an alternate source
Definition at line 186 of file clk_conf.h.
| bool clk_cfg_t::has_pll_i2s |
PLL I2S available.
Definition at line 178 of file clk_conf.h.
| bool clk_cfg_t::has_pll_i2s_alt_input |
PLL I2S has an external input available.
Definition at line 182 of file clk_conf.h.
| bool clk_cfg_t::has_pll_i2s_m |
PLL I2S has a M factor.
Definition at line 180 of file clk_conf.h.
| bool clk_cfg_t::has_pll_sai |
PLL SAI available.
Definition at line 179 of file clk_conf.h.
| bool clk_cfg_t::has_pll_sai_m |
PLL SAI has a M factor.
Definition at line 181 of file clk_conf.h.
| unsigned clk_cfg_t::hsi |
HSI frequency.
Definition at line 174 of file clk_conf.h.
| unsigned clk_cfg_t::hsi_prediv |
Value if HSI has a fixed prediv, 0 otherwise.
Definition at line 184 of file clk_conf.h.
| unsigned clk_cfg_t::max_apb1 |
Max APB1 clock.
Definition at line 170 of file clk_conf.h.
| unsigned clk_cfg_t::max_apb2 |
Max APB2 clock.
Definition at line 171 of file clk_conf.h.
| unsigned clk_cfg_t::max_apb3 |
Max APB3 clock.
Definition at line 172 of file clk_conf.h.
| unsigned clk_cfg_t::max_coreclock |
Max coreclock.
Definition at line 169 of file clk_conf.h.
| bool clk_cfg_t::need_48MHz |
48MHz is needed
Definition at line 187 of file clk_conf.h.
| pll_cfg_t clk_cfg_t::pll |
PLL configuration.
Definition at line 176 of file clk_conf.h.