Type Alias BITO_R

Source
pub type BITO_R = FieldReader<u8, BITO_A>;
Expand description

Field BITO reader - Bus Idle Timeout

Aliased Type§

pub struct BITO_R { /* private fields */ }

Implementations§

Source§

impl BITO_R

Source

pub fn variant(&self) -> BITO_A

Get enumerated values variant

Source

pub fn is_off(&self) -> bool

Checks if the value of the field is OFF

Source

pub fn is_40pcc(&self) -> bool

Checks if the value of the field is _40PCC

Source

pub fn is_80pcc(&self) -> bool

Checks if the value of the field is _80PCC

Source

pub fn is_160pcc(&self) -> bool

Checks if the value of the field is _160PCC