Enum stm32f4::stm32f407::ethernet_mac::macimr::PMTIMR[][src]

pub enum PMTIMR {
    UNMASKED,
    MASKED,
}

Possible values of the field PMTIM

Variants

PMT Status interrupt generation enabled

PMT Status interrupt generation disabled

Methods

impl PMTIMR
[src]

Returns true if the bit is clear (0)

Returns true if the bit is set (1)

Value of the field as raw bits

Checks if the value of the field is UNMASKED

Checks if the value of the field is MASKED

Trait Implementations

impl Clone for PMTIMR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PMTIMR
[src]

impl Debug for PMTIMR
[src]

Formats the value using the given formatter. Read more

impl PartialEq for PMTIMR
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for PMTIMR

impl Sync for PMTIMR