Trait esp_idf_hal::timer::Timer
source · pub trait Timer: Send {
// Required methods
fn group() -> timer_group_t;
fn index() -> timer_idx_t;
}
Required Methods§
fn group() -> timer_group_t
fn index() -> timer_idx_t
Object Safety§
This trait is not object safe.