Type Alias R

Source
pub type R = R<PRERrs>;
Expand description

Register PRER reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn prediv_s(&self) -> PREDIV_S_R

Bits 0:14 - Synchronous prescaler factor

Source

pub fn prediv_a(&self) -> PREDIV_A_R

Bits 16:22 - Asynchronous prescaler factor

Trait Implementations§

Source§

impl Debug for R

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more