[−][src]Struct lpc55s6x_pac::syscon::ahbclkctrl0::W
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 1 - Enables the clock for the ROM.
pub fn sram_ctrl1(&mut self) -> _SRAM_CTRL1W
[src]
Bit 3 - Enables the clock for the SRAM Controller 1.
pub fn sram_ctrl2(&mut self) -> _SRAM_CTRL2W
[src]
Bit 4 - Enables the clock for the SRAM Controller 2.
pub fn sram_ctrl3(&mut self) -> _SRAM_CTRL3W
[src]
Bit 5 - Enables the clock for the SRAM Controller 3.
pub fn sram_ctrl4(&mut self) -> _SRAM_CTRL4W
[src]
Bit 6 - Enables the clock for the SRAM Controller 4.
pub fn flash(&mut self) -> _FLASHW
[src]
Bit 7 - Enables the clock for the Flash controller.
pub fn fmc(&mut self) -> _FMCW
[src]
Bit 8 - Enables the clock for the FMC controller.
pub fn mux0(&mut self) -> _MUX0W
[src]
Bit 11 - Enables the clock for the Input Mux 0.
pub fn iocon(&mut self) -> _IOCONW
[src]
Bit 13 - Enables the clock for the I/O controller.
pub fn gpio0(&mut self) -> _GPIO0W
[src]
Bit 14 - Enables the clock for the GPIO0.
pub fn gpio1(&mut self) -> _GPIO1W
[src]
Bit 15 - Enables the clock for the GPIO1.
pub fn gpio2(&mut self) -> _GPIO2W
[src]
Bit 16 - Enables the clock for the GPIO2.
pub fn gpio3(&mut self) -> _GPIO3W
[src]
Bit 17 - Enables the clock for the GPIO3.
pub fn pint(&mut self) -> _PINTW
[src]
Bit 18 - Enables the clock for the Pin interrupt (PINT).
pub fn gint(&mut self) -> _GINTW
[src]
Bit 19 - Enables the clock for the Group interrupt (GINT).
pub fn dma0(&mut self) -> _DMA0W
[src]
Bit 20 - Enables the clock for the DMA0.
pub fn crcgen(&mut self) -> _CRCGENW
[src]
Bit 21 - Enables the clock for the CRCGEN.
pub fn wwdt(&mut self) -> _WWDTW
[src]
Bit 22 - Enables the clock for the Watchdog Timer.
pub fn rtc(&mut self) -> _RTCW
[src]
Bit 23 - Enables the clock for the Real Time Clock (RTC).
pub fn mailbox(&mut self) -> _MAILBOXW
[src]
Bit 26 - Enables the clock for the Inter CPU communication Mailbox.
pub fn adc(&mut self) -> _ADCW
[src]
Bit 27 - Enables the clock for the ADC.
Auto Trait Implementations
Blanket Implementations
impl<T> From<T> for T
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self