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

◆ nrf_wifi_osal_spinlock_irq_take()

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

Acquire a busy lock and disable interrupts.

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

Saves interrupt states (@flags), disable interrupts and takes a busy lock (@lock).

Returns
None.