Skip to main content

OSC8M

Type Alias OSC8M 

Source
pub type OSC8M = Reg<u32, _OSC8M>;
Expand description

8MHz Internal Oscillator (OSC8M) Control

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

For information about available fields see osc8m module

Aliased Type§

pub struct OSC8M { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for OSC8M

Register OSC8M reset()’s with value 0x8707_0382

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 OSC8M

read() method returns osc8m::R reader structure

Source§

impl Writable for OSC8M

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