fusee: initial mariko hwinit

This commit is contained in:
hexkyz
2020-11-17 18:36:28 +00:00
committed by Michael Scire
parent 6671d46c8d
commit 4111aa0a83
3 changed files with 129 additions and 21 deletions

View File

@@ -19,9 +19,12 @@
#ifndef FUSEE_HWINIT_H_
#define FUSEE_HWINIT_H_
#include <stdbool.h>
#define I2S_BASE 0x702D1000
#define MAKE_I2S_REG(n) MAKE_REG32(I2S_BASE + n)
void nx_hwinit();
void nx_hwinit_mariko(bool enable_log);
void nx_hwinit_erista(bool enable_log);
#endif