Skip to main content

DisDataSpecR

Type Alias DisDataSpecR 

Source
pub type DisDataSpecR = BitReader<DisDataSpec>;
Expand description

Field DIS_DATA_SPEC reader - Flash data speculation control

Aliased Type§

pub struct DisDataSpecR { /* private fields */ }

Implementations§

Source§

impl DisDataSpecR

Source

pub const fn variant(&self) -> DisDataSpec

Get enumerated values variant

Source

pub fn is_enable(&self) -> bool

Enables data speculation

Source

pub fn is_disable(&self) -> bool

Disables data speculation