TimecfgW

Type Alias TimecfgW 

pub type TimecfgW<'a, REG> = BitWriter<'a, REG, Timecfg>;
Expand description

Field TIMECFG writer - Timeout Configuration

Aliased Type§

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

Implementations§

§

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

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

Pin Low Timeout Flag will set if SCL is low for longer than the configured timeout.

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

Pin Low Timeout Flag will set if either SCL or SDA is low for longer than the configured timeout.