Type Alias rp2040_pac::adc::div::R

source ·
pub type R = R<DIV_SPEC>;
Expand description

Register DIV reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

pub fn frac(&self) -> FRAC_R

Bits 0:7 - Fractional part of clock divisor. First-order delta-sigma.

source

pub fn int(&self) -> INT_R

Bits 8:23 - Integer part of clock divisor.