Module rp2040_pac::xosc::startup

source ·
Expand description

Controls the startup delay

Structs§

Type Aliases§

  • Field DELAY reader - in multiples of 256*xtal_period. The reset value of 0xc4 corresponds to approx 50 000 cycles.
  • Field DELAY writer - in multiples of 256*xtal_period. The reset value of 0xc4 corresponds to approx 50 000 cycles.
  • Register STARTUP reader
  • Register STARTUP writer
  • Field X4 reader - Multiplies the startup_delay by 4. This is of little value to the user given that the delay can be programmed directly.
  • Field X4 writer - Multiplies the startup_delay by 4. This is of little value to the user given that the delay can be programmed directly.