Type Alias SM_W

Source
pub type SM_W<'a, REG> = FieldWriter<'a, REG, 2, SM_A, Safe>;
Expand description

Field SM writer - Sleep Mode Select Bits

Aliased Type§

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

Implementations§

Source§

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

Source

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

Idle

Source

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

ADC Noise Reduction (If Available)

Source

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

Power Down

Source

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

Reserved