[][src]Struct lpc55s6x_pac::syscon::ahbmatprio::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn pri_teal_cbus(&self) -> PRI_TEAL_CBUSR[src]

Bits 0:1 - Teal C-AHB bus.

pub fn pri_teal_sbus(&self) -> PRI_TEAL_SBUSR[src]

Bits 2:3 - Teal S-AHB bus.

pub fn pri_uteal_cbus(&self) -> PRI_UTEAL_CBUSR[src]

Bits 4:5 - Micro Teal C-AHB bus.

pub fn pri_uteal_sbus(&self) -> PRI_UTEAL_SBUSR[src]

Bits 6:7 - Micro Teal S-AHB bus.

pub fn pri_usb_fs(&self) -> PRI_USB_FSR[src]

Bits 8:9 - USB-FS.(USB0)

pub fn pri_sdma0(&self) -> PRI_SDMA0R[src]

Bits 10:11 - DMA0 controller priority.

pub fn pri_ezh_b_d(&self) -> PRI_EZH_B_DR[src]

Bits 12:13 - EZH B data bus.

pub fn pri_ezh_b_i(&self) -> PRI_EZH_B_IR[src]

Bits 14:15 - EZH B instruction bus.

pub fn pri_sdio(&self) -> PRI_SDIOR[src]

Bits 16:17 - SDIO.

pub fn pri_pq(&self) -> PRI_PQR[src]

Bits 18:19 - PQ (Teal HW Accelerator).

pub fn pri_sha2(&self) -> PRI_SHA2R[src]

Bits 20:21 - SHA-2.

pub fn pri_usb_hs(&self) -> PRI_USB_HSR[src]

Bits 22:23 - USB-HS.(USB1)

pub fn pri_sdma1(&self) -> PRI_SDMA1R[src]

Bits 24:25 - DMA1 controller priority.

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T[src]

type Output = T

Should always be Self