Type Alias TIDLE_W

Source
pub type TIDLE_W<'a, REG> = BitWriter<'a, REG, TIDLE>;
Expand description

Field TIDLE writer - Idle clock timeout detection

Aliased Type§

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

Implementations§

Source§

impl<'a, REG> TIDLE_W<'a, REG>
where REG: Writable + RegisterSpec,

Source

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

TIMEOUTA is used to detect SCL low timeout

Source

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

TIMEOUTA is used to detect both SCL and SDA high timeout (bus idle condition)