Struct RegisterBlock

Source
#[repr(C)]
pub struct RegisterBlock { /* private fields */ }
Expand description

Register block

Implementations§

Source§

impl RegisterBlock

Source

pub const fn cfg_data0(&self) -> &CFG_DATA0

0x00 -

Source

pub const fn cfg_data1(&self) -> &CFG_DATA1

0x04 -

Source

pub const fn cfg_data7(&self) -> &CFG_DATA7

0x1c -

Source

pub const fn cis_conf0(&self) -> &CIS_CONF0

0x20 -

Source

pub const fn cis_conf1(&self) -> &CIS_CONF1

0x24 -

Source

pub const fn cis_conf2(&self) -> &CIS_CONF2

0x28 -

Source

pub const fn cis_conf3(&self) -> &CIS_CONF3

0x2c -

Source

pub const fn cis_conf4(&self) -> &CIS_CONF4

0x30 -

Source

pub const fn cis_conf5(&self) -> &CIS_CONF5

0x34 -

Source

pub const fn cis_conf6(&self) -> &CIS_CONF6

0x38 -

Source

pub const fn cis_conf7(&self) -> &CIS_CONF7

0x3c -

Source

pub const fn cfg_data16(&self) -> &CFG_DATA16

0x40 -

Source

pub const fn date(&self) -> &DATE

0xfc -

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.