PDN Services: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
TimmSkiller (talk | contribs)
TimmSkiller (talk | contribs)
 
(2 intermediate revisions by the same user not shown)
Line 34: Line 34:
|-
|-
| 0x00010040
| 0x00010040
| This sets bit0 in [[PDN Registers#PDN_I2S1_CNT|PDN_I2S1_CNT]] to u8 cmd+4.
| [[PDNI:Control1|Control1]]
|-
|-
| 0x00020040
| 0x00020040
| This sets bit1 in [[PDN Registers#PDN_I2S2_CNT|PDN_I2S2_CNT]] to u8 cmd+4.
| [[PDNI:Control2|Control2]]
|}
|}


Line 49: Line 49:
|-
|-
| 0x000100C0
| 0x000100C0
| (bool enableClock, bool resetEngines, bool resetRegisters) Enables and/or resets the GPU, see [[PDN Registers#PDN_GPU_CNT|PDN_GPU_CNT]]
| [[PDNG:Control|Control]]
|}
|}


Line 59: Line 59:
|-
|-
| 0x00010040
| 0x00010040
| This sets bit0 in [[PDN Registers#PDN_CAMERA_CNT|PDN_CAMERA_CNT]] to u8 cmd+4.
| [[PDNC:Control|Control]]
|-
|-
| 0x000200000
| 0x000200000
| This writes [[PDN Registers#PDN_CAMERA_CNT|PDN_CAMERA_CNT]] & 1 to u8 cmdreply+8.
| [[PDNC:IsEnabled|IsEnabled]]
|}
|}

Latest revision as of 12:10, 3 August 2025


PDN PTM Service "pdn:s"

Command Header Description
0x00010000 GetWakeStatus
0x00020080 ConfigureWakeEvents
0x00030040 Acknowledge

PDN DSP Service "pdn:d"

Command Header Description
0x000100C0 Control

PDN I2S Service "pdn:i"

Command Header Description
0x00010040 Control1
0x00020040 Control2

Used by Codec Services.

PDN GSP service "pdn:g"

Command Header Description
0x000100C0 Control

PDN Camera Service "pdn:c"

Command Header Description
0x00010040 Control
0x000200000 IsEnabled