diff options
| author | Marco Pastrello <[email protected]> | 2023-05-04 22:59:52 +0200 |
|---|---|---|
| committer | Marco Pastrello <[email protected]> | 2023-05-04 22:59:52 +0200 |
| commit | 5158014f3f77b20db34dd398633fc26e8e7d2e60 (patch) | |
| tree | 7cae4065e9482c0fc7d573095f9754b7d8112283 /examples/rp/src | |
| parent | 1cc61dc68a64398159214018296c6a6141e760c5 (diff) | |
PPLXTPRE is a bool.
This flag for example permits the following clock tree
configuration on stm32f103r8
let mut config = Config::default();
config.rcc.hse = Some(Hertz(16_000_000));
config.rcc.sys_ck = Some(Hertz(72_000_000));
config.rcc.pclk1 = Some(Hertz(36_000_000));
config.rcc.pclk2 = Some(Hertz(72_000_000));
config.rcc.pllxtpre = true;
Init fails if pllxtpre is false.
Diffstat (limited to 'examples/rp/src')
0 files changed, 0 insertions, 0 deletions
