Struct stm32l4xx_hal::stm32::tim15::RegisterBlock
source · 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
Auto Trait Implementations
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more