HID services: Difference between revisions
Line 622: | Line 622: | ||
| 229 || [6.0.0+] [[#ReadSerialFlash]] | | 229 || [6.0.0+] [[#ReadSerialFlash]] | ||
|- | |- | ||
| 230 || [6.0.0+] WriteSerialFlash | | 230 || [6.0.0+] [[#WriteSerialFlash]] | ||
|- | |- | ||
| 231 || [6.0.0+] GetOperationResult | | 231 || [6.0.0+] GetOperationResult | ||
Line 753: | Line 753: | ||
This doesn't seem to be usable? | This doesn't seem to be usable? | ||
== WriteSerialFlash == | |||
Takes an input TransferMemory handle, an input u32 offset, an input u64 tmem_size, an input u64 size, and an u64 '''UniquePadId''', no output. | |||
Writes to the specified controller's spi-flash. The TransferMemory permissions is R--. | |||
== GetUniquePadDeviceTypeSetInternal == | == GetUniquePadDeviceTypeSetInternal == |