Enum efm32gg990::cmu::ctrl::HFXOBUFCURR
[−]
[src]
pub enum HFXOBUFCURR {
BOOSTUPTO32MHZ,
BOOSTABOVE32MHZ,
_Reserved(u8),
}Possible values of the field HFXOBUFCUR
Variants
BOOSTUPTO32MHZBoost Buffer Current level when HFXO is below or equal to 32 MHz.
BOOSTABOVE32MHZBoost Buffer Current Level when HFXO is above 32 MHz.
_Reserved(u8)Reserved
Methods
impl HFXOBUFCURR[src]
pub fn bits(&self) -> u8[src]
Value of the field as raw bits
pub fn is_boostupto32mhz(&self) -> bool[src]
Checks if the value of the field is BOOSTUPTO32MHZ
pub fn is_boostabove32mhz(&self) -> bool[src]
Checks if the value of the field is BOOSTABOVE32MHZ
Trait Implementations
impl Clone for HFXOBUFCURR[src]
fn clone(&self) -> HFXOBUFCURR[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 Copy for HFXOBUFCURR[src]
impl Debug for HFXOBUFCURR[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl PartialEq for HFXOBUFCURR[src]
fn eq(&self, __arg_0: &HFXOBUFCURR) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &HFXOBUFCURR) -> bool[src]
This method tests for !=.