ModeR

Type Alias ModeR 

pub type ModeR = FieldReader<Mode>;
Expand description

Field MODE reader - Conversion mode selection

Aliased Type§

pub struct ModeR { /* private fields */ }

Implementations§

§

impl ModeR

pub const fn variant(&self) -> Option<Mode>

Get enumerated values variant

pub fn is_00(&self) -> bool

8-bit conversion.

pub fn is_01(&self) -> bool

12-bit conversion.

pub fn is_10(&self) -> bool

10-bit conversion.