Enum stm32_metapac::hrtim::vals::Eefltr
#[repr(u8)]pub enum Eefltr {
Show 16 variants
DISABLED = 0,
BLANKRESETTOCOMPARE1 = 1,
BLANKRESETTOCOMPARE2 = 2,
BLANKRESETTOCOMPARE3 = 3,
BLANKRESETTOCOMPARE4 = 4,
BLANKTIMFLTR1 = 5,
BLANKTIMFLTR2 = 6,
BLANKTIMFLTR3 = 7,
BLANKTIMFLTR4 = 8,
BLANKTIMFLTR5 = 9,
BLANKTIMFLTR6 = 10,
BLANKTIMFLTR7 = 11,
BLANKTIMFLTR8 = 12,
WINDOWRESETTOCOMPARE2 = 13,
WINDOWRESETTOCOMPARE3 = 14,
WINDOWTIMWIN = 15,
}
Variants§
DISABLED = 0
No filtering
BLANKRESETTOCOMPARE1 = 1
Blanking from counter reset/roll-over to Compare 1
BLANKRESETTOCOMPARE2 = 2
Blanking from counter reset/roll-over to Compare 2
BLANKRESETTOCOMPARE3 = 3
Blanking from counter reset/roll-over to Compare 3
BLANKRESETTOCOMPARE4 = 4
Blanking from counter reset/roll-over to Compare 4
BLANKTIMFLTR1 = 5
Blanking from another timing unit: TIMFLTR1 source
BLANKTIMFLTR2 = 6
Blanking from another timing unit: TIMFLTR2 source
BLANKTIMFLTR3 = 7
Blanking from another timing unit: TIMFLTR3 source
BLANKTIMFLTR4 = 8
Blanking from another timing unit: TIMFLTR4 source
BLANKTIMFLTR5 = 9
Blanking from another timing unit: TIMFLTR5 source
BLANKTIMFLTR6 = 10
Blanking from another timing unit: TIMFLTR6 source
BLANKTIMFLTR7 = 11
Blanking from another timing unit: TIMFLTR7 source
BLANKTIMFLTR8 = 12
Blanking from another timing unit: TIMFLTR8 source
WINDOWRESETTOCOMPARE2 = 13
Windowing from counter reset/roll-over to compare 2
WINDOWRESETTOCOMPARE3 = 14
Windowing from counter reset/roll-over to compare 3
WINDOWTIMWIN = 15
Windowing from another timing unit: TIMWIN source
Implementations§
Trait Implementations§
§impl Ord for Eefltr
impl Ord for Eefltr
§impl PartialOrd for Eefltr
impl PartialOrd for Eefltr
impl Copy for Eefltr
impl Eq for Eefltr
impl StructuralPartialEq for Eefltr
Auto Trait Implementations§
impl Freeze for Eefltr
impl RefUnwindSafe for Eefltr
impl Send for Eefltr
impl Sync for Eefltr
impl Unpin for Eefltr
impl UnwindSafe for Eefltr
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)