rp2040_pac::xosc::startup

Type Alias X4_W

Source
pub type X4_W<'a, REG> = BitWriter<'a, REG>;
Expand description

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.

Aliased Typeยง

struct X4_W<'a, REG> { /* private fields */ }