NEORV32 Software Framework Documentation
The NEORV32 RISC-V Processor
Loading...
Searching...
No Matches
spinlock.h
Go to the documentation of this file.
1
5
6#ifndef spinlock_h
7#define spinlock_h
8
9void spin_lock(void);
10void spin_unlock(void);
11
12#endif // spinlock_h
void spin_lock(void)
Definition spinlock.c:18
void spin_unlock(void)
Definition spinlock.c:27