Enum stm32wlxx_hal::pac::tim1::cr2::CCUS_A
pub enum CCUS_A {
Bit = 0,
BitOrEdge = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Capture/compare control update selection
Value on reset: 0
Variants§
Bit = 0
0: When capture/compare control bits are preloaded (CCPC=1), they are updated by setting the COMG bit only
BitOrEdge = 1
1: When capture/compare control bits are preloaded (CCPC=1), they 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