//! PERIPH_CLK2 divider.
//!
//! All symbols in this module are re-exported into the periph_clk2 module.
use crate;
/// 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.
/// Returns the peripheral clock 2 divider.