#[repr(C)]pub struct RegisterBlock {}Expand description
Register block
Fields§
§cr1: CR10x00 - control register 1
cr2: CR20x04 - control register 2
dier: DIER0x0c - DMA/Interrupt enable register
sr: SR0x10 - status register
egr: EGR0x14 - event generation register
ccmr1_output: CCMR1_OUTPUT0x18 - capture/compare mode register (output mode)
ccer: CCER0x20 - capture/compare enable register
cnt: CNT0x24 - counter
psc: PSC0x28 - prescaler
arr: ARR0x2c - auto-reload register
rcr: RCR0x30 - repetition counter register
ccr1: CCR10x34 - capture/compare register 1
bdtr: BDTR0x44 - break and dead-time register
dcr: DCR0x48 - DMA control register
dmar: DMAR0x4c - DMA address for full transfer
or: OR0x50 - option 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