pub struct R(/* private fields */);Expand description
Register SYSAHBCLKCTRL0 reader
Implementations§
Source§impl R
impl R
Sourcepub fn sys(&self) -> SYS_R
pub fn sys(&self) -> SYS_R
Bit 0 - Enables the clock for the AHB, the APB bridge, the Cortex-M0+ core clocks, SYSCON, and the PMU. This bit is read only and always reads as 1.
Sourcepub fn mtb(&self) -> MTB_R
pub fn mtb(&self) -> MTB_R
Bit 26 - Enables clock to micro-trace buffer control registers. Turn on this clock when using the micro-trace buffer for debug purposes.
Sourcepub fn gpio_int(&self) -> GPIO_INT_R
pub fn gpio_int(&self) -> GPIO_INT_R
Bit 28 - Enable clock for GPIO pin interrupt registers
Methods from Deref<Target = R<SYSAHBCLKCTRL0_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