SeR

Type Alias SeR 

pub type SeR = BitReader<Se>;
Expand description

Field SE reader - Sample Enable

Aliased Type§

pub struct SeR { /* private fields */ }

Implementations§

§

impl SeR

pub const fn variant(&self) -> Se

Get enumerated values variant

pub fn is_0(&self) -> bool

Sampling mode is not selected.

pub fn is_1(&self) -> bool

Sampling mode is selected.