Struct esp32c3_hal::peripherals::TIMG1
source · pub struct TIMG1 { /* private fields */ }
Implementations§
source§impl TIMG1
impl TIMG1
sourcepub unsafe fn steal() -> TIMG1
pub unsafe fn steal() -> TIMG1
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 TIMG1
impl Peripheral for TIMG1
source§impl TimerGroupInstance for TIMG1
impl TimerGroupInstance for TIMG1
fn register_block() -> *const RegisterBlock
fn configure_src_clk()
fn configure_wdt_src_clk()
Auto Trait Implementations§
impl RefUnwindSafe for TIMG1
impl Send for TIMG1
impl Sync for TIMG1
impl Unpin for TIMG1
impl UnwindSafe for TIMG1
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