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

type XOSC = Reg<u16, _XOSC>;

External Multipurpose Crystal Oscillator (XOSC) Control

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

For information about available fields see xosc module

Trait Implementations

impl Readable for XOSC[src]

read() method returns xosc::R reader structure

impl ResetValue for XOSC[src]

Register XOSC reset()'s with value 0x80

type Type = u16

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

impl Writable for XOSC[src]

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