pub struct R(/* private fields */);Expand description
Register AHBCLKCTRL2 reader
Implementations§
Source§impl R
impl R
Sourcepub fn usb1_host(&self) -> USB1_HOST_R
pub fn usb1_host(&self) -> USB1_HOST_R
Bit 4 - Enables the clock for the USB1 Host.
Sourcepub fn usb1_dev(&self) -> USB1_DEV_R
pub fn usb1_dev(&self) -> USB1_DEV_R
Bit 5 - Enables the clock for the USB1 dev.
Sourcepub fn usb1_ram(&self) -> USB1_RAM_R
pub fn usb1_ram(&self) -> USB1_RAM_R
Bit 6 - Enables the clock for the USB1 RAM.
Sourcepub fn usb1_phy(&self) -> USB1_PHY_R
pub fn usb1_phy(&self) -> USB1_PHY_R
Bit 7 - Enables the clock for the USB1 PHY.
Sourcepub fn usb0_hostm(&self) -> USB0_HOSTM_R
pub fn usb0_hostm(&self) -> USB0_HOSTM_R
Bit 16 - Enables the clock for the USB0 Host Master.
Sourcepub fn usb0_hosts(&self) -> USB0_HOSTS_R
pub fn usb0_hosts(&self) -> USB0_HOSTS_R
Bit 17 - Enables the clock for the USB0 Host Slave.
Sourcepub fn hash_aes(&self) -> HASH_AES_R
pub fn hash_aes(&self) -> HASH_AES_R
Bit 18 - Enables the clock for the HASH_AES.
Sourcepub fn analog_ctrl(&self) -> ANALOG_CTRL_R
pub fn analog_ctrl(&self) -> ANALOG_CTRL_R
Bit 27 - Enables the clock for the analog control.
Sourcepub fn gpio_sec(&self) -> GPIO_SEC_R
pub fn gpio_sec(&self) -> GPIO_SEC_R
Bit 29 - Enables the clock for the GPIO secure.
Sourcepub fn gpio_sec_int(&self) -> GPIO_SEC_INT_R
pub fn gpio_sec_int(&self) -> GPIO_SEC_INT_R
Bit 30 - Enables the clock for the GPIO secure int.
Methods from Deref<Target = R<AHBCLKCTRL2_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more