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.