HcselW

Type Alias HcselW 

pub type HcselW<'a, REG> = BitWriter<'a, REG, Hcsel>;
Expand description

Field HCSEL writer - Half Cycle Select

Aliased Type§

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

Implementations§

§

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

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

Half cycle reload is disabled and it is not considered as a reload opportunity.

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

Half cycle reload is enabled and it is considered as a reload opportunity.