Type Definition atsam4lc8a_pac::pdca::MAR[][src]

type MAR = Reg<u32, _MAR>;

Memory Address Register

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

For information about available fields see mar module

Trait Implementations

impl Readable for MAR[src]

read() method returns mar::R reader structure

impl ResetValue for MAR[src]

Register MAR%s reset()’s with value 0

type Type = u32

Raw register type (u8, u16, u32, …).

impl Writable for MAR[src]

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