FzR

Type Alias FzR 

pub type FzR = BitReader<Fz>;
Expand description

Field FZ reader - Default value for FPSCR.FZ (Flush-to-zero mode control bit).

Aliased Type§

pub struct FzR { /* private fields */ }

Implementations§

§

impl FzR

pub const fn variant(&self) -> Fz

Get enumerated values variant

pub fn is_0(&self) -> bool

Flush-to-zero mode disabled. Behavior of the floating-point system is fully compliant with the IEEE 754 standard.

pub fn is_1(&self) -> bool

Flush-to-zero mode enabled.