Enum stm32f4xx_hal::stm32::ethernet_mac::macffr::HPFR
source · pub enum HPFR {
HASHONLY,
HASHORPERFECT,
}Expand description
Possible values of the field HPF
Variants§
HASHONLY
If HM or HU is set, only frames that match the Hash filter are passed
HASHORPERFECT
If HM or HU is set, frames that match either the perfect filter or the hash filter are passed
Implementations§
source§impl HPFR
impl HPFR
sourcepub fn bit_is_clear(&self) -> bool
pub fn bit_is_clear(&self) -> bool
Returns true if the bit is clear (0)
sourcepub fn bit_is_set(&self) -> bool
pub fn bit_is_set(&self) -> bool
Returns true if the bit is set (1)
sourcepub fn is_hash_only(&self) -> bool
pub fn is_hash_only(&self) -> bool
Checks if the value of the field is HASHONLY
sourcepub fn is_hash_or_perfect(&self) -> bool
pub fn is_hash_or_perfect(&self) -> bool
Checks if the value of the field is HASHORPERFECT