[][src]Struct xmc4400::vadc::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub clc: CLC,
    pub id: ID,
    pub ocs: OCS,
    pub globcfg: GLOBCFG,
    pub globiclass: [GLOBICLASS; 2],
    pub globbound: GLOBBOUND,
    pub globeflag: GLOBEFLAG,
    pub globevnp: GLOBEVNP,
    pub globtf: GLOBTF,
    pub brssel: [BRSSEL; 4],
    pub brspnd: [BRSPND; 4],
    pub brsctrl: BRSCTRL,
    pub brsmr: BRSMR,
    pub globrcr: GLOBRCR,
    pub globres: GLOBRES,
    pub globresd: GLOBRESD,
    pub emuxsel: EMUXSEL,
    // some fields omitted
}

Register block

Fields

clc: CLC

0x00 - Clock Control Register

id: ID

0x08 - Module Identification Register

ocs: OCS

0x28 - OCDS Control and Status Register

globcfg: GLOBCFG

0x80 - Global Configuration Register

globiclass: [GLOBICLASS; 2]

0xa0 - Input Class Register, Global

globbound: GLOBBOUND

0xb8 - Global Boundary Select Register

globeflag: GLOBEFLAG

0xe0 - Global Event Flag Register

globevnp: GLOBEVNP

0x140 - Global Event Node Pointer Register

globtf: GLOBTF

0x160 - Global Test Functions Register

brssel: [BRSSEL; 4]

0x180 - Background Request Source Channel Select Register

brspnd: [BRSPND; 4]

0x1c0 - Background Request Source Pending Register

brsctrl: BRSCTRL

0x200 - Background Request Source Control Register

brsmr: BRSMR

0x204 - Background Request Source Mode Register

globrcr: GLOBRCR

0x280 - Global Result Control Register

globres: GLOBRES

0x300 - Global Result Register

globresd: GLOBRESD

0x380 - Global Result Register, Debug

emuxsel: EMUXSEL

0x3f0 - External Multiplexer Select 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.