[][src]Struct lpc55s6x_pac::syscon::autoclkgateoverride::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 rom(&self) -> ROMR[src]

Bit 0 - Control automatic clock gating of ROM controller.

pub fn ramx_ctrl(&self) -> RAMX_CTRLR[src]

Bit 1 - Control automatic clock gating of RAMX controller.

pub fn ram0_ctrl(&self) -> RAM0_CTRLR[src]

Bit 2 - Control automatic clock gating of RAM0 controller.

pub fn ram1_ctrl(&self) -> RAM1_CTRLR[src]

Bit 3 - Control automatic clock gating of RAM1 controller.

pub fn ram2_ctrl(&self) -> RAM2_CTRLR[src]

Bit 4 - Control automatic clock gating of RAM2 controller.

pub fn ram3_ctrl(&self) -> RAM3_CTRLR[src]

Bit 5 - Control automatic clock gating of RAM3 controller.

pub fn ram4_ctrl(&self) -> RAM4_CTRLR[src]

Bit 6 - Control automatic clock gating of RAM4 controller.

pub fn sync0_apb(&self) -> SYNC0_APBR[src]

Bit 7 - Control automatic clock gating of synchronous bridge controller 0.

pub fn sync1_apb(&self) -> SYNC1_APBR[src]

Bit 8 - Control automatic clock gating of synchronous bridge controller 1.

pub fn flash(&self) -> FLASHR[src]

Bit 9 - Control automatic clock gating of FLASH controller.

pub fn fmc(&self) -> FMCR[src]

Bit 10 - Control automatic clock gating of FMC controller.

pub fn crcgen(&self) -> CRCGENR[src]

Bit 11 - Control automatic clock gating of CRCGEN controller.

pub fn sdma0(&self) -> SDMA0R[src]

Bit 12 - Control automatic clock gating of DMA0 controller.

pub fn sdma1(&self) -> SDMA1R[src]

Bit 13 - Control automatic clock gating of DMA1 controller.

pub fn usb(&self) -> USBR[src]

Bit 14 - Control automatic clock gating of USB controller.

pub fn syscon(&self) -> SYSCONR[src]

Bit 15 - Control automatic clock gating of synchronous system controller registers bank.

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