nrf-pac

Crates

git

Versions

nrf54lm20a-flpr

Flavors

nrf_pac::usbhscore::regs

Struct Gahbcfg

Source
#[repr(transparent)]
pub struct Gahbcfg(pub u32);
Expand description

AHB Configuration Register

Tuple Fields§

§0: u32

Implementations§

Source§

impl Gahbcfg

Source

pub const fn glblintrmsk(&self) -> Glblintrmsk

Mode: Host and device. Global Interrupt Mask (GlblIntrMsk)

Source

pub const fn set_glblintrmsk(&mut self, val: Glblintrmsk)

Mode: Host and device. Global Interrupt Mask (GlblIntrMsk)

Source

pub const fn hbstlen(&self) -> Hbstlen

Mode: Host and device. Burst Length/Type (HBstLen)

Source

pub const fn set_hbstlen(&mut self, val: Hbstlen)

Mode: Host and device. Burst Length/Type (HBstLen)

Source

pub const fn dmaen(&self) -> Dmaen

Mode: Host and device. DMA Enable (DMAEn)

Source

pub const fn set_dmaen(&mut self, val: Dmaen)

Mode: Host and device. DMA Enable (DMAEn)

Source

pub const fn nptxfemplvl(&self) -> Nptxfemplvl

Mode: Host and device. Non-Periodic TxFIFO Empty Level (NPTxFEmpLvl)

Source

pub const fn set_nptxfemplvl(&mut self, val: Nptxfemplvl)

Mode: Host and device. Non-Periodic TxFIFO Empty Level (NPTxFEmpLvl)

Source

pub const fn remmemsupp(&self) -> bool

Mode: Host and Device. Remote Memory Support (RemMemSupp)

Source

pub const fn set_remmemsupp(&mut self, val: bool)

Mode: Host and Device. Remote Memory Support (RemMemSupp)

Source

pub const fn notialldmawrit(&self) -> Notialldmawrit

Mode: Host and Device. Notify All DMA Write Transactions (NotiAllDmaWrit)

Source

pub const fn set_notialldmawrit(&mut self, val: Notialldmawrit)

Mode: Host and Device. Notify All DMA Write Transactions (NotiAllDmaWrit)

Source

pub const fn ahbsingle(&self) -> Ahbsingle

Mode: Host and Device. AHB Single Support (AHBSingle)

Source

pub const fn set_ahbsingle(&mut self, val: Ahbsingle)

Mode: Host and Device. AHB Single Support (AHBSingle)

Trait Implementations§

Source§

impl Clone for Gahbcfg

Source§

fn clone(&self) -> Gahbcfg

Returns a copy 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 Gahbcfg

Source§

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

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

impl Default for Gahbcfg

Source§

fn default() -> Gahbcfg

Returns the “default value” for a type. Read more
Source§

impl PartialEq for Gahbcfg

Source§

fn eq(&self, other: &Gahbcfg) -> 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 Gahbcfg

Source§

impl Eq for Gahbcfg

Source§

impl StructuralPartialEq for Gahbcfg

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, dst: *mut T)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. 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.