Taltech_embedded/common/cpu.h

8 lines
95 B
C

#ifndef CPU_H
#define CPU_H
#include <stdint.h>
uint32_t CPU_cpsie(void);
#endif /* CPU_H */