Struct d1_pac::ce_ns::RegisterBlock

source ·
#[repr(C)]
pub struct RegisterBlock { pub ce_tda: CE_TDA, pub ce_icr: CE_ICR, pub ce_isr: CE_ISR, pub ce_tlr: CE_TLR, pub ce_tsr: CE_TSR, pub ce_esr: CE_ESR, pub ce_csa: CE_CSA, pub ce_cda: CE_CDA, pub ce_tpr: CE_TPR, /* private fields */ }
Expand description

Register block

Fields§

§ce_tda: CE_TDA

0x00 - Task Descriptor Address

§ce_icr: CE_ICR

0x08 - Interrupt Control Register

§ce_isr: CE_ISR

0x0c - Interrupt Status Register

§ce_tlr: CE_TLR

0x10 - Task Load Register

§ce_tsr: CE_TSR

0x14 - Task Status Register

§ce_esr: CE_ESR

0x18 - Error Status Register

§ce_csa: CE_CSA

0x24 - Current Source Address Register

§ce_cda: CE_CDA

0x28 - Current Destination Address Register

§ce_tpr: CE_TPR

0x2c - Throughput 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>,

§

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>,

§

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.