Skip to main content

DisLpcacW

Type Alias DisLpcacW 

Source
pub type DisLpcacW<'a, REG> = BitWriter<'a, REG, DisLpcac>;
Expand description

Field DIS_LPCAC writer - Disables/enables the cache function.

Aliased Type§

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

Implementations§

Source§

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

Source

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

Enabled

Source

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

Disabled