pub enum CC1G_AW {
TRIGGER,
}
Expand description
Capture/compare 1 generation
Value on reset: 0
Variants
TRIGGER
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 CC1G_AW
impl StructuralPartialEq for CC1G_AW
Auto Trait Implementations
impl RefUnwindSafe for CC1G_AW
impl Send for CC1G_AW
impl Sync for CC1G_AW
impl Unpin for CC1G_AW
impl UnwindSafe for CC1G_AW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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