Communication Power State

Macros

#define PWR_COMM_TIMER_POWER_DOWN   0x0U
 
#define PWR_COMM_TIMER_POWER_UP   0x1U
 
#define PWR_COMM_CORE_POWER_DOWN   0x0U
 
#define PWR_COMM_CORE_POWER_UP   0x1U
 

Detailed Description

Macro Definition Documentation

◆ PWR_COMM_CORE_POWER_DOWN

#define PWR_COMM_CORE_POWER_DOWN   0x0U

Power down communication core

Definition at line 177 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 178 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 175 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 176 of file gr55xx_hal_pwr.h.