Struct kernel::devices::net::e1000::E1000Mmio

source ·
#[repr(C, align(8))]
struct E1000Mmio {
Show 70 fields control: RW<u32>, _pad0: Pad<4>, status: RO<u32>, _pad1: Pad<4>, eecd: RW<u32>, eerd: RW<u32>, ctrl_ext: RW<u32>, flash: RW<u32>, mdi_control: RW<u32>, _pad2: Pad<4>, flow_control_addr_low: RW<u32>, flow_control_addr_high: RW<u32>, flow_control_type: RW<u32>, _pad3: Pad<4>, vlan_ethertype: RW<u32>, _pad4: Pad<0x82>, interrupt_cause_read: RW<u32>, interrupt_throttling: RW<u32>, interrupt_cause_set: RW<u32>, _pad5: Pad<4>, interrupt_mask_set: RW<u32>, _pad6: Pad<4>, interrupt_mask_clear: WO<u32>, _pad7: Pad<0x24>, receive_control: RW<u32>, _pad8: Pad<0x6C>, flow_control_transmit_timer: RW<u32>, _pad9: Pad<4>, transmit_config_word: RW<u32>, _pad10: Pad<4>, receive_config_word: RO<u32>, _pad11: Pad<0x27C>, transmit_control: RW<u32>, _pad12: Pad<0x9FC>, led_control: RW<u32>, _pad13: Pad<0x160C>, receive_data_fifo_head: RW<u32>, _pad14: Pad<0x4>, receive_data_fifo_tail: RW<u32>, _pad15: Pad<0x4>, receive_data_fifo_head_saved: RW<u32>, _pad16: Pad<0x4>, receive_data_fifo_tail_saved: RW<u32>, _pad17: Pad<0x4>, receive_data_fifo_packet_count: RW<u32>, _pad18: Pad<0x3CC>, receive_descriptor_base_low: RW<u32>, receive_descriptor_base_high: RW<u32>, receive_descriptor_length: RW<u32>, _pad19: Pad<0x4>, receive_descriptor_head: RW<u32>, _pad20: Pad<0x4>, receive_descriptor_tail: RW<u32>, _pad21: Pad<0x4>, receive_delay_timer: RW<u32>, _pad22: Pad<0x8>, receive_interrupt_abs_delay_timer: RW<u32>, _pad23: Pad<0xFD0>, transmit_descriptor_base_low: RW<u32>, transmit_descriptor_base_high: RW<u32>, transmit_descriptor_length: RW<u32>, _pad24: Pad<0x4>, transmit_descriptor_head: RW<u32>, _pad25: Pad<0x4>, transmit_descriptor_tail: RW<u32>, _pad26: Pad<0x4>, transmit_descriptor_interrupt_delay: RW<u32>, _pad27: Pad<0x19DC>, multicast_table_array: [RW<u32>; 128], receive_addresses: [(RW<u32>, RW<u32>); 16],
}

Fields§

