[][src]Struct xmc4400::can_node0::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub ncr: NCR,
    pub nsr: NSR,
    pub nipr: NIPR,
    pub npcr: NPCR,
    pub nbtr: NBTR,
    pub necnt: NECNT,
    pub nfcr: NFCR,
}

Register block

Fields

ncr: NCR

0x00 - Node Control Register

nsr: NSR

0x04 - Node Status Register

nipr: NIPR

0x08 - Node Interrupt Pointer Register

npcr: NPCR

0x0c - Node Port Control Register

nbtr: NBTR

0x10 - Node Bit Timing Register

necnt: NECNT

0x14 - Node Error Counter Register

nfcr: NFCR

0x18 - Node Frame Counter 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.