[][src]Struct avr_device::attiny88::wdt::wdtcsr::WDPL_W

pub struct WDPL_W<'a> { /* fields omitted */ }

Write proxy for field WDPL

Implementations

impl<'a> WDPL_W<'a>[src]

pub fn variant(self, variant: WDPL_A) -> &'a mut W[src]

Writes variant to the field

pub fn cycles_2k_512k(self) -> &'a mut W[src]

  • 2048 cycles, ~16ms/512K (524288) cycles, ~4s if WDPH is set

pub fn cycles_4k_1024k(self) -> &'a mut W[src]

  • 4096 cycles, ~32ms/1024K (1048576) cycles, ~8s if WDPH is set

pub fn cycles_8k(self) -> &'a mut W[src]

  • 8192 cycles, ~64ms

pub fn cycles_16k(self) -> &'a mut W[src]

  • 16K (16384) cycles, ~0.125s

pub fn cycles_32k(self) -> &'a mut W[src]

  • 32K (32768) cycles, ~0.25s

pub fn cycles_64k(self) -> &'a mut W[src]

  • 64K (65536) cycles, ~0.5s

pub fn cycles_128k(self) -> &'a mut W[src]

  • 128K (131072) cycles, ~1s

pub fn cycles_256k(self) -> &'a mut W[src]

  • 256K (262144) cycles, ~2s

pub fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for WDPL_W<'a>

impl<'a> !Sync for WDPL_W<'a>

impl<'a> Unpin for WDPL_W<'a>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.