Enum stm32wlxx_hal::pac::tim2::ccmr1_input::IC2PSC_A
#[repr(u8)]pub enum IC2PSC_A {
Output = 0,
Capture2 = 1,
Capture4 = 2,
Capture8 = 3,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Input capture 1 prescaler
Value on reset: 0
Variants§
Output = 0
0: CCx channel is configured as output
Capture2 = 1
1: Capture is done once every 2 events
Capture4 = 2
2: Capture is done once every 4 events
Capture8 = 3
3: Capture is done once every 8 events
Trait Implementations§
impl Copy for IC1PSC_A
impl StructuralPartialEq for IC1PSC_A
Auto Trait Implementations§
impl RefUnwindSafe for IC1PSC_A
impl Send for IC1PSC_A
impl Sync for IC1PSC_A
impl Unpin for IC1PSC_A
impl UnwindSafe for IC1PSC_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