[][src]Struct xmc4200::posif0::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub pconf: PCONF,
    pub psus: PSUS,
    pub pruns: PRUNS,
    pub prunc: PRUNC,
    pub prun: PRUN,
    pub midr: MIDR,
    pub halp: HALP,
    pub halps: HALPS,
    pub mcm: MCM,
    pub mcsm: MCSM,
    pub mcms: MCMS,
    pub mcmc: MCMC,
    pub mcmf: MCMF,
    pub qdc: QDC,
    pub pflg: PFLG,
    pub pflge: PFLGE,
    pub spflg: SPFLG,
    pub rpflg: RPFLG,
    pub pdbg: PDBG,
    // some fields omitted
}

Register block

Fields

pconf: PCONF

0x00 - Service Request Processing configuration

psus: PSUS

0x04 - Service Request Processing Suspend Config

pruns: PRUNS

0x08 - Service Request Processing Run Bit Set

prunc: PRUNC

0x0c - Service Request Processing Run Bit Clear

prun: PRUN

0x10 - Service Request Processing Run Bit Status

midr: MIDR

0x20 - Module Identification register

halp: HALP

0x30 - Hall Sensor Patterns

halps: HALPS

0x34 - Hall Sensor Shadow Patterns

mcm: MCM

0x40 - Multi-Channel Pattern

mcsm: MCSM

0x44 - Multi-Channel Shadow Pattern

mcms: MCMS

0x48 - Multi-Channel Pattern Control set

mcmc: MCMC

0x4c - Multi-Channel Pattern Control clear

mcmf: MCMF

0x50 - Multi-Channel Pattern Control flag

qdc: QDC

0x60 - Quadrature Decoder Control

pflg: PFLG

0x70 - Service Request Processing Interrupt Flags

pflge: PFLGE

0x74 - Service Request Processing Interrupt Enable

spflg: SPFLG

0x78 - Service Request Processing Interrupt Set

rpflg: RPFLG

0x7c - Service Request Processing Interrupt Clear

pdbg: PDBG

0x100 - POSIF Debug 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.