Type Alias ETF_W

Source
pub type ETF_W<'a, REG> = FieldWriter<'a, REG, 4, ETF, Safe>;
Expand description

Field ETF writer - External trigger filter

Aliased Type§

struct ETF_W<'a, REG> { /* private fields */ }

Implementations§

Source§

impl<'a, REG> ETF_W<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

Source

pub fn no_filter(self) -> &'a mut W<REG>

No filter, sampling is done at fDTS

Source

pub fn fck_int_n2(self) -> &'a mut W<REG>

fSAMPLING=fCK_INT, N=2

Source

pub fn fck_int_n4(self) -> &'a mut W<REG>

fSAMPLING=fCK_INT, N=4

Source

pub fn fck_int_n8(self) -> &'a mut W<REG>

fSAMPLING=fCK_INT, N=8

Source

pub fn fdts_div2_n6(self) -> &'a mut W<REG>

fSAMPLING=fDTS/2, N=6

Source

pub fn fdts_div2_n8(self) -> &'a mut W<REG>

fSAMPLING=fDTS/2, N=8

Source

pub fn fdts_div4_n6(self) -> &'a mut W<REG>

fSAMPLING=fDTS/4, N=6

Source

pub fn fdts_div4_n8(self) -> &'a mut W<REG>

fSAMPLING=fDTS/4, N=8

Source

pub fn fdts_div8_n6(self) -> &'a mut W<REG>

fSAMPLING=fDTS/8, N=6

Source

pub fn fdts_div8_n8(self) -> &'a mut W<REG>

fSAMPLING=fDTS/8, N=8

Source

pub fn fdts_div16_n5(self) -> &'a mut W<REG>

fSAMPLING=fDTS/16, N=5

Source

pub fn fdts_div16_n6(self) -> &'a mut W<REG>

fSAMPLING=fDTS/16, N=6

Source

pub fn fdts_div16_n8(self) -> &'a mut W<REG>

fSAMPLING=fDTS/16, N=8

Source

pub fn fdts_div32_n5(self) -> &'a mut W<REG>

fSAMPLING=fDTS/32, N=5

Source

pub fn fdts_div32_n6(self) -> &'a mut W<REG>

fSAMPLING=fDTS/32, N=6

Source

pub fn fdts_div32_n8(self) -> &'a mut W<REG>

fSAMPLING=fDTS/32, N=8