Struct atsam4ls4b_pac::adcife::RegisterBlock[][src]

#[repr(C)]pub struct RegisterBlock {
    pub cr: CR,
    pub cfg: CFG,
    pub sr: SR,
    pub scr: SCR,
    pub rts: RTS,
    pub seqcfg: SEQCFG,
    pub tim: TIM,
    pub itimer: ITIMER,
    pub wcfg: WCFG,
    pub wth: WTH,
    pub lcv: LCV,
    pub ier: IER,
    pub idr: IDR,
    pub imr: IMR,
    pub calib: CALIB,
    pub version: VERSION,
    pub parameter: PARAMETER,
    // some fields omitted
}

Register block

Fields

cr: CR

0x00 - Control Register

cfg: CFG

0x04 - Configuration Register

sr: SR

0x08 - Status Register

scr: SCR

0x0c - Status Clear Register

rts: RTS

0x10 - Resistive Touch Screen Register

seqcfg: SEQCFG

0x14 - Sequencer Configuration Register

tim: TIM

0x1c - Timing Configuration Register

itimer: ITIMER

0x20 - Internal Timer Register

wcfg: WCFG

0x24 - Window Monitor Configuration Register

wth: WTH

0x28 - Window Monitor Threshold Configuration Register

lcv: LCV

0x2c - Sequencer Last Converted Value Register

ier: IER

0x30 - Interrupt Enable Register

idr: IDR

0x34 - Interrupt Disable Register

imr: IMR

0x38 - Interrupt Mask Register

calib: CALIB

0x3c - Calibration Register

version: VERSION

0x40 - Version Register

parameter: PARAMETER

0x44 - Parameter Register

Implementations

impl RegisterBlock[src]

pub fn cdma_alt(&self) -> &CDMA_ALT[src]

0x18 - Configuration Direct Memory Access Register

pub fn cdma_alt_mut(&self) -> &mut CDMA_ALT[src]

0x18 - Configuration Direct Memory Access Register

pub fn cdma(&self) -> &CDMA[src]

0x18 - Configuration Direct Memory Access Register

pub fn cdma_mut(&self) -> &mut CDMA[src]

0x18 - Configuration Direct Memory Access Register

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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> 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.