nxp-pac

Crates

git

Versions

mimxrt685s_cm33

Flavors

I3c

Struct I3c 

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

I3C.

Implementations§

Source§

impl I3c

Source

pub const unsafe fn from_ptr(ptr: *mut ()) -> Self

Source

pub const fn as_ptr(&self) -> *mut ()

Source

pub const fn mconfig(self) -> Reg<Mconfig, RW>

Master Configuration Register.

Source

pub const fn sconfig(self) -> Reg<Sconfig, RW>

Slave Configuration Register.

Source

pub const fn sstatus(self) -> Reg<Sstatus, RW>

Slave Status Register.

Source

pub const fn sctrl(self) -> Reg<Sctrl, RW>

Slave Control Register.

Source

pub const fn sintset(self) -> Reg<Sintset, RW>

Slave Interrupt Set Register.

Source

pub const fn sintclr(self) -> Reg<Sintclr, RW>

Slave Interrupt Clear Register.

Source

pub const fn sintmasked(self) -> Reg<Sintmasked, R>

Slave Interrupt Mask Register.

Source

pub const fn serrwarn(self) -> Reg<Serrwarn, RW>

Slave Errors and Warnings Register.

Source

pub const fn sdmactrl(self) -> Reg<Sdmactrl, RW>

Slave DMA Control Register.

Source

pub const fn sdatactrl(self) -> Reg<Sdatactrl, RW>

Slave Data Control Register.

Source

pub const fn swdatab(self) -> Reg<Swdatab, W>

Slave Write Data Byte Register.

Source

pub const fn swdatabe(self) -> Reg<Swdatabe, W>

Slave Write Data Byte End.

Source

pub const fn swdatah(self) -> Reg<Swdatah, W>

Slave Write Data Half-word Register.

Source

pub const fn swdatahe(self) -> Reg<Swdatahe, W>

Slave Write Data Half-word End Register.

Source

pub const fn srdatab(self) -> Reg<Srdatab, R>

Slave Read Data Byte Register.

Source

pub const fn srdatah(self) -> Reg<Srdatah, R>

Slave Read Data Half-word Register.

Source

pub const fn scapabilities(self) -> Reg<Scapabilities, R>

Slave Capabilities Register.

Source

pub const fn sdynaddr(self) -> Reg<Sdynaddr, RW>

Slave Dynamic Address Register.

Source

pub const fn smaxlimits(self) -> Reg<Smaxlimits, RW>

Slave Maximum Limits Register.

Source

pub const fn sidpartno(self) -> Reg<Sidpartno, RW>

Slave ID Part Number Register.

Source

pub const fn sidext(self) -> Reg<Sidext, RW>

Slave ID Extension Register.

Source

pub const fn svendorid(self) -> Reg<Svendorid, RW>

Slave Vendor ID Register.

Source

pub const fn stcclock(self) -> Reg<Stcclock, RW>

Slave Time Control Clock Register.

Source

pub const fn smsgmapaddr(self) -> Reg<Smsgmapaddr, R>

Slave Message-Mapped Address Register.

Source

pub const fn mctrl(self) -> Reg<Mctrl, RW>

Master Main Control Register.

Source

pub const fn mstatus(self) -> Reg<Mstatus, RW>

Master Status Register.

Source

pub const fn mibirules(self) -> Reg<Mibirules, RW>

Master In-band Interrupt Registry and Rules Register.

Source

pub const fn mintset(self) -> Reg<Mintset, RW>

Master Interrupt Set Register.

Source

pub const fn mintclr(self) -> Reg<Mintclr, W>

Master Interrupt Clear Register.

Source

pub const fn mintmasked(self) -> Reg<Mintmasked, R>

Master Interrupt Mask Register.

Source

pub const fn merrwarn(self) -> Reg<Merrwarn, RW>

Master Errors and Warnings Register.

Source

pub const fn mdmactrl(self) -> Reg<Mdmactrl, RW>

Master DMA Control Register.

Source

pub const fn mdatactrl(self) -> Reg<Mdatactrl, RW>

Master Data Control Register.

Source

pub const fn mwdatab(self) -> Reg<Mwdatab, W>

Master Write Data Byte Register.

Source

pub const fn mwdatabe(self) -> Reg<Mwdatabe, W>

Master Write Data Byte End Register.

Source

pub const fn mwdatah(self) -> Reg<Mwdatah, W>

Master Write Data Half-word Register.

Source

pub const fn mwdatahe(self) -> Reg<Mwdatahe, W>

Master Write Data Byte End Register.

Source

pub const fn mrdatab(self) -> Reg<Mrdatab, R>

Master Read Data Byte Register.

Source

pub const fn mrdatah(self) -> Reg<Mrdatah, R>

Master Read Data Half-word Register.

Source

pub const fn mwmsg_sdr_control(self) -> Reg<MwmsgSdrControl, W>

Master Write Message in SDR mode.

Source

pub const fn mwmsg_sdr_data(self) -> Reg<MwmsgSdrData, W>

Master Write Message Data in SDR mode.

Source

pub const fn mrmsg_sdr(self) -> Reg<MrmsgSdr, R>

Master Read Message in SDR mode.

Source

pub const fn mwmsg_ddr_control(self) -> Reg<MwmsgDdrControl, W>

Master Write Message in DDR mode.

Source

pub const fn mwmsg_ddr_data(self) -> Reg<MwmsgDdrData, W>

Master Write Message Data in DDR mode.

Source

pub const fn mrmsg_ddr(self) -> Reg<MrmsgDdr, RW>

Master Read Message in DDR mode.

Source

pub const fn mdynaddr(self) -> Reg<Mdynaddr, RW>

Master Dynamic Address Register.

Source

pub const fn sid(self) -> Reg<Sid, R>

Slave Module ID Register.

Trait Implementations§

Source§

impl Clone for I3c

Source§

fn clone(&self) -> I3c

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 PartialEq for I3c

Source§

fn eq(&self, other: &I3c) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Copy for I3c

Source§

impl Eq for I3c

Source§

impl Send for I3c

Source§

impl StructuralPartialEq for I3c

Source§

impl Sync for I3c

Auto Trait Implementations§

§

impl Freeze for I3c

§

impl RefUnwindSafe for I3c

§

impl Unpin for I3c

§

impl UnwindSafe for I3c

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