§control: RW<u32>§_pad0: Pad<4>§status: RO<u32>§_pad1: Pad<4>§eecd: RW<u32>§eerd: RW<u32>§ctrl_ext: RW<u32>§flash: RW<u32>§mdi_control: RW<u32>§_pad2: Pad<4>§flow_control_addr_low: RW<u32>§flow_control_addr_high: RW<u32>§flow_control_type: RW<u32>§_pad3: Pad<4>§vlan_ethertype: RW<u32>§_pad4: Pad<0x82>§interrupt_cause_read: RW<u32>§interrupt_throttling: RW<u32>§interrupt_cause_set: RW<u32>§_pad5: Pad<4>§interrupt_mask_set: RW<u32>§_pad6: Pad<4>§interrupt_mask_clear: WO<u32>§_pad7: Pad<0x24>§receive_control: RW<u32>§_pad8: Pad<0x6C>§flow_control_transmit_timer: RW<u32>§_pad9: Pad<4>§transmit_config_word: RW<u32>§_pad10: Pad<4>§receive_config_word: RO<u32>§_pad11: Pad<0x27C>§transmit_control: RW<u32>§_pad12: Pad<0x9FC>§led_control: RW<u32>§_pad13: Pad<0x160C>§receive_data_fifo_head: RW<u32>§_pad14: Pad<0x4>§receive_data_fifo_tail: RW<u32>§_pad15: Pad<0x4>§receive_data_fifo_head_saved: RW<u32>§_pad16: Pad<0x4>§receive_data_fifo_tail_saved: RW<u32>§_pad17: Pad<0x4>§receive_data_fifo_packet_count: RW<u32>§_pad18: Pad<0x3CC>§receive_descriptor_base_low: RW<u32>§receive_descriptor_base_high: RW<u32>§receive_descriptor_length: RW<u32>§_pad19: Pad<0x4>§receive_descriptor_head: RW<u32>§_pad20: Pad<0x4>§receive_descriptor_tail: RW<u32>§_pad21: Pad<0x4>§receive_delay_timer: RW<u32>§_pad22: Pad<0x8>§receive_interrupt_abs_delay_timer: RW<u32>§_pad23: Pad<0xFD0>§transmit_descriptor_base_low: RW<u32>§transmit_descriptor_base_high: RW<u32>§transmit_descriptor_length: RW<u32>§_pad24: Pad<0x4>§transmit_descriptor_head: RW<u32>§_pad25: Pad<0x4>§transmit_descriptor_tail: RW<u32>§_pad26: Pad<0x4>§transmit_descriptor_interrupt_delay: RW<u32>§_pad27: Pad<0x19DC>§multicast_table_array: [RW<u32>; 128]§receive_addresses: [(RW<u32>, RW<u32>); 16]

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> Az for T

source§

fn az<Dst>(self) -> Dst
where T: Cast<Dst>,

Casts the value.
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<Src, Dst> CastFrom<Src> for Dst
where Src: Cast<Dst>,

source§

fn cast_from(src: Src) -> Dst

Casts the value.
source§

impl<T> CheckedAs for T

source§

fn checked_as<Dst>(self) -> Option<Dst>
where T: CheckedCast<Dst>,

Casts the value.
source§

impl<Src, Dst> CheckedCastFrom<Src> for Dst
where Src: CheckedCast<Dst>,

source§

fn checked_cast_from(src: Src) -> Option<Dst>

Casts the value.
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
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> OverflowingAs for T

source§

fn overflowing_as<Dst>(self) -> (Dst, bool)
where T: OverflowingCast<Dst>,

Casts the value.
source§

impl<Src, Dst> OverflowingCastFrom<Src> for Dst
where Src: OverflowingCast<Dst>,

source§

fn overflowing_cast_from(src: Src) -> (Dst, bool)

Casts the value.
source§

impl<T> SaturatingAs for T

source§

fn saturating_as<Dst>(self) -> Dst
where T: SaturatingCast<Dst>,

Casts the value.
source§

impl<Src, Dst> SaturatingCastFrom<Src> for Dst
where Src: SaturatingCast<Dst>,

source§

fn saturating_cast_from(src: Src) -> Dst

Casts the value.
source§

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

§

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>,

§

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.
source§

impl<T> UnwrappedAs for T

source§

fn unwrapped_as<Dst>(self) -> Dst
where T: UnwrappedCast<Dst>,

Casts the value.
source§

impl<Src, Dst> UnwrappedCastFrom<Src> for Dst
where Src: UnwrappedCast<Dst>,

source§

fn unwrapped_cast_from(src: Src) -> Dst

Casts the value.
source§

impl<T> WrappingAs for T

source§

fn wrapping_as<Dst>(self) -> Dst
where T: WrappingCast<Dst>,

Casts the value.
source§

impl<Src, Dst> WrappingCastFrom<Src> for Dst
where Src: WrappingCast<Dst>,

source§

fn wrapping_cast_from(src: Src) -> Dst

Casts the value.