Type Alias RampW

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

Field RAMP writer - Ramp Mode

Aliased Type§

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

Implementations§

Source§

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

Source

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

RAMP1 operation

Source

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

Alternative RAMP2 operation

Source

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

RAMP2 operation

Source

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

Critical RAMP2 operation