RrsW

Type Alias RrsW 

pub type RrsW<'a, REG> = BitWriter<'a, REG, Rrs>;
Expand description

Field RRS writer - Remote Request Storing

Aliased Type§

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

Implementations§

§

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

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

Remote Response Frame is generated.

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

Remote Request Frame is stored.