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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

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

Bits 0:1 - Teal C-AHB bus.

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

Bits 2:3 - Teal S-AHB bus.

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

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

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

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

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

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

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

Bits 10:11 - DMA0 controller priority.

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

Bits 12:13 - EZH B data bus.

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

Bits 14:15 - EZH B instruction bus.

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

Bits 16:17 - SDIO.

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

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

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

Bits 20:21 - SHA-2.

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

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

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

Bits 24:25 - DMA1 controller priority.

Auto Trait Implementations

impl Send for W

impl Sync for W

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