Type Alias rp2040_pac::xosc::startup::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 */ }