Struct atsamd21e18a::sysctrl::intenclr::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 Interrupt Enable

Bit 1 - XOSC32K Ready Interrupt Enable

Bit 2 - OSC32K Ready Interrupt Enable

Bit 3 - OSC8M Ready Interrupt Enable

Bit 4 - DFLL Ready Interrupt Enable

Bit 5 - DFLL Out Of Bounds Interrupt Enable

Bit 6 - DFLL Lock Fine Interrupt Enable

Bit 7 - DFLL Lock Coarse Interrupt Enable

Bit 8 - DFLL Reference Clock Stopped Interrupt Enable

Bit 9 - BOD33 Ready Interrupt Enable

Bit 10 - BOD33 Detection Interrupt Enable

Bit 11 - BOD33 Synchronization Ready Interrupt Enable

Bit 15 - DPLL Lock Rise Interrupt Enable

Bit 16 - DPLL Lock Fall Interrupt Enable

Bit 17 - DPLL Lock Timeout Interrupt Enable

Auto Trait Implementations

impl Send for R

impl Sync for R