Type Alias StartupW

Source
pub type StartupW<'a, REG> = FieldWriter<'a, REG, 3, Startupselect>;
Expand description

Field STARTUP writer - Oscillator Start-Up Time

Aliased Type§

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

Implementations§

Source§

impl<'a, REG> StartupW<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

Source

pub fn cycle2048(self) -> &'a mut W<REG>

62.6 ms

Source

pub fn cycle4096(self) -> &'a mut W<REG>

125 ms

Source

pub fn cycle16384(self) -> &'a mut W<REG>

500 ms

Source

pub fn cycle32768(self) -> &'a mut W<REG>

1000 ms

Source

pub fn cycle65536(self) -> &'a mut W<REG>

2000 ms

Source

pub fn cycle131072(self) -> &'a mut W<REG>

4000 ms

Source

pub fn cycle262144(self) -> &'a mut W<REG>

8000 ms