gpio: modernize client api instead of doing it the lazy way

This commit is contained in:
Michael Scire
2020-10-27 15:35:38 -07:00
parent 22fb4ff095
commit e3900de6c0
8 changed files with 347 additions and 46 deletions

View File

@@ -19,7 +19,7 @@
namespace ams::gpio {
enum GpioPadName {
enum GpioPadName : u32 {
GpioPadName_CodecLdoEnTemp = 1,
GpioPadName_ButtonVolUp = 25,
GpioPadName_ButtonVolDn = 26,