TimeoutW

Type Alias TimeoutW 

Source
pub type TimeoutW<'a, REG> = FieldWriter<'a, REG, 24, u32>;
Expand description

Field TIMEOUT writer - Timeout Value TIMEOUT value is the value (0 to 2<super 24>-1) that defines the time-out interval. The time-out interval is given by the equation shown in the TIMEOUT Interval Equation.

Aliased Typeยง

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