[][src]Type Definition atsam4e16e_pac::pioa::PCMR

type PCMR = Reg<u32, _PCMR>;

Parallel Capture Mode Register

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

For information about available fields see pcmr module

Trait Implementations

impl Readable for PCMR[src]

read() method returns pcmr::R reader structure

impl ResetValue for PCMR[src]

Register PCMR reset()'s with value 0

type Type = u32

Register size

impl Writable for PCMR[src]

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