GlenW

Type Alias GlenW 

pub type GlenW<'a, REG> = BitWriter<'a, REG, Glen>;
Expand description

Field GLEN writer - Global Load Enable

Aliased Type§

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

Implementations§

§

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

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

Global Load Ok disabled.

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

Global Load OK enabled. A pulse event on the module global load input sets the LDOK bit.