nrfxlib API 0.1.0
|
void nrf_wifi_osal_spinlock_irq_rel | ( | void * | lock, |
unsigned long * | flags | ||
) |
Release a busy lock and enable interrupts.
lock | Pointer to a busy lock instance. |
flags | Interrupt state flags. |
Restores interrupt states (@flags) and releases busy lock (@lock) acquired using nrf_wifi_osal_spinlock_irq_take.