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

◆ spinlock_irq_take

void(* nrf_wifi_osal_ops::spinlock_irq_take) (void *lock, unsigned long *flags)

Save interrupt states, disable interrupts, and acquire a spinlock.

Parameters
lockA pointer to the spinlock to acquire.
flagsA pointer to store the saved interrupt states.