HrenW

Type Alias HrenW 

pub type HrenW<'a, REG> = BitWriter<'a, REG, Hren>;
Expand description

Field HREN writer - Host Request Enable

Aliased Type§

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

Implementations§

§

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

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

Host request is disabled.

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

Host request is enabled.