Skip to main content

DPLLCTRLA

Type Alias DPLLCTRLA 

Source
pub type DPLLCTRLA = Reg<u8, _DPLLCTRLA>;
Expand description

DPLL Control A

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

For information about available fields see dpllctrla module

Aliased Type§

pub struct DPLLCTRLA { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for DPLLCTRLA

Register DPLLCTRLA reset()’s with value 0x80

Source§

type Type = u8

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

fn reset_value() -> Self::Type

Reset value of the register.
Source§

impl Readable for DPLLCTRLA

read() method returns dpllctrla::R reader structure

Source§

impl Writable for DPLLCTRLA

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