pub enum CC4GW {
TRIGGER,
}
Expand description
Values that can be written to the field CC4G
Variants§
TRIGGER
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.
Auto Trait Implementations§
impl Freeze for CC4GW
impl RefUnwindSafe for CC4GW
impl Send for CC4GW
impl Sync for CC4GW
impl Unpin for CC4GW
impl UnwindSafe for CC4GW
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