MemStatus2Reg

Type Alias MemStatus2Reg 

Source
pub type MemStatus2Reg = RegValueT<MemStatus2Reg_SPEC>;
Expand description

RAM cells Status Register

Aliased Type§

pub struct MemStatus2Reg { /* private fields */ }

Implementations§

Source§

impl MemStatus2Reg

Source

pub fn ram8_off_but_access( self, ) -> RegisterFieldBool<7, 1, 0, MemStatus2Reg_SPEC, RW>

Reading a ‘1’ indicates RAM8 was off but still access was performed. Writing a ‘1’ will clear the status back to ‘0’.

Source

pub fn ram7_off_but_access( self, ) -> RegisterFieldBool<6, 1, 0, MemStatus2Reg_SPEC, RW>

Reading a ‘1’ indicates RAM7 was off but still access was performed. Writing a ‘1’ will clear the status back to ‘0’.

Source

pub fn ram6_off_but_access( self, ) -> RegisterFieldBool<5, 1, 0, MemStatus2Reg_SPEC, RW>

Reading a ‘1’ indicates RAM6 was off but still access was performed. Writing a ‘1’ will clear the status back to ‘0’.

Source

pub fn ram5_off_but_access( self, ) -> RegisterFieldBool<4, 1, 0, MemStatus2Reg_SPEC, RW>

Reading a ‘1’ indicates RAM5 was off but still access was performed. Writing a ‘1’ will clear the status back to ‘0’.

Source

pub fn ram4_off_but_access( self, ) -> RegisterFieldBool<3, 1, 0, MemStatus2Reg_SPEC, RW>

Reading a ‘1’ indicates RAM4 was off but still access was performed. Writing a ‘1’ will clear the status back to ‘0’.

Source

pub fn ram3_off_but_access( self, ) -> RegisterFieldBool<2, 1, 0, MemStatus2Reg_SPEC, RW>

Reading a ‘1’ indicates RAM3 was off but still access was performed. Writing a ‘1’ will clear the status back to ‘0’.

Source

pub fn ram2_off_but_access( self, ) -> RegisterFieldBool<1, 1, 0, MemStatus2Reg_SPEC, RW>

Reading a ‘1’ indicates RAM2 was off but still access was performed. Writing a ‘1’ will clear the status back to ‘0’.

Source

pub fn ram1_off_but_access( self, ) -> RegisterFieldBool<0, 1, 0, MemStatus2Reg_SPEC, RW>

Reading a ‘1’ indicates RAM1 was off but still access was performed. Writing a ‘1’ will clear the status back to ‘0’.

Trait Implementations§

Source§

impl Default for MemStatus2Reg

Source§

fn default() -> MemStatus2Reg

Returns the “default value” for a type. Read more