Type Alias rp2040_pac::xosc::startup::R

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

Register STARTUP reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

pub fn delay(&self) -> DELAY_R

Bits 0:13 - in multiples of 256*xtal_period. The reset value of 0xc4 corresponds to approx 50 000 cycles.

source

pub fn x4(&self) -> X4_R

Bit 20 - Multiplies the startup_delay by 4. This is of little value to the user given that the delay can be programmed directly.