Typedefs

typedef hal_status_t(* p_device_suspend_func) (void *p_dev_handle)
 HAL_PWR_SUSPEND Callback function definition. More...
 
typedef hal_status_t(* p_device_resume_func) (void *p_dev_handle)
 HAL_PWR_RESUME Callback function definition. More...
 

Detailed Description

Typedef Documentation

◆ p_device_resume_func

typedef hal_status_t(* p_device_resume_func) (void *p_dev_handle)

HAL_PWR_RESUME Callback function definition.

Definition at line 114 of file gr533x_hal_pwr_mgmt.h.

◆ p_device_suspend_func

typedef hal_status_t(* p_device_suspend_func) (void *p_dev_handle)

HAL_PWR_SUSPEND Callback function definition.

Definition at line 110 of file gr533x_hal_pwr_mgmt.h.