embassy/embassy-macros/src/chip
Ulf Lilleengen 952f525af5 Provide a way for a peripheral to query its clock frequency
Currently this looks up the frequency in the global singleton that must
be initialized by the per-chip RCC implementation. At present, this is
only done for the L0 family of chips.
2021-06-14 11:33:11 +02:00
..
nrf.rs Add init fn. Initializes hw and returns Peripherals. 2021-05-17 00:57:37 +02:00
rp.rs Add init fn. Initializes hw and returns Peripherals. 2021-05-17 00:57:37 +02:00
stm32.rs Provide a way for a peripheral to query its clock frequency 2021-06-14 11:33:11 +02:00