Enum arduino_esp::WDTO_t
[−]
[src]
#[repr(u32)]pub enum WDTO_t { WDTO_0MS, WDTO_15MS, WDTO_30MS, WDTO_60MS, WDTO_120MS, WDTO_250MS, WDTO_500MS, WDTO_1S, WDTO_2S, WDTO_4S, WDTO_8S, }
AVR macros for WDT managment
Variants
WDTO_0MSWDTO_15MSWDTO_30MSWDTO_60MSWDTO_120MSWDTO_250MSWDTO_500MSWDTO_1SWDTO_2SWDTO_4SWDTO_8S
Trait Implementations
impl Debug for WDTO_t[src]
impl Copy for WDTO_t[src]
impl Clone for WDTO_t[src]
fn clone(&self) -> WDTO_t[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl PartialEq for WDTO_t[src]
fn eq(&self, __arg_0: &WDTO_t) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.