Config Services: Difference between revisions
Steveice10 (talk | contribs) |
m Add anchors |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__TOC__ | |||
{{Anchor|Cfg}}{{Anchor|CfgU}}{{Anchor|CFG}}{{Anchor|CFGU}}{{Anchor|cfg:u}} | |||
= Config service "cfg:u" = | = Config service "cfg:u" = | ||
Line 54: | Line 54: | ||
|} | |} | ||
{{Anchor|CfgS}}{{Anchor|CFGS}}{{Anchor|cfg:s}} | |||
= Config service "cfg:s" = | = Config service "cfg:s" = | ||
cfg:s contains all the commands in cfg:u, in addition to the following: | cfg:s contains all the commands in [[#cfg:u|cfg:u]], in addition to the following: | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
Line 62: | Line 63: | ||
! Available since system version | ! Available since system version | ||
! Description | ! Description | ||
|- | |- | ||
| 0x04010082 | | 0x04010082 | ||
Line 116: | Line 113: | ||
|- | |- | ||
| 0x040D0040 | | 0x040D0040 | ||
| | | | ||
| | | SetUUIDClockSequence | ||
|- | |- | ||
| 0x040E0000 | | 0x040E0000 | ||
| | | | ||
| | | GetUUIDClockSequence | ||
|- | |- | ||
| 0x040F0000 | | 0x040F0000 | ||
Line 130: | Line 127: | ||
CfgS command 0x04060000(SecureInfoGetRegion) is used by NIM module to determine the SOAP RegionId, when sending SOAP requests. See [[Nandrw/sys/SecureInfo_A|here]]. | CfgS command 0x04060000(SecureInfoGetRegion) is used by NIM module to determine the SOAP RegionId, when sending SOAP requests. See [[Nandrw/sys/SecureInfo_A|here]]. | ||
{{Anchor|CfgI}}{{Anchor|CFGI}}{{Anchor|cfg:i}} | |||
= Config service "cfg:i" = | = Config service "cfg:i" = | ||
cfg:i contains all the commands in cfg:u and cfg:s, in addition to the following: | cfg:i contains all the commands in [[#cfg:u|cfg:u]] and [[#cfg:s|cfg:s]], in addition to the following: | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
Line 268: | Line 266: | ||
|} | |} | ||
{{Anchor|CfgNor}}{{Anchor|CFGNOR}}{{Anchor|cfg:nor}} | |||
= Config NVRAM service "cfg:nor" = | = Config NVRAM service "cfg:nor" = | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
Line 334: | Line 333: | ||
| This uses SPI command 0xAB for "Release from deep power down". | | This uses SPI command 0xAB for "Release from deep power down". | ||
|} | |} | ||
This is an interface for the | This is an interface for the [[SPI::NOR]] service, for accessing the Wifi NVRAM/SPI Flash. | ||
[[Category:Services]] |