Skip to main content

DPLLRATIO

Type Alias DPLLRATIO 

Source
pub type DPLLRATIO = Reg<u32, _DPLLRATIO>;
Expand description

DPLL Ratio Control

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

For information about available fields see dpllratio module

Aliased Type§

pub struct DPLLRATIO { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for DPLLRATIO

Register DPLLRATIO reset()’s with value 0

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 DPLLRATIO

read() method returns dpllratio::R reader structure

Source§

impl Writable for DPLLRATIO

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