[][src]Type Definition atsame54p::mclk::CPUDIV

type CPUDIV = Reg<u8, _CPUDIV>;

CPU Clock Division

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

For information about available fields see cpudiv module

Trait Implementations

impl Readable for CPUDIV[src]

read() method returns cpudiv::R reader structure

impl ResetValue for CPUDIV[src]

Register CPUDIV reset()'s with value 0x01

type Type = u8

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

impl Writable for CPUDIV[src]

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