FaultmR

Type Alias FaultmR 

pub type FaultmR = FieldReader<Faultm>;
Expand description

Field FAULTM reader - Fault Control Mode

Aliased Type§

pub struct FaultmR { /* private fields */ }

Implementations§

§

impl FaultmR

pub const fn variant(&self) -> Faultm

Get enumerated values variant

pub fn is_00(&self) -> bool

Fault control is disabled for all channels.

pub fn is_01(&self) -> bool

Fault control is enabled for even channels only (channels 0, 2, 4, and 6), and the selected mode is the manual fault clearing.

pub fn is_10(&self) -> bool

Fault control is enabled for all channels, and the selected mode is the manual fault clearing.

pub fn is_11(&self) -> bool

Fault control is enabled for all channels, and the selected mode is the automatic fault clearing.