|
void | rcc_clock_setup_pll (const struct rcc_pll_config *config) |
| Setup the base PLLs and clock domains for the STM32H7. More...
|
|
uint32_t | rcc_get_bus_clk_freq (enum rcc_clock_source source) |
| Get the clock rate (in Hz) of the specified clock source. More...
|
|
uint32_t | rcc_get_usart_clk_freq (uint32_t usart) |
| Get the peripheral clock speed for the USART at base specified. More...
|
|
uint32_t | rcc_get_timer_clk_freq (uint32_t timer) |
| Get the peripheral clock speed for the Timer at base specified. More...
|
|
uint32_t | rcc_get_i2c_clk_freq (uint32_t i2c) |
| Get the peripheral clock speed for the I2C device at base specified. More...
|
|
uint32_t | rcc_get_spi_clk_freq (uint32_t spi) |
| Get the peripheral clock speed for the SPI device at base specified. More...
|
|
uint32_t | rcc_get_fdcan_clk_freq (uint32_t fdcan) |
| Get the peripheral clock speed for the FDCAN device at base specified. More...
|
|
void | rcc_set_peripheral_clk_sel (uint32_t periph, uint32_t clksel) |
| Set the clksel value for the specified peripheral. More...
|
|
void | rcc_set_fdcan_clksel (uint8_t clksel) |
| Set the clock select for the FDCAN devices. More...
|
|
void | rcc_set_spi123_clksel (uint8_t clksel) |
| Set the clock select for the SPI 1/2/3 devices. More...
|
|
void | rcc_set_spi45_clksel (uint8_t clksel) |
| Set the clock select for the SPI 4/5 devices. More...
|
|
void | rcc_set_rng_clksel (uint8_t clksel) |
| Set the clock select for the RNG device. More...
|
|
void | rcc_peripheral_enable_clock (volatile uint32_t *reg, uint32_t en) |
| RCC Enable Peripheral Clocks. More...
|
|
void | rcc_peripheral_disable_clock (volatile uint32_t *reg, uint32_t en) |
| RCC Disable Peripheral Clocks. More...
|
|
void | rcc_peripheral_reset (volatile uint32_t *reg, uint32_t reset) |
| RCC Reset Peripherals. More...
|
|
void | rcc_peripheral_clear_reset (volatile uint32_t *reg, uint32_t clear_reset) |
| RCC Remove Reset on Peripherals. More...
|
|
void | rcc_periph_clock_enable (enum rcc_periph_clken clken) |
| Enable Peripheral Clock in running mode. More...
|
|
void | rcc_periph_clock_disable (enum rcc_periph_clken clken) |
| Disable Peripheral Clock in running mode. More...
|
|
void | rcc_periph_reset_pulse (enum rcc_periph_rst rst) |
| Reset Peripheral, pulsed. More...
|
|
void | rcc_periph_reset_hold (enum rcc_periph_rst rst) |
| Reset Peripheral, hold. More...
|
|
void | rcc_periph_reset_release (enum rcc_periph_rst rst) |
| Reset Peripheral, release. More...
|
|
void | rcc_set_mco (uint32_t mcosrc) |
| Select the source of Microcontroller Clock Output. More...
|
|
void | rcc_osc_bypass_enable (enum rcc_osc osc) |
| RCC Enable Bypass. More...
|
|
void | rcc_osc_bypass_disable (enum rcc_osc osc) |
| RCC Disable Bypass. More...
|
|
uint16_t | rcc_get_div_from_hpre (uint8_t div_val) |
| This will return the divisor 1/2/4/8/16/64/128/256/512 which is set as a 4-bit value, typically used for hpre and other prescalers. More...
|
|