Type Alias BITO_W

Source
pub type BITO_W<'a> = FieldWriterSafe<'a, u32, CTRL_SPEC, u8, BITO_A, 2, 12>;
Expand description

Field BITO writer - Bus Idle Timeout

Aliased Type§

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

Implementations§

Source§

impl<'a> BITO_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.