aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMarco Pastrello <[email protected]>2023-05-04 22:59:52 +0200
committerMarco Pastrello <[email protected]>2023-05-04 22:59:52 +0200
commit5158014f3f77b20db34dd398633fc26e8e7d2e60 (patch)
tree7cae4065e9482c0fc7d573095f9754b7d8112283 /examples
parent1cc61dc68a64398159214018296c6a6141e760c5 (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')
0 files changed, 0 insertions, 0 deletions