Type Alias stm32f4xx_hal::pac::fpu::fpscr::FZ_W

source ·
pub type FZ_W<'a, const O: u8> = BitWriterRaw<'a, u32, FPSCR_SPEC, bool, BitM, O>;
Expand description

Field FZ writer - Flush-to-zero mode control bit:

Aliased Type§

struct FZ_W<'a, const O: u8> { /* private fields */ }