Typedefs

typedef hal_status_t(* p_device_suspend_func) (void *p_dev_handle)
 Peripheral suspend callback definition. More...
 
typedef hal_status_t(* p_device_resume_func) (void *p_dev_handle)
 Peripheral resume callback definition. More...
 

Detailed Description

Typedef Documentation

◆ p_device_resume_func

typedef hal_status_t(* p_device_resume_func) (void *p_dev_handle)

Peripheral resume callback definition.

Definition at line 160 of file gr55xx_hal_pwr_mgmt.h.

◆ p_device_suspend_func

typedef hal_status_t(* p_device_suspend_func) (void *p_dev_handle)

Peripheral suspend callback definition.

Definition at line 155 of file gr55xx_hal_pwr_mgmt.h.