Type Alias R

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

Register MACFCR reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn fcb(&self) -> FCB_R

Bit 0 - Flow control busy/back pressure activate

Source

pub fn tfce(&self) -> TFCE_R

Bit 1 - Transmit flow control enable

Source

pub fn rfce(&self) -> RFCE_R

Bit 2 - Receive flow control enable

Source

pub fn upfd(&self) -> UPFD_R

Bit 3 - Unicast pause frame detect

Source

pub fn plt(&self) -> PLT_R

Bits 4:5 - Pause low threshold

Source

pub fn zqpd(&self) -> ZQPD_R

Bit 7 - Zero-quanta pause disable

Source

pub fn pt(&self) -> PT_R

Bits 16:31 - Pause time

Trait Implementations§

Source§

impl Debug for R

Source§

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

Formats the value using the given formatter. Read more