pub struct RegisterBlock { /* private fields */ }Expand description
Register block
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub const fn rx_filter_command(&self) -> &RxFilterCommand
pub const fn rx_filter_command(&self) -> &RxFilterCommand
0x48 - Read-only diagnostic view of the active MAC receive-filter command. The underlying control register is programmed by the vendor WLMAC state machine; this alias deliberately exposes no write capability
Sourcepub const fn vap0_station_address_tail(&self) -> &Vap0StationAddressTail
pub const fn vap0_station_address_tail(&self) -> &Vap0StationAddressTail
0x400 - Read-only diagnostic view of station-address bytes 2 through 5 for hardware VAP0
Sourcepub const fn vap0_address_heads(&self) -> &Vap0AddressHeads
pub const fn vap0_address_heads(&self) -> &Vap0AddressHeads
0x404 - Read-only diagnostic view combining the first two BSSID bytes in the low halfword and the first two station-address bytes in the high halfword
Sourcepub const fn vap0_bssid_tail(&self) -> &Vap0BssidTail
pub const fn vap0_bssid_tail(&self) -> &Vap0BssidTail
0x408 - Read-only diagnostic view of BSSID bytes 2 through 5 for hardware VAP0
Sourcepub const fn rx_ampdu_count(&self) -> &RxAmpduCount
pub const fn rx_ampdu_count(&self) -> &RxAmpduCount
0xa38 - Received aggregate MPDU count; the mask-ROM helper consumes the low 16 bits
Sourcepub const fn rx_success_mpdu_count(&self) -> &RxSuccessMpduCount
pub const fn rx_success_mpdu_count(&self) -> &RxSuccessMpduCount
0xa48 - Received non-aggregate MPDUs with a valid FCS
Sourcepub const fn rx_failed_mpdu_count(&self) -> &RxFailedMpduCount
pub const fn rx_failed_mpdu_count(&self) -> &RxFailedMpduCount
0xa4c - Received non-aggregate MPDUs with an invalid FCS
Sourcepub const fn rx_filtered_mpdu_count(&self) -> &RxFilteredMpduCount
pub const fn rx_filtered_mpdu_count(&self) -> &RxFilteredMpduCount
0xa5c - MPDUs rejected by the MAC receive filter; the mask-ROM helper consumes the low 16 bits
Sourcepub const fn rx_success_mpdu_in_ampdu_count(&self) -> &RxSuccessMpduInAmpduCount
pub const fn rx_success_mpdu_in_ampdu_count(&self) -> &RxSuccessMpduInAmpduCount
0xb3c - MPDUs with a valid FCS received inside an aggregate
Sourcepub const fn rx_failed_mpdu_in_ampdu_count(&self) -> &RxFailedMpduInAmpduCount
pub const fn rx_failed_mpdu_in_ampdu_count(&self) -> &RxFailedMpduInAmpduCount
0xb40 - MPDUs with an invalid FCS received inside an aggregate