pub enum ETFR {
Show 16 variants
NOFILTER,
FCK_INT_N2,
FCK_INT_N4,
FCK_INT_N8,
FDTS_DIV2_N6,
FDTS_DIV2_N8,
FDTS_DIV4_N6,
FDTS_DIV4_N8,
FDTS_DIV8_N6,
FDTS_DIV8_N8,
FDTS_DIV16_N5,
FDTS_DIV16_N6,
FDTS_DIV16_N8,
FDTS_DIV32_N5,
FDTS_DIV32_N6,
FDTS_DIV32_N8,
}
Expand description
Possible values of the field ETF
Variants§
NOFILTER
No filter, sampling is done at fDTS
FCK_INT_N2
fSAMPLING=fCK_INT, N=2
FCK_INT_N4
fSAMPLING=fCK_INT, N=4
FCK_INT_N8
fSAMPLING=fCK_INT, N=8
FDTS_DIV2_N6
fSAMPLING=fDTS/2, N=6
FDTS_DIV2_N8
fSAMPLING=fDTS/2, N=8
FDTS_DIV4_N6
fSAMPLING=fDTS/4, N=6
FDTS_DIV4_N8
fSAMPLING=fDTS/4, N=8
FDTS_DIV8_N6
fSAMPLING=fDTS/8, N=6
FDTS_DIV8_N8
fSAMPLING=fDTS/8, N=8
FDTS_DIV16_N5
fSAMPLING=fDTS/16, N=5
FDTS_DIV16_N6
fSAMPLING=fDTS/16, N=6
FDTS_DIV16_N8
fSAMPLING=fDTS/16, N=8
FDTS_DIV32_N5
fSAMPLING=fDTS/32, N=5
FDTS_DIV32_N6
fSAMPLING=fDTS/32, N=6
FDTS_DIV32_N8
fSAMPLING=fDTS/32, N=8
Implementations§
Source§impl ETFR
impl ETFR
Sourcepub fn is_no_filter(&self) -> bool
pub fn is_no_filter(&self) -> bool
Checks if the value of the field is NOFILTER
Sourcepub fn is_fck_int_n2(&self) -> bool
pub fn is_fck_int_n2(&self) -> bool
Checks if the value of the field is FCK_INT_N2
Sourcepub fn is_fck_int_n4(&self) -> bool
pub fn is_fck_int_n4(&self) -> bool
Checks if the value of the field is FCK_INT_N4
Sourcepub fn is_fck_int_n8(&self) -> bool
pub fn is_fck_int_n8(&self) -> bool
Checks if the value of the field is FCK_INT_N8
Sourcepub fn is_fdts_div2_n6(&self) -> bool
pub fn is_fdts_div2_n6(&self) -> bool
Checks if the value of the field is FDTS_DIV2_N6
Sourcepub fn is_fdts_div2_n8(&self) -> bool
pub fn is_fdts_div2_n8(&self) -> bool
Checks if the value of the field is FDTS_DIV2_N8
Sourcepub fn is_fdts_div4_n6(&self) -> bool
pub fn is_fdts_div4_n6(&self) -> bool
Checks if the value of the field is FDTS_DIV4_N6
Sourcepub fn is_fdts_div4_n8(&self) -> bool
pub fn is_fdts_div4_n8(&self) -> bool
Checks if the value of the field is FDTS_DIV4_N8
Sourcepub fn is_fdts_div8_n6(&self) -> bool
pub fn is_fdts_div8_n6(&self) -> bool
Checks if the value of the field is FDTS_DIV8_N6
Sourcepub fn is_fdts_div8_n8(&self) -> bool
pub fn is_fdts_div8_n8(&self) -> bool
Checks if the value of the field is FDTS_DIV8_N8
Sourcepub fn is_fdts_div16_n5(&self) -> bool
pub fn is_fdts_div16_n5(&self) -> bool
Checks if the value of the field is FDTS_DIV16_N5
Sourcepub fn is_fdts_div16_n6(&self) -> bool
pub fn is_fdts_div16_n6(&self) -> bool
Checks if the value of the field is FDTS_DIV16_N6
Sourcepub fn is_fdts_div16_n8(&self) -> bool
pub fn is_fdts_div16_n8(&self) -> bool
Checks if the value of the field is FDTS_DIV16_N8
Sourcepub fn is_fdts_div32_n5(&self) -> bool
pub fn is_fdts_div32_n5(&self) -> bool
Checks if the value of the field is FDTS_DIV32_N5
Sourcepub fn is_fdts_div32_n6(&self) -> bool
pub fn is_fdts_div32_n6(&self) -> bool
Checks if the value of the field is FDTS_DIV32_N6
Sourcepub fn is_fdts_div32_n8(&self) -> bool
pub fn is_fdts_div32_n8(&self) -> bool
Checks if the value of the field is FDTS_DIV32_N8