Type Alias RAM_COM6

Source
pub type RAM_COM6 = Reg<u32, _RAM_COM6>;
Expand description

display memory

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

For information about available fields see ram_com6 module

Aliased Type§

pub struct RAM_COM6 { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for RAM_COM6

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

read() method returns ram_com6::R reader structure

Source§

impl Writable for RAM_COM6

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