embassy-time-driver

Crates

git

Versions

default

Flavors

embassy_time_driver

Function allocate_alarm

source
pub unsafe fn allocate_alarm() -> Option<AlarmHandle>
Expand description

See Driver::allocate_alarm

Safety: it is UB to make the alarm fire before setting a callback.