W

Type Alias W 

pub type W = W<FpdscrSpec>;
Expand description

Register FPDSCR writer

Aliased Type§

pub struct W { /* private fields */ }

Implementations§

§

impl W

pub fn rmode(&mut self) -> RmodeW<'_, FpdscrSpec>

Bits 22:23 - Default value for FPSCR.RMode (Rounding Mode control field).

pub fn fz(&mut self) -> FzW<'_, FpdscrSpec>

Bit 24 - Default value for FPSCR.FZ (Flush-to-zero mode control bit).

pub fn dn(&mut self) -> DnW<'_, FpdscrSpec>

Bit 25 - Default value for FPSCR.DN (Default NaN mode control bit).

pub fn ahp(&mut self) -> AhpW<'_, FpdscrSpec>

Bit 26 - Default value for FPSCR.AHP (Alternative half-precision control bit).