Enum stm32f4::stm32f407::ethernet_mac::macimr::PMTIMR [−][src]
pub enum PMTIMR { UNMASKED, MASKED, }
Possible values of the field PMTIM
Variants
UNMASKED
PMT Status interrupt generation enabled
MASKED
PMT Status interrupt generation disabled
Methods
impl PMTIMR
[src]
impl PMTIMR
pub fn bit_is_clear(&self) -> bool
[src]
pub fn bit_is_clear(&self) -> bool
Returns true
if the bit is clear (0)
pub fn bit_is_set(&self) -> bool
[src]
pub fn bit_is_set(&self) -> bool
Returns true
if the bit is set (1)
pub fn bit(&self) -> bool
[src]
pub fn bit(&self) -> bool
Value of the field as raw bits
pub fn is_unmasked(&self) -> bool
[src]
pub fn is_unmasked(&self) -> bool
Checks if the value of the field is UNMASKED
pub fn is_masked(&self) -> bool
[src]
pub fn is_masked(&self) -> bool
Checks if the value of the field is MASKED
Trait Implementations
impl Clone for PMTIMR
[src]
impl Clone for PMTIMR
fn clone(&self) -> PMTIMR
[src]
fn clone(&self) -> PMTIMR
Returns 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 PMTIMR
[src]
impl Copy for PMTIMR
impl Debug for PMTIMR
[src]
impl Debug for PMTIMR
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for PMTIMR
[src]
impl PartialEq for PMTIMR