atom_firmware_info_v3_5

Struct atom_firmware_info_v3_5 

Source
#[repr(C, packed(1))]
pub struct atom_firmware_info_v3_5 {
Show 29 fields pub table_header: atom_common_table_header, pub firmware_revision: u32, pub bootup_clk_reserved: [u32; 2], pub firmware_capability: u32, pub fw_protect_region_size_in_kb: u32, pub bios_scratch_reg_startaddr: u32, pub bootup_voltage_reserved: [u32; 2], pub mem_module_id: u8, pub coolingsolution_id: u8, pub hw_blt_mode: u8, pub reserved1: u8, pub mc_baseaddr_high: u32, pub mc_baseaddr_low: u32, pub board_i2c_feature_id: u8, pub board_i2c_feature_gpio_id: u8, pub board_i2c_feature_slave_addr: u8, pub ras_rom_i2c_slave_addr: u8, pub bootup_voltage_reserved1: u32, pub zfb_reserved: u32, pub pplib_pptable_id: u32, pub hw_voltage_reserved: [u32; 3], pub maco_pwrlimit_mw: u32, pub usb_pwrlimit_mw: u32, pub fw_reserved_size_in_kb: u32, pub pspbl_init_reserved: [u32; 3], pub spi_rom_size: u32, pub support_dev_in_objinfo: u16, pub disp_phy_tunning_size: u16, pub reserved: [u32; 16],
}

Fields§

§table_header: atom_common_table_header§firmware_revision: u32§bootup_clk_reserved: [u32; 2]§firmware_capability: u32§fw_protect_region_size_in_kb: u32§bios_scratch_reg_startaddr: u32§bootup_voltage_reserved: [u32; 2]§mem_module_id: u8§coolingsolution_id: u8§hw_blt_mode: u8§reserved1: u8§mc_baseaddr_high: u32§mc_baseaddr_low: u32§board_i2c_feature_id: u8§board_i2c_feature_gpio_id: u8§board_i2c_feature_slave_addr: u8§ras_rom_i2c_slave_addr: u8§bootup_voltage_reserved1: u32§zfb_reserved: u32§pplib_pptable_id: u32§hw_voltage_reserved: [u32; 3]§maco_pwrlimit_mw: u32§usb_pwrlimit_mw: u32§fw_reserved_size_in_kb: u32§pspbl_init_reserved: [u32; 3]§spi_rom_size: u32§support_dev_in_objinfo: u16§disp_phy_tunning_size: u16§reserved: [u32; 16]

Trait Implementations§

Source§

impl Clone for atom_firmware_info_v3_5

Source§

fn clone(&self) -> atom_firmware_info_v3_5

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for atom_firmware_info_v3_5

Source§

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

Formats the value using the given formatter. Read more
Source§

impl Copy for atom_firmware_info_v3_5

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> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. 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> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
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.