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_TDA0x00 - Task Descriptor Address
ce_icr: CE_ICR0x08 - Interrupt Control Register
ce_isr: CE_ISR0x0c - Interrupt Status Register
ce_tlr: CE_TLR0x10 - Task Load Register
ce_tsr: CE_TSR0x14 - Task Status Register
ce_esr: CE_ESR0x18 - Error Status Register
ce_csa: CE_CSA0x24 - Current Source Address Register
ce_cda: CE_CDA0x28 - Current Destination Address Register
ce_tpr: CE_TPR0x2c - Throughput Register
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more