Type Alias PerW

Source
pub type PerW<'a, REG> = FieldWriter<'a, REG, 4, Perselect>;
Expand description

Field PER writer - Time-Out Period

Aliased Type§

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

Implementations§

Source§

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

Source

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

8 clock cycles

Source

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

16 clock cycles

Source

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

32 clock cycles

Source

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

64 clock cycles

Source

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

128 clock cycles

Source

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

256 clock cycles

Source

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

512 clock cycles

Source

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

1024 clock cycles

Source

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

2048 clock cycles

Source

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

4096 clock cycles

Source

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

8192 clock cycles

Source

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

16384 clock cycles