Type Alias xmc4300::pref::pcon::IbypW

source ·
pub type IbypW<'a, REG> = BitWriter<'a, REG, Ibyp>;
Expand description

Field IBYP writer - Instruction Prefetch Buffer Bypass

Aliased Type§

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

Implementations§

source§

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

source

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

Instruction prefetch buffer not bypassed.

source

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

Instruction prefetch buffer bypassed.