Type Alias ARTEN_W

Source
pub type ARTEN_W<'a, REG> = BitWriter<'a, REG, ARTEN>;
Expand description

Field ARTEN writer - ART Accelerator Enable

Aliased Type§

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

Implementations§

Source§

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

Source

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

ART Accelerator is disabled

Source

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

ART Accelerator is enabled