[][src]Type Definition atsamd21j::sysctrl::OSC32K

type OSC32K = Reg<u32, _OSC32K>;

32kHz Internal Oscillator (OSC32K) Control

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

For information about available fields see osc32k module

Trait Implementations

impl Readable for OSC32K[src]

read() method returns osc32k::R reader structure

impl ResetValue for OSC32K[src]

Register OSC32K reset()'s with value 0x003f_0080

type Type = u32

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

impl Writable for OSC32K[src]

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