pub struct CTIMER4 { /* private fields */ }Expand description
CTIMER4 peripheral
Implementations§
Trait Implementations§
Source§impl Gate for CTIMER4
impl Gate for CTIMER4
type MrccPeriphConfig = CTimerConfig
Source§unsafe fn enable_clock()
unsafe fn enable_clock()
Enable the clock gate. Read more
Source§unsafe fn disable_clock()
unsafe fn disable_clock()
Disable the clock gate. Read more
Source§unsafe fn release_reset()
unsafe fn release_reset()
Drive the peripheral out of reset. Read more
Source§unsafe fn assert_reset()
unsafe fn assert_reset()
Drive the peripheral into reset. Read more
Source§fn is_clock_enabled() -> bool
fn is_clock_enabled() -> bool
Return whether the clock gate for this peripheral is currently enabled.
Source§fn is_reset_released() -> bool
fn is_reset_released() -> bool
Return whether the peripheral is currently held in reset.
Source§impl Instance for CTIMER4
impl Instance for CTIMER4
Source§const CLOCK_INSTANCE: CTimerInstance = crate::clocks::periph_helpers::CTimerInstance::CTimer4
const CLOCK_INSTANCE: CTimerInstance = crate::clocks::periph_helpers::CTimerInstance::CTimer4
Clock instance
const PERF_INT_INCR: fn() = {perf_counters::incr_interrupt_ctimer4 as fn()}
const PERF_INT_WAKE_INCR: fn() = {perf_counters::incr_interrupt_ctimer4_wake as fn()}
impl CTimerChannel<CTIMER4> for CTIMER4_CH0
impl CTimerChannel<CTIMER4> for CTIMER4_CH1
impl CTimerChannel<CTIMER4> for CTIMER4_CH2
impl CTimerChannel<CTIMER4> for CTIMER4_CH3
impl Copy for CTIMER4
impl PeripheralType for CTIMER4
Auto Trait Implementations§
impl Freeze for CTIMER4
impl RefUnwindSafe for CTIMER4
impl Send for CTIMER4
impl Sync for CTIMER4
impl Unpin for CTIMER4
impl UnwindSafe for CTIMER4
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