Struct esp32c3_hal::peripherals::TIMG0
source · pub struct TIMG0 { /* private fields */ }
Implementations§
source§impl TIMG0
impl TIMG0
sourcepub unsafe fn steal() -> TIMG0
pub unsafe fn steal() -> TIMG0
Unsafely create an instance of this peripheral out of thin air.
Safety
You must ensure that you’re only using one instance of this type at a time.
Trait Implementations§
source§impl Peripheral for TIMG0
impl Peripheral for TIMG0
source§impl TimerGroupInstance for TIMG0
impl TimerGroupInstance for TIMG0
fn register_block() -> *const RegisterBlock
fn configure_src_clk()
fn configure_wdt_src_clk()
Auto Trait Implementations§
impl RefUnwindSafe for TIMG0
impl Send for TIMG0
impl Sync for TIMG0
impl Unpin for TIMG0
impl UnwindSafe for TIMG0
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