Type Definition atsame70n20b_pac::pmc::PCR[][src]

type PCR = Reg<u32, _PCR>;

Peripheral Control Register

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

For information about available fields see pcr module

Trait Implementations

impl Readable for PCR[src]

read() method returns pcr::R reader structure

impl ResetValue for PCR[src]

Register PCR reset()’s with value 0

type Type = u32

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

impl Writable for PCR[src]

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