[][src]Type Definition esp32::rtccntl::wdtconfig0::WDT_CPU_RESET_LENGTH_R

type WDT_CPU_RESET_LENGTH_R = R<u8, WDT_CPU_RESET_LENGTH_A>;

Reader of field WDT_CPU_RESET_LENGTH

Implementations

impl WDT_CPU_RESET_LENGTH_R[src]

pub fn variant(&self) -> WDT_CPU_RESET_LENGTH_A[src]

Get enumerated values variant

pub fn is_t100ns(&self) -> bool[src]

Checks if the value of the field is T100NS

pub fn is_t200ns(&self) -> bool[src]

Checks if the value of the field is T200NS

pub fn is_t300ns(&self) -> bool[src]

Checks if the value of the field is T300NS

pub fn is_t400ns(&self) -> bool[src]

Checks if the value of the field is T400NS

pub fn is_t500ns(&self) -> bool[src]

Checks if the value of the field is T500NS

pub fn is_t800ns(&self) -> bool[src]

Checks if the value of the field is T800NS

pub fn is_t1600ns(&self) -> bool[src]

Checks if the value of the field is T1600NS

pub fn is_t3200ns(&self) -> bool[src]

Checks if the value of the field is T3200NS