atsamd_hal::clock::v2

Function clock_system_at_reset

Source
pub fn clock_system_at_reset(
    oscctrl: Oscctrl,
    osc32kctrl: Osc32kctrl,
    gclk: Gclk,
    mclk: Mclk,
    nvmctrl: &mut Nvmctrl,
) -> (Buses, Clocks, Tokens)
Expand description

Consume the PAC clocking structs and return a HAL-level representation of the clocks at power-on reset

This function consumes the Oscctrl, Osc32kctrl, Gclk and Mclk PAC structs and returns the Buses, Clocks and Tokens.

See the module-level documentation for more details.