pub fn set_divider(ccm: &mut CCM, divider: u32)
Expand description

Set the peripheral clock 2 divider.

The implementation clamps divider between 1 and 8. You should first switch away the core clock selection before changing this divider.