AhpW

Type Alias AhpW 

pub type AhpW<'a, REG> = BitWriter<'a, REG, Ahp>;
Expand description

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

Aliased Type§

pub struct AhpW<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> AhpW<'a, REG>
where REG: Writable + RegisterSpec,

pub fn _0(self) -> &'a mut W<REG>

IEEE half-precision format selected.

pub fn _1(self) -> &'a mut W<REG>

Alternative half-precision format selected.