PrR

Type Alias PrR 

pub type PrR = BitReader<Pr>;
Expand description

Field PR reader - Present

Aliased Type§

pub struct PrR { /* private fields */ }

Implementations§

§

impl PrR

pub const fn variant(&self) -> Pr

Get enumerated values variant

pub fn is_0(&self) -> bool

Peripheral is not present.

pub fn is_1(&self) -> bool

Peripheral is present.