esp-hal/esp-hal-common/src/embassy
Scott Mabin 5a5eb41411 simplify timg time driver impl
Once the timer has been initialized, all other operations are atomic.
Therefore we can simply `steal` the timer where needed, instead of
holding it in a mutex/refcell.
2023-05-10 07:10:16 -07:00
..
mod.rs Refactor chip-specific code into esp_hal_common::soc module (#412) 2023-02-28 07:49:41 -08:00
time_driver_systimer.rs Completely remove pac references in hal drivers (#309) 2022-12-14 13:15:45 +00:00
time_driver_timg.rs simplify timg time driver impl 2023-05-10 07:10:16 -07:00