Struct stm32f4xx_hal::stm32::ethernet_mac::macffr::_PCFW
source · pub struct _PCFW<'a> { /* private fields */ }Expand description
Proxy
Implementations§
source§impl<'a> _PCFW<'a>
impl<'a> _PCFW<'a>
sourcepub fn prevent_all(self) -> &'a mut W
pub fn prevent_all(self) -> &'a mut W
MAC prevents all control frames from reaching the application
sourcepub fn forward_all_except_pause(self) -> &'a mut W
pub fn forward_all_except_pause(self) -> &'a mut W
MAC forwards all control frames to application except Pause
sourcepub fn forward_all(self) -> &'a mut W
pub fn forward_all(self) -> &'a mut W
MAC forwards all control frames to application even if they fail the address filter
sourcepub fn forward_all_filtered(self) -> &'a mut W
pub fn forward_all_filtered(self) -> &'a mut W
MAC forwards control frames that pass the address filter