nrfxlib API 0.1.0
Loading...
Searching...
No Matches

◆ nrf_wifi_osal_spinlock_irq_rel()

void nrf_wifi_osal_spinlock_irq_rel ( void *  lock,
unsigned long *  flags 
)

Release a busy lock and enable interrupts.

Parameters
lockPointer to a busy lock instance.
flagsInterrupt state flags.

Restores interrupt states (@flags) and releases busy lock (@lock) acquired using nrf_wifi_osal_spinlock_irq_take.

Returns
None.