Struct atsamd21e18a::sysctrl::pclksr::R[][src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

Bit 0 - XOSC Ready

Bit 1 - XOSC32K Ready

Bit 2 - OSC32K Ready

Bit 3 - OSC8M Ready

Bit 4 - DFLL Ready

Bit 5 - DFLL Out Of Bounds

Bit 6 - DFLL Lock Fine

Bit 7 - DFLL Lock Coarse

Bit 8 - DFLL Reference Clock Stopped

Bit 9 - BOD33 Ready

Bit 10 - BOD33 Detection

Bit 11 - BOD33 Synchronization Ready

Bit 15 - DPLL Lock Rise

Bit 16 - DPLL Lock Fall

Bit 17 - DPLL Lock Timeout

Auto Trait Implementations

impl Send for R

impl Sync for R