Function imxrt_hal::ccm::ipg_clk::set_divider

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

Sets the IPG clock divider.

The implementation clamps divider between MIN_DIVIDER and MAX_DIVIDER.