Type Alias CLTO_W

Source
pub type CLTO_W<'a> = FieldWriter<'a, u32, CTRL_SPEC, u8, CLTO_A, 3, 16>;
Expand description

Field CLTO writer - Clock Low Timeout

Aliased Type§

pub struct CLTO_W<'a> { /* private fields */ }

Implementations§

Source§

impl<'a> CLTO_W<'a>

Source

pub fn off(self) -> &'a mut W

Timeout disabled

Source

pub fn _40pcc(self) -> &'a mut W

Timeout after 40 prescaled clock cycles. In standard mode at 100 kHz, this results in a 50us timeout.

Source

pub fn _80pcc(self) -> &'a mut W

Timeout after 80 prescaled clock cycles. In standard mode at 100 kHz, this results in a 100us timeout.

Source

pub fn _160pcc(self) -> &'a mut W

Timeout after 160 prescaled clock cycles. In standard mode at 100 kHz, this results in a 200us timeout.

Source

pub fn _320ppc(self) -> &'a mut W

Timeout after 320 prescaled clock cycles. In standard mode at 100 kHz, this results in a 400us timeout.

Source

pub fn _1024ppc(self) -> &'a mut W

Timeout after 1024 prescaled clock cycles. In standard mode at 100 kHz, this results in a 1280us timeout.