Struct hal::stm32f1::clock_tree::pll_t
ClassList > hal > stm32f1 > clock_tree > pll_t
Defines the configuration of the PLL.
#include <clock.hpp>
Classes
Type | Name |
---|---|
struct | usb_divider_t |
Public Attributes
Type | Name |
---|---|
bool | enable = = false |
pll_multiply | multiply = = pll_multiply::multiply_by_2 |
pll_source | source = = pll_source::high_speed_internal |
struct hal::stm32f1::clock_tree::pll_t::usb_divider_t | usb = = {} |
Public Attributes Documentation
variable enable
bool hal::stm32f1::clock_tree::pll_t::enable;
variable multiply
pll_multiply hal::stm32f1::clock_tree::pll_t::multiply;
variable source
pll_source hal::stm32f1::clock_tree::pll_t::source;
variable usb
struct hal::stm32f1::clock_tree::pll_t::usb_divider_t hal::stm32f1::clock_tree::pll_t::usb;
The documentation for this class was generated from the following file libraries/include/libhal-stm32f1/clock.hpp