Skip to main content

OSC32K

Type Alias OSC32K 

Source
pub type OSC32K = Reg<u32, _OSC32K>;
Expand description

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

Aliased Type§

pub struct OSC32K { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for OSC32K

Register OSC32K reset()’s with value 0x003f_0080

Source§

type Type = u32

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

fn reset_value() -> Self::Type

Reset value of the register.
Source§

impl Readable for OSC32K

read() method returns osc32k::R reader structure

Source§

impl Writable for OSC32K

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