![]() |
![]() |
Specification of the Power Management Command Register. More...
#include <pcie.h>
Data Fields | |
uint32_t | raw |
[ro] Raw image of register on read; actual value on write | |
uint8_t | turnOff |
[w1] PM Turn off | |
uint8_t | pme |
[w1] Transmit PM PME message |
Specification of the Power Management Command Register.
uint8_t pciePmCmdReg_s::pme |
[w1] Transmit PM PME message
Write 1 to transmit a PM_PME message. Reads 0. Applicable to EP mode only.
0 = No effect
1 = Transmit a PM_PME message
Field size: 1 bit
uint8_t pciePmCmdReg_s::turnOff |
[w1] PM Turn off
Write 1 to transmit a PM_TURNOFF message. Reads 0. Applicable in RC mode only.
0 = No effect
1 = Transmit a PM_TURNOFF message
Field size: 1 bit