+ Collaboration diagram for Communication Mode:

Macros

#define PWR_COMM_TIMER_MODE_RESET   0x0U
 Communication timer in reset mode. More...
 
#define PWR_COMM_TIMER_MODE_RUNNING   0x1U
 Communication timer in running mode. More...
 
#define PWR_COMM_CORE_MODE_RESET   0x0U
 Communication core in reset mode. More...
 
#define PWR_COMM_CORE_MODE_RUNNING   0x1U
 Communication core in running mode. More...
 

Detailed Description

Macro Definition Documentation

◆ PWR_COMM_CORE_MODE_RESET

#define PWR_COMM_CORE_MODE_RESET   0x0U

Communication core in reset mode.

Definition at line 185 of file gr55xx_hal_pwr.h.

◆ PWR_COMM_CORE_MODE_RUNNING

#define PWR_COMM_CORE_MODE_RUNNING   0x1U

Communication core in running mode.

Definition at line 186 of file gr55xx_hal_pwr.h.

◆ PWR_COMM_TIMER_MODE_RESET

#define PWR_COMM_TIMER_MODE_RESET   0x0U

Communication timer in reset mode.

Definition at line 183 of file gr55xx_hal_pwr.h.

◆ PWR_COMM_TIMER_MODE_RUNNING

#define PWR_COMM_TIMER_MODE_RUNNING   0x1U

Communication timer in running mode.

Definition at line 184 of file gr55xx_hal_pwr.h.