Type Alias R

Source
pub type R = R<MACPMTCSRrs>;
Expand description

Register MACPMTCSR reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn pd(&self) -> PD_R

Bit 0 - Power down

Source

pub fn mpe(&self) -> MPE_R

Bit 1 - Magic Packet enable

Source

pub fn wfe(&self) -> WFE_R

Bit 2 - Wakeup frame enable

Source

pub fn mpr(&self) -> MPR_R

Bit 5 - Magic packet received

Source

pub fn wfr(&self) -> WFR_R

Bit 6 - Wakeup frame received

Source

pub fn gu(&self) -> GU_R

Bit 9 - Global unicast

Source

pub fn wffrpr(&self) -> WFFRPR_R

Bit 31 - Wakeup frame filter register pointer reset

Trait Implementations§

Source§

impl Debug for R

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more