This structure contains the power mode settings.
u32 DisableIPControl; /*Disables IP RTS control of the power mode*/
u32 PwrMode; /*The power mode*/
Description
- u32 DisableIPControl
- This disables the real time signals from setting the power mode: 0 to leave RTS control enabled, 1 to disable RTS control.
- u32 PwrMode
- 0 to power down, 1 to power up.