Type Alias REPMODE_R

Source
pub type REPMODE_R = FieldReader<u8, REPMODE_A>;
Expand description

Field REPMODE reader - Repeat Mode

Aliased Type§

pub struct REPMODE_R { /* private fields */ }

Implementations§

Source§

impl REPMODE_R

Source

pub fn variant(&self) -> REPMODE_A

Get enumerated values variant

Source

pub fn is_free(&self) -> bool

Checks if the value of the field is FREE

Source

pub fn is_oneshot(&self) -> bool

Checks if the value of the field is ONESHOT

Source

pub fn is_buffered(&self) -> bool

Checks if the value of the field is BUFFERED

Source

pub fn is_double(&self) -> bool

Checks if the value of the field is DOUBLE