[][src]Type Definition atsam4e16e_pac::dacc::ACR

type ACR = Reg<u32, _ACR>;

Analog Current Register

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

For information about available fields see acr module

Trait Implementations

impl Readable for ACR[src]

read() method returns acr::R reader structure

impl ResetValue for ACR[src]

Register ACR reset()'s with value 0

type Type = u32

Register size

impl Writable for ACR[src]

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