[][src]Struct atsams70n20::acc::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub acc_cr: ACC_CR,
    pub acc_mr: ACC_MR,
    pub acc_ier: ACC_IER,
    pub acc_idr: ACC_IDR,
    pub acc_imr: ACC_IMR,
    pub acc_isr: ACC_ISR,
    pub acc_acr: ACC_ACR,
    pub acc_wpmr: ACC_WPMR,
    pub acc_wpsr: ACC_WPSR,
    // some fields omitted
}

Register block

Fields

acc_cr: ACC_CR

0x00 - Control Register

acc_mr: ACC_MR

0x04 - Mode Register

acc_ier: ACC_IER

0x24 - Interrupt Enable Register

acc_idr: ACC_IDR

0x28 - Interrupt Disable Register

acc_imr: ACC_IMR

0x2c - Interrupt Mask Register

acc_isr: ACC_ISR

0x30 - Interrupt Status Register

acc_acr: ACC_ACR

0x94 - Analog Control Register

acc_wpmr: ACC_WPMR

0xe4 - Write Protection Mode Register

acc_wpsr: ACC_WPSR

0xe8 - Write Protection Status Register

Auto Trait Implementations

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self