AvgeW

Type Alias AvgeW 

pub type AvgeW<'a, REG> = BitWriter<'a, REG, Avge>;
Expand description

Field AVGE writer - Hardware Average Enable

Aliased Type§

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

Implementations§

§

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

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

Hardware average function disabled.

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

Hardware average function enabled.