HrpolW

Type Alias HrpolW 

pub type HrpolW<'a, REG> = BitWriter<'a, REG, Hrpol>;
Expand description

Field HRPOL writer - Host Request Polarity

Aliased Type§

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

Implementations§

§

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

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

Active low.

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

Active high.