Enum stm32wlxx_hal::pac::tim16::sr::CC1OF_A
pub enum CC1OF_A {
NoOvercapture = 0,
Overcapture = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Capture/Compare 1 overcapture flag
Value on reset: 0
Variants§
NoOvercapture = 0
0: No overcapture has been detected
Overcapture = 1
1: The counter value has been captured in TIMx_CCRx register while CCxIF flag was already set
Trait Implementations§
impl Copy for CC1OF_A
impl StructuralPartialEq for CC1OF_A
Auto Trait Implementations§
impl RefUnwindSafe for CC1OF_A
impl Send for CC1OF_A
impl Sync for CC1OF_A
impl Unpin for CC1OF_A
impl UnwindSafe for CC1OF_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