i2c: implement BusAccessor except Send/Receive/WriteHeader
This commit is contained in:
@@ -27,7 +27,7 @@ namespace ams::regulator {
|
||||
void CloseSession(RegulatorSession *session);
|
||||
|
||||
bool GetVoltageEnabled(RegulatorSession *session);
|
||||
Result SetVoltageEnabled(RegulatorSession *session);
|
||||
Result SetVoltageEnabled(RegulatorSession *session, bool enabled);
|
||||
|
||||
Result SetVoltageValue(RegulatorSession *session, u32 micro_volts);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user