Skip to main content

DFLLMUL

Type Alias DFLLMUL 

Source
pub type DFLLMUL = Reg<u32, _DFLLMUL>;
Expand description

DFLL48M Multiplier

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

For information about available fields see dfllmul module

Aliased Type§

pub struct DFLLMUL { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for DFLLMUL

Register DFLLMUL 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 DFLLMUL

read() method returns dfllmul::R reader structure

Source§

impl Writable for DFLLMUL

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