RunmR

Type Alias RunmR 

pub type RunmR = FieldReader<Runm>;
Expand description

Field RUNM reader - Run Mode Control

Aliased Type§

pub struct RunmR { /* private fields */ }

Implementations§

§

impl RunmR

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

Get enumerated values variant

pub fn is_00(&self) -> bool

Normal Run mode (RUN)

pub fn is_10(&self) -> bool

Very-Low-Power Run mode (VLPR)

pub fn is_11(&self) -> bool

High Speed Run mode (HSRUN)