PnetEnW

Type Alias PnetEnW 

pub type PnetEnW<'a, REG> = BitWriter<'a, REG, PnetEn>;
Expand description

Field PNET_EN writer - Pretended Networking Enable

Aliased Type§

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

Implementations§

§

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

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

Pretended Networking mode is disabled.

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

Pretended Networking mode is enabled.