Type Alias xmc4800::ebu::modcon::TimeoutcW

source ·
pub type TimeoutcW<'a, REG> = FieldWriter<'a, REG, 8, Timeoutc>;
Expand description

Field TIMEOUTC writer - Bus Time-out Control

Aliased Type§

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

Implementations§

source§

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

source

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

Time-out is disabled.

source

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

Time-out is generated after 1 8 clock cycles.

source

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

Time-out is generated after 255 8 clock cycles.