pub enum MSIRANGER {
Show 13 variants
RANGE100K,
RANGE200K,
RANGE400K,
RANGE800K,
RANGE1M,
RANGE2M,
RANGE4M,
RANGE8M,
RANGE16M,
RANGE24M,
RANGE32M,
RANGE48M,
_Reserved(u8),
}Expand description
Possible values of the field MSIRANGE
Variants§
RANGE100K
range 0 around 100 kHz
RANGE200K
range 1 around 200 kHz
RANGE400K
range 2 around 400 kHz
RANGE800K
range 3 around 800 kHz
RANGE1M
range 4 around 1 MHz
RANGE2M
range 5 around 2 MHz
RANGE4M
range 6 around 4 MHz
RANGE8M
range 7 around 8 MHz
RANGE16M
range 8 around 16 MHz
RANGE24M
range 9 around 24 MHz
RANGE32M
range 10 around 32 MHz
RANGE48M
range 11 around 48 MHz
_Reserved(u8)
Reserved
Implementations§
Source§impl MSIRANGER
impl MSIRANGER
Sourcepub fn is_range100k(&self) -> bool
pub fn is_range100k(&self) -> bool
Checks if the value of the field is RANGE100K
Sourcepub fn is_range200k(&self) -> bool
pub fn is_range200k(&self) -> bool
Checks if the value of the field is RANGE200K
Sourcepub fn is_range400k(&self) -> bool
pub fn is_range400k(&self) -> bool
Checks if the value of the field is RANGE400K
Sourcepub fn is_range800k(&self) -> bool
pub fn is_range800k(&self) -> bool
Checks if the value of the field is RANGE800K
Sourcepub fn is_range1m(&self) -> bool
pub fn is_range1m(&self) -> bool
Checks if the value of the field is RANGE1M
Sourcepub fn is_range2m(&self) -> bool
pub fn is_range2m(&self) -> bool
Checks if the value of the field is RANGE2M
Sourcepub fn is_range4m(&self) -> bool
pub fn is_range4m(&self) -> bool
Checks if the value of the field is RANGE4M
Sourcepub fn is_range8m(&self) -> bool
pub fn is_range8m(&self) -> bool
Checks if the value of the field is RANGE8M
Sourcepub fn is_range16m(&self) -> bool
pub fn is_range16m(&self) -> bool
Checks if the value of the field is RANGE16M
Sourcepub fn is_range24m(&self) -> bool
pub fn is_range24m(&self) -> bool
Checks if the value of the field is RANGE24M
Sourcepub fn is_range32m(&self) -> bool
pub fn is_range32m(&self) -> bool
Checks if the value of the field is RANGE32M
Sourcepub fn is_range48m(&self) -> bool
pub fn is_range48m(&self) -> bool
Checks if the value of the field is RANGE48M