PLLCFGR

Type Alias PLLCFGR 

Source
pub type PLLCFGR = Reg<u32, _PLLCFGR>;
Expand description

PLL configuration register

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

For information about available fields see pllcfgr module

Aliased Type§

pub struct PLLCFGR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for PLLCFGR

Register PLLCFGR reset()’s with value 0x1000

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for PLLCFGR

read() method returns pllcfgr::R reader structure

Source§

impl Writable for PLLCFGR

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