DPLLPRESC

Type Alias DPLLPRESC 

Source
pub type DPLLPRESC = Reg<u8, _DPLLPRESC>;
Expand description

DPLL Prescaler

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

For information about avaliable fields see dpllpresc module

Aliased Type§

pub struct DPLLPRESC { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for DPLLPRESC

Register DPLLPRESC reset()’s with value 0

Source§

type Type = u8

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for DPLLPRESC

read() method returns dpllpresc::R reader structure

Source§

impl Writable for DPLLPRESC

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