Enum stm32wlxx_hal::pac::tim16::cr2::CCUS_A
pub enum CCUS_A {
Default = 0,
WithRisingEdge = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
CCUS
Value on reset: 0
Variants§
Default = 0
0: Capture/compare are updated only by setting the COMG bit
WithRisingEdge = 1
1: Capture/compare are updated by setting the COMG bit or when an rising edge occurs on TRGI
Trait Implementations§
impl Copy for CCUS_A
impl StructuralPartialEq for CCUS_A
Auto Trait Implementations§
impl RefUnwindSafe for CCUS_A
impl Send for CCUS_A
impl Sync for CCUS_A
impl Unpin for CCUS_A
impl UnwindSafe for CCUS_A
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