Enum Eefltr
#[repr(u8)]pub enum Eefltr {
Show 16 variants
DISABLED = 0,
BLANK_RESET_TO_COMPARE1 = 1,
BLANK_RESET_TO_COMPARE2 = 2,
BLANK_RESET_TO_COMPARE3 = 3,
BLANK_RESET_TO_COMPARE4 = 4,
BLANK_TIMFLTR1 = 5,
BLANK_TIMFLTR2 = 6,
BLANK_TIMFLTR3 = 7,
BLANK_TIMFLTR4 = 8,
BLANK_TIMFLTR5 = 9,
BLANK_TIMFLTR6 = 10,
BLANK_TIMFLTR7 = 11,
BLANK_TIMFLTR8 = 12,
WINDOW_RESET_TO_COMPARE2 = 13,
WINDOW_RESET_TO_COMPARE3 = 14,
WINDOW_TIMWIN = 15,
}
Variants§
DISABLED = 0
No filtering
BLANK_RESET_TO_COMPARE1 = 1
Blanking from counter reset/roll-over to Compare 1
BLANK_RESET_TO_COMPARE2 = 2
Blanking from counter reset/roll-over to Compare 2
BLANK_RESET_TO_COMPARE3 = 3
Blanking from counter reset/roll-over to Compare 3
BLANK_RESET_TO_COMPARE4 = 4
Blanking from counter reset/roll-over to Compare 4
BLANK_TIMFLTR1 = 5
Blanking from another timing unit: TIMFLTR1 source
BLANK_TIMFLTR2 = 6
Blanking from another timing unit: TIMFLTR2 source
BLANK_TIMFLTR3 = 7
Blanking from another timing unit: TIMFLTR3 source
BLANK_TIMFLTR4 = 8
Blanking from another timing unit: TIMFLTR4 source
BLANK_TIMFLTR5 = 9
Blanking from another timing unit: TIMFLTR5 source
BLANK_TIMFLTR6 = 10
Blanking from another timing unit: TIMFLTR6 source
BLANK_TIMFLTR7 = 11
Blanking from another timing unit: TIMFLTR7 source
BLANK_TIMFLTR8 = 12
Blanking from another timing unit: TIMFLTR8 source
WINDOW_RESET_TO_COMPARE2 = 13
Windowing from counter reset/roll-over to compare 2
WINDOW_RESET_TO_COMPARE3 = 14
Windowing from counter reset/roll-over to compare 3
WINDOW_TIMWIN = 15
Windowing from another timing unit: TIMWIN source