pub unsafe fn unmask_irq()
Expand description

Unmask the SubGHz IRQ in the NVIC.

Safety

This can break mask-based critical sections.

Example

unsafe { stm32wlxx_hal::subghz::unmask_irq() };