AvlpW

Type Alias AvlpW 

pub type AvlpW<'a, REG> = BitWriter<'a, REG, Avlp>;
Expand description

Field AVLP writer - Allow Very-Low-Power Modes

Aliased Type§

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

Implementations§

§

impl<'a, REG> AvlpW<'a, REG>
where REG: Writable + RegisterSpec,

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

VLPR and VLPS are not allowed.

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

VLPR and VLPS are allowed.