[−][src]Struct lpc55s6x_pac::syscon::ahbclkctrl2::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 dma1(&mut self) -> _DMA1W
[src]
Bit 1 - Enables the clock for the DMA1.
pub fn comp(&mut self) -> _COMPW
[src]
Bit 2 - Enables the clock for the Comparator.
pub fn sdio(&mut self) -> _SDIOW
[src]
Bit 3 - Enables the clock for the SDIO.
pub fn usb1_host(&mut self) -> _USB1_HOSTW
[src]
Bit 4 - Enables the clock for the USB1 Host.
pub fn usb1_dev(&mut self) -> _USB1_DEVW
[src]
Bit 5 - Enables the clock for the USB1 dev.
pub fn usb1_ram(&mut self) -> _USB1_RAMW
[src]
Bit 6 - Enables the clock for the USB1 RAM.
pub fn usb1_phy(&mut self) -> _USB1_PHYW
[src]
Bit 7 - Enables the clock for the USB1 PHY.
pub fn freqme(&mut self) -> _FREQMEW
[src]
Bit 8 - Enables the clock for the Frequency meter.
pub fn gpio4(&mut self) -> _GPIO4W
[src]
Bit 9 - Enables the clock for the GPIO4.
pub fn gpio5(&mut self) -> _GPIO5W
[src]
Bit 10 - Enables the clock for the GPIO5.
pub fn otp(&mut self) -> _OTPW
[src]
Bit 12 - Enables the clock for the OTP.
pub fn rng(&mut self) -> _RNGW
[src]
Bit 13 - Enables the clock for the RNG.
pub fn mux1(&mut self) -> _MUX1W
[src]
Bit 14 - Enables the clock for the Peripheral Input Mux 1.
pub fn usb0_hostm(&mut self) -> _USB0_HOSTMW
[src]
Bit 16 - Enables the clock for the USB0 Host Master.
pub fn usb0_hosts(&mut self) -> _USB0_HOSTSW
[src]
Bit 17 - Enables the clock for the USB0 Host Slave.
pub fn hash0(&mut self) -> _HASH0W
[src]
Bit 18 - Enables the clock for the HASH0.
pub fn pq(&mut self) -> _PQW
[src]
Bit 19 - Enables the clock for the Power Quad.
pub fn plulut(&mut self) -> _PLULUTW
[src]
Bit 20 - Enables the clock for the PLU LUT.
pub fn timer3(&mut self) -> _TIMER3W
[src]
Bit 21 - Enables the clock for the Timer 3.
pub fn timer4(&mut self) -> _TIMER4W
[src]
Bit 22 - Enables the clock for the Timer 4.
pub fn puf(&mut self) -> _PUFW
[src]
Bit 23 - Enables the clock for the PUF reset control.
pub fn casper(&mut self) -> _CASPERW
[src]
Bit 24 - Enables the clock for the Casper.
pub fn capt0(&mut self) -> _CAPT0W
[src]
Bit 25 - Enables the clock for the CAPT0.
pub fn analog_ctrl(&mut self) -> _ANALOG_CTRLW
[src]
Bit 27 - Enables the clock for the analog control.
pub fn hs_lspi(&mut self) -> _HS_LSPIW
[src]
Bit 28 - Enables the clock for the HS LSPI.
pub fn gpio_sec(&mut self) -> _GPIO_SECW
[src]
Bit 29 - Enables the clock for the GPIO secure.
pub fn gpio_sec_int(&mut self) -> _GPIO_SEC_INTW
[src]
Bit 30 - Enables the clock for the GPIO secure int.
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