AvgsR

Type Alias AvgsR 

pub type AvgsR = FieldReader<Avgs>;
Expand description

Field AVGS reader - Hardware Average Select

Aliased Type§

pub struct AvgsR { /* private fields */ }

Implementations§

§

impl AvgsR

pub const fn variant(&self) -> Avgs

Get enumerated values variant

pub fn is_00(&self) -> bool

4 samples averaged.

pub fn is_01(&self) -> bool

8 samples averaged.

pub fn is_10(&self) -> bool

16 samples averaged.

pub fn is_11(&self) -> bool

32 samples averaged.