pub enum CC1GW {
Trigger = 1,
}
Expand description
Capture/compare %s generation
Value on reset: 0
Variants§
Trigger = 1
1: If CC1 is an output: CC1IF flag is set, Corresponding interrupt or DMA request is sent if enabled. If CC1 is an input: The current value of the counter is captured in TIMx_CCR1 register.
Trait Implementations§
impl Copy for CC1GW
impl Eq for CC1GW
impl StructuralPartialEq for CC1GW
Auto Trait Implementations§
impl Freeze for CC1GW
impl RefUnwindSafe for CC1GW
impl Send for CC1GW
impl Sync for CC1GW
impl Unpin for CC1GW
impl UnwindSafe for CC1GW
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