Enum stm32wlxx_hal::pac::tim1::egr::CC4G_AW
pub enum CC4G_AW {
Trigger = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Capture/Compare 1 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 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§
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