[][src]Struct atsame54p20a::hmatrix::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub pras0: PRAS,
    pub prbs0: PRBS,
    pub pras1: PRAS,
    pub prbs1: PRBS,
    pub pras2: PRAS,
    pub prbs2: PRBS,
    pub pras3: PRAS,
    pub prbs3: PRBS,
    pub pras4: PRAS,
    pub prbs4: PRBS,
    // some fields omitted
}

Register block

Fields

pras0: PRAS

0x80 - Priority A for Slave

prbs0: PRBS

0x84 - Priority B for Slave

pras1: PRAS

0x88 - Priority A for Slave

prbs1: PRBS

0x8c - Priority B for Slave

pras2: PRAS

0x90 - Priority A for Slave

prbs2: PRBS

0x94 - Priority B for Slave

pras3: PRAS

0x98 - Priority A for Slave

prbs3: PRBS

0x9c - Priority B for Slave

pras4: PRAS

0xa0 - Priority A for Slave

prbs4: PRBS

0xa4 - Priority B for Slave

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.