pub struct TIM14 { /* private fields */ }
Expand description
General-purpose-timers
Implementations§
Methods from Deref<Target = RegisterBlock>§
Sourcepub fn ccmr1_input(&self) -> &Reg<CCMR1_INPUT_SPEC>
pub fn ccmr1_input(&self) -> &Reg<CCMR1_INPUT_SPEC>
0x18 - capture/compare mode register (input mode)
Sourcepub fn ccmr1_output(&self) -> &Reg<CCMR1_OUTPUT_SPEC>
pub fn ccmr1_output(&self) -> &Reg<CCMR1_OUTPUT_SPEC>
0x18 - capture/compare mode register (output mode)
Trait Implementations§
impl PinC1<TIM14> for PA4<Alternate<AF4>>
impl PinC1<TIM14> for PA7<Alternate<AF4>>
impl PinC1<TIM14> for PB1<Alternate<AF0>>
impl Send for TIM14
Auto Trait Implementations§
impl Freeze for TIM14
impl RefUnwindSafe for TIM14
impl !Sync for TIM14
impl Unpin for TIM14
impl UnwindSafe for TIM14
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