[][src]Type Definition atsamd21e18a::gclk::CLKCTRL

type CLKCTRL = Reg<u16, _CLKCTRL>;

Generic Clock Control

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

For information about available fields see clkctrl module

Trait Implementations

impl Readable for CLKCTRL[src]

read() method returns clkctrl::R reader structure

impl ResetValue for CLKCTRL[src]

Register CLKCTRL reset()'s with value 0

type Type = u16

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

impl Writable for CLKCTRL[src]

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