embassy-time-driver

Crates

0.1.0

Versions

default

Flavors

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.