AutopcsW

Type Alias AutopcsW 

pub type AutopcsW<'a, REG> = BitWriter<'a, REG, Autopcs>;
Expand description

Field AUTOPCS writer - Automatic PCS

Aliased Type§

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

Implementations§

§

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

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

Automatic PCS generation disabled.

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

Automatic PCS generation enabled.