HrpolR

Type Alias HrpolR 

pub type HrpolR = BitReader<Hrpol>;
Expand description

Field HRPOL reader - Host Request Polarity

Aliased Type§

pub struct HrpolR { /* private fields */ }

Implementations§

§

impl HrpolR

pub const fn variant(&self) -> Hrpol

Get enumerated values variant

pub fn is_0(&self) -> bool

Active low.

pub fn is_1(&self) -> bool

Active high.