Struct HINF

Source
pub struct HINF { /* private fields */ }

Implementations§

Source§

impl HINF

Source

pub const PTR: *const <HINF as Deref>::Target = {0x60016000 as *const <esp32c6::HINF as core::ops::Deref>::Target}

Pointer to the register block

Source

pub unsafe fn steal() -> HINF

Unsafely create an instance of this peripheral out of thin air.

§Safety

You must ensure that you’re only using one instance of this type at a time.

Source

pub const fn ptr() -> *const <HINF as Deref>::Target

Return the pointer to the register block

Methods from Deref<Target = RegisterBlock>§

Source

pub fn cfg_data0(&self) -> &Reg<CFG_DATA0_SPEC>

0x00 - Configure sdio cis content

Source

pub fn cfg_data1(&self) -> &Reg<CFG_DATA1_SPEC>

0x04 - SDIO configuration register

Source

pub fn cfg_timing(&self) -> &Reg<CFG_TIMING_SPEC>

0x08 - Timing configuration registers

Source

pub fn cfg_update(&self) -> &Reg<CFG_UPDATE_SPEC>

0x0c - update sdio configurations

Source

pub fn cfg_data7(&self) -> &Reg<CFG_DATA7_SPEC>

0x1c - SDIO configuration register

Source

pub fn cis_conf_w0(&self) -> &Reg<CIS_CONF_W0_SPEC>

0x20 - SDIO cis configuration register

Source

pub fn cis_conf_w1(&self) -> &Reg<CIS_CONF_W1_SPEC>

0x24 - SDIO cis configuration register

Source

pub fn cis_conf_w2(&self) -> &Reg<CIS_CONF_W2_SPEC>

0x28 - SDIO cis configuration register

Source

pub fn cis_conf_w3(&self) -> &Reg<CIS_CONF_W3_SPEC>

0x2c - SDIO cis configuration register

Source

pub fn cis_conf_w4(&self) -> &Reg<CIS_CONF_W4_SPEC>

0x30 - SDIO cis configuration register

Source

pub fn cis_conf_w5(&self) -> &Reg<CIS_CONF_W5_SPEC>

0x34 - SDIO cis configuration register

Source

pub fn cis_conf_w6(&self) -> &Reg<CIS_CONF_W6_SPEC>

0x38 - SDIO cis configuration register

Source

pub fn cis_conf_w7(&self) -> &Reg<CIS_CONF_W7_SPEC>

0x3c - SDIO cis configuration register

Source

pub fn cfg_data16(&self) -> &Reg<CFG_DATA16_SPEC>

0x40 - SDIO cis configuration register

Source

pub fn cfg_uhs1_int_mode(&self) -> &Reg<CFG_UHS1_INT_MODE_SPEC>

0x44 - configure int to start and end ahead of time in uhs1 mode

Source

pub fn conf_status(&self) -> &Reg<CONF_STATUS_SPEC>

0x54 - func0 config0 status

Source

pub fn sdio_slave_eco_low(&self) -> &Reg<SDIO_SLAVE_ECO_LOW_SPEC>

0xa4 - sdio_slave redundant control registers

Source

pub fn sdio_slave_eco_high(&self) -> &Reg<SDIO_SLAVE_ECO_HIGH_SPEC>

0xa8 - sdio_slave redundant control registers

Source

pub fn sdio_slave_eco_conf(&self) -> &Reg<SDIO_SLAVE_ECO_CONF_SPEC>

0xac - sdio_slave redundant control registers

Source

pub fn sdio_slave_ldo_conf(&self) -> &Reg<SDIO_SLAVE_LDO_CONF_SPEC>

0xb0 - sdio slave ldo control register

Source

pub fn sdio_date(&self) -> &Reg<SDIO_DATE_SPEC>

0xfc - ******* Description ***********

Trait Implementations§

Source§

impl Debug for HINF

Source§

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

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

impl Deref for HINF

Source§

type Target = <HINF as Deref>::Target

The resulting type after dereferencing.
Source§

fn deref(&self) -> &<HINF as Deref>::Target

Dereferences the value.
Source§

impl DerefMut for HINF

Source§

fn deref_mut(&mut self) -> &mut <HINF as Deref>::Target

Mutably dereferences the value.
Source§

impl Peripheral for HINF

Source§

type P = HINF

Peripheral singleton type
Source§

unsafe fn clone_unchecked(&mut self) -> <HINF as Peripheral>::P

Unsafely clone (duplicate) a peripheral singleton. Read more
Source§

fn into_ref<'a>(self) -> PeripheralRef<'a, Self::P>
where Self: 'a,

Convert a value into a PeripheralRef. Read more

Auto Trait Implementations§

§

impl Freeze for HINF

§

impl RefUnwindSafe for HINF

§

impl Send for HINF

§

impl Sync for HINF

§

impl Unpin for HINF

§

impl UnwindSafe for HINF

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<P, T> Receiver for P
where P: Deref<Target = T> + ?Sized, T: ?Sized,

Source§

type Target = T

🔬This is a nightly-only experimental API. (arbitrary_self_types)
The target type on which the method may be called.
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.