Enum stm32wlxx_hal::pac::tim1::ccmr2_output::OC4M_3_A
pub enum OC4M_3_A {
Normal = 0,
Extended = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Output Compare 3 mode - bit 3
Value on reset: 0
Variants§
Normal = 0
0: Normal output compare mode (modes 0-7)
Extended = 1
1: Extended output compare mode (modes 7-15)
Trait Implementations§
impl Copy for OC3M_3_A
impl StructuralPartialEq for OC3M_3_A
Auto Trait Implementations§
impl RefUnwindSafe for OC3M_3_A
impl Send for OC3M_3_A
impl Sync for OC3M_3_A
impl Unpin for OC3M_3_A
impl UnwindSafe for OC3M_3_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