Skip to main content

RegisterBlock

Struct RegisterBlock 

Source
pub struct RegisterBlock { /* private fields */ }
Expand description

Register block

Implementations§

Source§

impl RegisterBlock

Source

pub const fn cfg_ram_cken(&self) -> &CfgRamCken

0x04 - RAM clock enable

Source

pub const fn cfg_ram_sel(&self) -> &CfgRamSel

0x08 - Share RAM control and RAM select

Source

pub const fn ram_sw_conflict_clr(&self) -> &RamSwConflictClr

0x0c - RAM software conflict clear

Source

pub const fn ram_sw_conflict_st(&self) -> &RamSwConflictSt

0x10 - RAM software conflict status

Source

pub const fn ramx_sw_conflict_base_addr(&self) -> &RamxSwConflictBaseAddr

0x14 - RAMX software conflict base address

Source

pub const fn cfg_freq_busdmac(&self) -> &CfgFreqBusdmac

0x50 - Bus DMAC frequency configuration

Source

pub const fn cfg_rx_en(&self) -> &CfgRxEn

0x58 - RX enable

Source

pub const fn cfg_rx_start_addr(&self) -> &CfgRxStartAddr

0x5c - RX start address

Source

pub const fn cfg_rx_end_addr(&self) -> &CfgRxEndAddr

0x60 - RX end address

Source

pub const fn cfg_rx_done_sts(&self) -> &CfgRxDoneSts

0x64 - RX done status

Source

pub const fn cfg_rx_done_addr(&self) -> &CfgRxDoneAddr

0x68 - RX done address

Source

pub const fn cfg_wlphy2pkt_rx_ram_sts(&self) -> &CfgWlphy2pktRxRamSts

0x6c - WL PHY-to-packet RX RAM status

Source

pub const fn cfg_tx_en(&self) -> &CfgTxEn

0x70 - TX enable

Source

pub const fn cfg_tx_start_addr(&self) -> &CfgTxStartAddr

0x74 - TX start address

Source

pub const fn cfg_tx_end_addr(&self) -> &CfgTxEndAddr

0x78 - TX end address

Source

pub const fn cfg_tx_done_sts(&self) -> &CfgTxDoneSts

0x7c - TX done status

Source

pub const fn cfg_tx_done_addr(&self) -> &CfgTxDoneAddr

0x80 - TX done address

Source

pub const fn cfg_wlphy2pkt_tx_ram_sts(&self) -> &CfgWlphy2pktTxRamSts

0x84 - WL PHY-to-packet TX RAM status

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.