pub type CTIMEOUT_R = BitReader<CTIMEOUT_A>;
Expand description
Field CTIMEOUT
reader - Command response timeout
Implementations
sourceimpl CTIMEOUT_R
impl CTIMEOUT_R
sourcepub fn variant(&self) -> CTIMEOUT_A
pub fn variant(&self) -> CTIMEOUT_A
Get enumerated values variant
sourcepub fn is_no_timeout(&self) -> bool
pub fn is_no_timeout(&self) -> bool
Checks if the value of the field is NoTimeout
sourcepub fn is_timeout(&self) -> bool
pub fn is_timeout(&self) -> bool
Checks if the value of the field is Timeout