Type Alias TIMEOUT_R

Source
pub type TIMEOUT_R = BitReader<TIMEOUT>;
Expand description

Field TIMEOUT reader - Timeout or t_low detection flag

Aliased Type§

pub struct TIMEOUT_R { /* private fields */ }

Implementations§

Source§

impl TIMEOUT_R

Source

pub const fn variant(&self) -> TIMEOUT

Get enumerated values variant

Source

pub fn is_no_timeout(&self) -> bool

No timeout occured

Source

pub fn is_timeout(&self) -> bool

Timeout occured