CMAR6

Type Alias CMAR6 

Source
pub type CMAR6 = Reg<u32, _CMAR6>;
Expand description

channel x memory address register

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

For information about available fields see cmar6 module

Aliased Type§

pub struct CMAR6 { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for CMAR6

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

read() method returns cmar6::R reader structure

Source§

impl Writable for CMAR6

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