BiasenR

Type Alias BiasenR 

pub type BiasenR = BitReader<Biasen>;
Expand description

Field BIASEN reader - Bias Enable Bit

Aliased Type§

pub struct BiasenR { /* private fields */ }

Implementations§

§

impl BiasenR

pub const fn variant(&self) -> Biasen

Get enumerated values variant

pub fn is_0(&self) -> bool

Biasing disabled, core logic can run in full performance

pub fn is_1(&self) -> bool

Biasing enabled, core logic is slower and there are restrictions in allowed system clock speed (see Data Sheet for details)