[][src]Struct xmc4200::ccu80::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub gctrl: GCTRL,
    pub gstat: GSTAT,
    pub gidls: GIDLS,
    pub gidlc: GIDLC,
    pub gcss: GCSS,
    pub gcsc: GCSC,
    pub gcst: GCST,
    pub gpchk: GPCHK,
    pub ecrd: ECRD,
    pub midr: MIDR,
    // some fields omitted
}

Register block

Fields

gctrl: GCTRL

0x00 - Global Control Register

gstat: GSTAT

0x04 - Global Status Register

gidls: GIDLS

0x08 - Global Idle Set

gidlc: GIDLC

0x0c - Global Idle Clear

gcss: GCSS

0x10 - Global Channel Set

gcsc: GCSC

0x14 - Global Channel Clear

gcst: GCST

0x18 - Global Channel status

gpchk: GPCHK

0x1c - Parity Checker Configuration

ecrd: ECRD

0x50 - Extended Capture Mode Read

midr: MIDR

0x80 - Module Identification

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.