wec: implement wec driver components for boot sysmodule

This commit is contained in:
Michael Scire
2020-10-31 00:47:45 -07:00
committed by SciresM
parent 4b4f05b4a6
commit e1b5d81d65
14 changed files with 183 additions and 540 deletions

View File

@@ -79,6 +79,8 @@ namespace ams::wec {
WakeEvent_ModemWakeAp = 0x3D,
WakeEvent_TouchInt = 0x3E,
WakeEvent_MotionInt = 0x3F,
WakeEvent_Count = 0x40,
};
constexpr inline WakeEvent WakeEvent_None = static_cast<WakeEvent>(-1);