SwW

Type Alias SwW 

pub type SwW<'a, REG> = BitWriter<'a, REG, Sw>;
Expand description

Field SW writer - Software Interrupt

Aliased Type§

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

Implementations§

§

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

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

Interrupt disabled.

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

Interrupt enabled.