Type Alias FPCAR

Source
pub type FPCAR = Reg<u32, _FPCAR>;
Expand description

Floating-point context address register

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see fpcar module

Aliased Type§

pub struct FPCAR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for FPCAR

Register FPCAR reset()’s with value 0

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for FPCAR

read() method returns fpcar::R reader structure

Source§

impl Writable for FPCAR

write(|w| ..) method takes fpcar::W writer structure