Type Definition atsam4s8b_pac::pmc::PMC_MCKR[][src]

type PMC_MCKR = Reg<u32, _PMC_MCKR>;

Master Clock Register

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

For information about available fields see pmc_mckr module

Trait Implementations

impl Readable for PMC_MCKR[src]

read() method returns pmc_mckr::R reader structure

impl ResetValue for PMC_MCKR[src]

Register PMC_MCKR reset()’s with value 0x01

type Type = u32

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

impl Writable for PMC_MCKR[src]

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