FWDATA

Type Alias FWDATA 

Source
pub type FWDATA = Reg<u32, _FWDATA>;
Expand description

Flash data This register contains the 32-bits of data to be written to the flash location selected in FADDR.

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

For information about avaliable fields see fwdata module

Aliased Type§

pub struct FWDATA { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for FWDATA

Register FWDATA 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 FWDATA

read() method returns fwdata::R reader structure

Source§

impl Writable for FWDATA

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