Function set_arm_clock

Source
pub(crate) fn set_arm_clock(ccm: &Ccm, ccm_analog: &CcmAnalog)
Expand description

Set the ARM clock frequency to 600MHz

You should use this early in program initialization, before there’s a chance for preemption.