[][src]Type Definition atsame70n21b::acc::ACC_MR

type ACC_MR = Reg<u32, _ACC_MR>;

Mode Register

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

For information about available fields see acc_mr module

Trait Implementations

impl Readable for ACC_MR[src]

read() method returns acc_mr::R reader structure

impl ResetValue for ACC_MR[src]

Register ACC_MR reset()'s with value 0

type Type = u32

Register size

impl Writable for ACC_MR[src]

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