AhpR

Type Alias AhpR 

pub type AhpR = BitReader<Ahp>;
Expand description

Field AHP reader - Default value for FPSCR.AHP (Alternative half-precision control bit).

Aliased Type§

pub struct AhpR { /* private fields */ }

Implementations§

§

impl AhpR

pub const fn variant(&self) -> Ahp

Get enumerated values variant

pub fn is_0(&self) -> bool

IEEE half-precision format selected.

pub fn is_1(&self) -> bool

Alternative half-precision format selected.