SrxdisW

Type Alias SrxdisW 

pub type SrxdisW<'a, REG> = BitWriter<'a, REG, Srxdis>;
Expand description

Field SRXDIS writer - Self Reception Disable

Aliased Type§

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

Implementations§

§

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

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

Self reception enabled.

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

Self reception disabled.