Enum stm32wlxx_hal::pac::tim1::egr::COMG_AW
pub enum COMG_AW {
Trigger = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Capture/Compare control update generation
Value on reset: 0
Variants§
Trigger = 1
1: When CCPC bit is set, it allows CCxE, CCxNE and OCxM bits to be updated
Trait Implementations§
impl Copy for COMG_AW
impl StructuralPartialEq for COMG_AW
Auto Trait Implementations§
impl RefUnwindSafe for COMG_AW
impl Send for COMG_AW
impl Sync for COMG_AW
impl Unpin for COMG_AW
impl UnwindSafe for COMG_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