Communication Power State
+ Collaboration diagram for Communication Power State:

Macros

#define PWR_COMM_TIMER_POWER_DOWN   0x0U
 Power down communication timer. More...
 
#define PWR_COMM_TIMER_POWER_UP   0x1U
 Power on communication timer. More...
 
#define PWR_COMM_CORE_POWER_DOWN   0x0U
 Power down communication core. More...
 
#define PWR_COMM_CORE_POWER_UP   0x1U
 Power on communication core. More...
 

Detailed Description

Macro Definition Documentation

◆ PWR_COMM_CORE_POWER_DOWN

#define PWR_COMM_CORE_POWER_DOWN   0x0U

Power down communication core.

Definition at line 176 of file gr55xx_hal_pwr.h.

◆ PWR_COMM_CORE_POWER_UP

#define PWR_COMM_CORE_POWER_UP   0x1U

Power on communication core.

Definition at line 177 of file gr55xx_hal_pwr.h.

◆ PWR_COMM_TIMER_POWER_DOWN

#define PWR_COMM_TIMER_POWER_DOWN   0x0U

Power down communication timer.

Definition at line 174 of file gr55xx_hal_pwr.h.

◆ PWR_COMM_TIMER_POWER_UP

#define PWR_COMM_TIMER_POWER_UP   0x1U

Power on communication timer.

Definition at line 175 of file gr55xx_hal_pwr.h.