mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-25 23:38:06 +00:00
9 lines
157 B
C
9 lines
157 B
C
#pragma once
|
|
|
|
void disable_async_interrupts(void);
|
|
void enable_async_interrupts(void);
|
|
|
|
#define GIC_BASE 0x4c0040000
|
|
#define NUM_CPUS 4
|
|
#define NUM_SPIS 192
|