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

Set the LPI2C clock divider.

The implementation clamps divider between MIN_DIVIDER and MAX_DIVIDER.