![]() |
Tenok
A Linux-like Real-Time Operating System for Robotics and Internet of Things
|
#include <stdint.h>
Go to the source code of this file.
Macros | |
| #define | spin_lock_irq(lock) |
| #define | spin_unlock_irq(lock) |
Typedefs | |
| typedef uint32_t | spinlock_t |
Functions | |
| void | spin_lock (spinlock_t *lock) |
| void | spin_unlock (spinlock_t *lock) |
| #define spin_lock_irq | ( | lock | ) |
| #define spin_unlock_irq | ( | lock | ) |