FaultmW

Type Alias FaultmW 

pub type FaultmW<'a, REG> = FieldWriter<'a, REG, 2, Faultm, Safe>;
Expand description

Field FAULTM writer - Fault Control Mode

Aliased Type§

pub struct FaultmW<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> FaultmW<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

pub fn _00(self) -> &'a mut W<REG>

Fault control is disabled for all channels.

pub fn _01(self) -> &'a mut W<REG>

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 _10(self) -> &'a mut W<REG>

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

pub fn _11(self) -> &'a mut W<REG>

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