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

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

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

impl Writable for PCMR[src]

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