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.