[−][src]Struct stm32wb_pac::tim17::RegisterBlock
Register block
Fields
cr1: CR10x00 - control register 1
cr2: CR20x04 - control register 2
dier: DIER0x08 - DMA/Interrupt enable register
sr: SR0x0c - status register
egr: EGR0x10 - event generation register
ccmr1_output: CCMR1_OUTPUT0x14 - capture/compare mode register (output mode)
ccmr1_input: CCMR1_INPUT0x18 - capture/compare mode register 1 (input mode)
ccer: CCER0x1c - capture/compare enable register
cnt: CNT0x20 - counter
psc: PSC0x24 - prescaler
arr: ARR0x28 - auto-reload register
rcr: RCR0x2c - repetition counter register
ccr1: CCR10x30 - capture/compare register 1
bdtr: BDTR0x34 - break and dead-time register
dcr: DCR0x38 - DMA control register
dmar: DMAR0x3c - DMA address for full transfer
or: OR0x40 - TIM16 option register 1
af1: AF10x44 - TIM17 option register 1
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,