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

Bit 0 - Control automatic clock gating of ROM controller.

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

Bit 1 - Control automatic clock gating of RAMX controller.

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

Bit 2 - Control automatic clock gating of RAM0 controller.

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

Bit 3 - Control automatic clock gating of RAM1 controller.

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

Bit 4 - Control automatic clock gating of RAM2 controller.

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

Bit 5 - Control automatic clock gating of RAM3 controller.

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

Bit 6 - Control automatic clock gating of RAM4 controller.

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

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

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

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

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

Bit 9 - Control automatic clock gating of FLASH controller.

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

Bit 10 - Control automatic clock gating of FMC controller.

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

Bit 11 - Control automatic clock gating of CRCGEN controller.

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

Bit 12 - Control automatic clock gating of DMA0 controller.

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

Bit 13 - Control automatic clock gating of DMA1 controller.

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

Bit 14 - Control automatic clock gating of USB controller.

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

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

pub fn enableupdate(&mut self) -> _ENABLEUPDATEW[src]

Bits 16:31 - The value 0xC0DE must be written for AUTOCLKGATEOVERRIDE registers fields updates to have effect.

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