RegisterBlock

Struct RegisterBlock 

Source
#[repr(C)]
pub struct RegisterBlock {
Show 38 fields pub R0: RWRegister<u32>, pub R1: RWRegister<u32>, pub R2: RWRegister<u32>, pub R3: RWRegister<u32>, pub R4: RWRegister<u32>, pub R5: RWRegister<u32>, pub R6: RWRegister<u32>, pub R7: RWRegister<u32>, pub R8: RWRegister<u32>, pub R9: RWRegister<u32>, pub R10: RWRegister<u32>, pub R11: RWRegister<u32>, pub R12: RWRegister<u32>, pub R13: RWRegister<u32>, pub R14: RWRegister<u32>, pub R15: RWRegister<u32>, pub RLR0: RORegister<u32>, pub RLR1: RORegister<u32>, pub RLR2: RORegister<u32>, pub RLR3: RORegister<u32>, pub RLR4: RORegister<u32>, pub RLR5: RORegister<u32>, pub RLR6: RORegister<u32>, pub RLR7: RORegister<u32>, pub RLR8: RORegister<u32>, pub RLR9: RORegister<u32>, pub RLR10: RORegister<u32>, pub RLR11: RORegister<u32>, pub RLR12: RORegister<u32>, pub RLR13: RORegister<u32>, pub RLR14: RORegister<u32>, pub RLR15: RORegister<u32>, pub C1IER: RWRegister<u32>, pub C1ICR: RWRegister<u32>, pub C1ISR: RORegister<u32>, pub C1MISR: RORegister<u32>, pub CR: WORegister<u32>, pub KEYR: RWRegister<u32>, /* private fields */
}

Fields§

§R0: RWRegister<u32>

HSEM register HSEM_R%s HSEM_R31

§R1: RWRegister<u32>

HSEM register HSEM_R%s HSEM_R31

§R2: RWRegister<u32>

HSEM register HSEM_R%s HSEM_R31

§R3: RWRegister<u32>

HSEM register HSEM_R%s HSEM_R31

§R4: RWRegister<u32>

HSEM register HSEM_R%s HSEM_R31

§R5: RWRegister<u32>

HSEM register HSEM_R%s HSEM_R31

§R6: RWRegister<u32>

HSEM register HSEM_R%s HSEM_R31

§R7: RWRegister<u32>

HSEM register HSEM_R%s HSEM_R31

§R8: RWRegister<u32>

HSEM register HSEM_R%s HSEM_R31

§R9: RWRegister<u32>

HSEM register HSEM_R%s HSEM_R31

§R10: RWRegister<u32>

HSEM register HSEM_R%s HSEM_R31

§R11: RWRegister<u32>

HSEM register HSEM_R%s HSEM_R31

§R12: RWRegister<u32>

HSEM register HSEM_R%s HSEM_R31

§R13: RWRegister<u32>

HSEM register HSEM_R%s HSEM_R31

§R14: RWRegister<u32>

HSEM register HSEM_R%s HSEM_R31

§R15: RWRegister<u32>

HSEM register HSEM_R%s HSEM_R31

§RLR0: RORegister<u32>

HSEM Read lock register

§RLR1: RORegister<u32>

HSEM Read lock register

§RLR2: RORegister<u32>

HSEM Read lock register

§RLR3: RORegister<u32>

HSEM Read lock register

§RLR4: RORegister<u32>

HSEM Read lock register

§RLR5: RORegister<u32>

HSEM Read lock register

§RLR6: RORegister<u32>

HSEM Read lock register

§RLR7: RORegister<u32>

HSEM Read lock register

§RLR8: RORegister<u32>

HSEM Read lock register

§RLR9: RORegister<u32>

HSEM Read lock register

§RLR10: RORegister<u32>

HSEM Read lock register

§RLR11: RORegister<u32>

HSEM Read lock register

§RLR12: RORegister<u32>

HSEM Read lock register

§RLR13: RORegister<u32>

HSEM Read lock register

§RLR14: RORegister<u32>

HSEM Read lock register

§RLR15: RORegister<u32>

HSEM Read lock register

§C1IER: RWRegister<u32>

HSEM Interrupt enable register

§C1ICR: RWRegister<u32>

HSEM Interrupt clear register

§C1ISR: RORegister<u32>

HSEM Interrupt status register

§C1MISR: RORegister<u32>

HSEM Masked interrupt status register

§CR: WORegister<u32>

HSEM Clear register

§KEYR: RWRegister<u32>

HSEM Interrupt clear register

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.