AvgeR

Type Alias AvgeR 

pub type AvgeR = BitReader<Avge>;
Expand description

Field AVGE reader - Hardware Average Enable

Aliased Type§

pub struct AvgeR { /* private fields */ }

Implementations§

§

impl AvgeR

pub const fn variant(&self) -> Avge

Get enumerated values variant

pub fn is_0(&self) -> bool

Hardware average function disabled.

pub fn is_1(&self) -> bool

Hardware average function enabled.