pub type ASC_W<'a, REG> = BitWriter<'a, REG, ASC_A>;
Expand description

Field ASC writer - Advance Slot Check

Aliased Type§

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

Implementations§

source§

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

source

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

Advance Slot Check is disabled

source

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

Advance Slot Check is enabled