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