CgcW

Type Alias CgcW 

pub type CgcW<'a, REG> = BitWriter<'a, REG, Cgc>;
Expand description

Field CGC writer - Clock Gate Control

Aliased Type§

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

Implementations§

§

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

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

Clock disabled

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

Clock enabled. The current clock selection and divider options are locked.