Enum efm32gg990::timer3::ctrl::RISEAR   [−][src]
pub enum RISEAR {
    NONE,
    START,
    STOP,
    RELOADSTART,
}Possible values of the field RISEA
Variants
NONENo action
STARTStart counter without reload
STOPStop counter without reload
RELOADSTARTReload and start counter
Methods
impl RISEAR[src] 
impl RISEARpub fn bits(&self) -> u8[src] 
pub fn bits(&self) -> u8Value of the field as raw bits
pub fn is_none(&self) -> bool[src] 
pub fn is_none(&self) -> boolChecks if the value of the field is NONE
pub fn is_start(&self) -> bool[src] 
pub fn is_start(&self) -> boolChecks if the value of the field is START
pub fn is_stop(&self) -> bool[src] 
pub fn is_stop(&self) -> boolChecks if the value of the field is STOP
pub fn is_reloadstart(&self) -> bool[src] 
pub fn is_reloadstart(&self) -> boolChecks if the value of the field is RELOADSTART
Trait Implementations
impl Clone for RISEAR[src] 
impl Clone for RISEARfn clone(&self) -> RISEAR[src] 
fn clone(&self) -> RISEARReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src] 
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for RISEAR[src] 
impl Copy for RISEARimpl Debug for RISEAR[src] 
impl Debug for RISEARfn fmt(&self, f: &mut Formatter) -> Result[src] 
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for RISEAR[src] 
impl PartialEq for RISEAR