SackerrW

Type Alias SackerrW 

pub type SackerrW<'a, REG> = BitWriter<'a, REG, Sackerr>;
Expand description

Field SACKERR writer - Stop Acknowledge Error Interrupt

Aliased Type§

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

Implementations§

§

impl<'a, REG> SackerrW<'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.