SenW

Type Alias SenW 

pub type SenW<'a, REG> = BitWriter<'a, REG, Sen>;
Expand description

Field SEN writer - Slave Enable

Aliased Type§

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

Implementations§

§

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

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

Slave mode is disabled.

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

Slave mode is enabled.