pub fn prepare_clocks_and_power(
ccm: &mut CCM,
ccm_analog: &mut CCM_ANALOG,
dcdc: &mut DCDC,
)
Expand description
Prepare clocks and power for the MCU.
This implements the board
’s clock policy. This
function is automatically called when acquiring board resources.