mirror of
https://github.com/gligli/nulldc-360.git
synced 2025-04-02 11:11:56 -04:00
14 lines
No EOL
222 B
C
14 lines
No EOL
222 B
C
#pragma once
|
|
|
|
#include "types.h"
|
|
|
|
//Init/Res/Term
|
|
void cpg_Init();
|
|
void cpg_Reset(bool Manual);
|
|
void cpg_Term();
|
|
|
|
extern u16 CPG_FRQCR;
|
|
extern u8 CPG_STBCR;
|
|
extern u16 CPG_WTCNT;
|
|
extern u16 CPG_WTCSR;
|
|
extern u8 CPG_STBCR2; |