AutopcsR

Type Alias AutopcsR 

pub type AutopcsR = BitReader<Autopcs>;
Expand description

Field AUTOPCS reader - Automatic PCS

Aliased Type§

pub struct AutopcsR { /* private fields */ }

Implementations§

§

impl AutopcsR

pub const fn variant(&self) -> Autopcs

Get enumerated values variant

pub fn is_0(&self) -> bool

Automatic PCS generation disabled.

pub fn is_1(&self) -> bool

Automatic PCS generation enabled.