Skip to main content

DisLpcacR

Type Alias DisLpcacR 

Source
pub type DisLpcacR = BitReader<DisLpcac>;
Expand description

Field DIS_LPCAC reader - Disables/enables the cache function.

Aliased Type§

pub struct DisLpcacR { /* private fields */ }

Implementations§

Source§

impl DisLpcacR

Source

pub const fn variant(&self) -> DisLpcac

Get enumerated values variant

Source

pub fn is_enable(&self) -> bool

Enabled

Source

pub fn is_disable(&self) -> bool

Disabled