| 
    Zephyr Project API
    3.4.0
    
   A Scalable Open Source RTOS 
   | 
 
Kernel Spin Lock. More...
#include <spinlock.h>
Data Fields | |
| atomic_t | locked | 
Kernel Spin Lock.
This struct defines a spin lock record on which CPUs can wait with k_spin_lock(). Any number of spinlocks may be defined in application code.
| atomic_t k_spinlock::locked |