[][src]Struct atsamd51j19a::rtc::mode0::ctrlb::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u16) -> &mut Self[src]

Writes raw bits to the register

pub fn gp0en(&mut self) -> _GP0ENW[src]

Bit 0 - General Purpose 0 Enable

pub fn gp2en(&mut self) -> _GP2ENW[src]

Bit 1 - General Purpose 2 Enable

pub fn debmaj(&mut self) -> _DEBMAJW[src]

Bit 4 - Debouncer Majority Enable

pub fn debasync(&mut self) -> _DEBASYNCW[src]

Bit 5 - Debouncer Asynchronous Enable

pub fn rtcout(&mut self) -> _RTCOUTW[src]

Bit 6 - RTC Output Enable

pub fn dmaen(&mut self) -> _DMAENW[src]

Bit 7 - DMA Enable

pub fn debf(&mut self) -> _DEBFW[src]

Bits 8:10 - Debounce Freqnuency

pub fn actf(&mut self) -> _ACTFW[src]

Bits 12:14 - Active Layer Freqnuency

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]