nrfxlib API 0.1.0
|
void nrf_wifi_osal_spinlock_irq_take | ( | void * | lock, |
unsigned long * | flags | ||
) |
Acquire a busy lock and disable interrupts.
lock | Pointer to a busy lock instance. |
flags | Interrupt state flags. |
Saves interrupt states (@flags), disable interrupts and takes a busy lock (@lock).