doc: doxygen group power management APIs
Put all power management APIs under one group. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
fdef215b75
commit
338ce50e16
2 changed files with 13 additions and 5 deletions
|
@ -255,6 +255,10 @@ void _sys_device_do_config_level(s32_t level);
|
||||||
*/
|
*/
|
||||||
__syscall struct device *device_get_binding(const char *name);
|
__syscall struct device *device_get_binding(const char *name);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Device Power Management APIs
|
* @brief Device Power Management APIs
|
||||||
* @defgroup device_power_management_api Device Power Management APIs
|
* @defgroup device_power_management_api Device Power Management APIs
|
||||||
|
@ -446,7 +450,4 @@ int device_busy_check(struct device *chk_dev);
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
/**
|
|
||||||
* @}
|
|
||||||
*/
|
|
||||||
#endif /* ZEPHYR_INCLUDE_DEVICE_H_ */
|
#endif /* ZEPHYR_INCLUDE_DEVICE_H_ */
|
||||||
|
|
|
@ -22,10 +22,17 @@ extern "C" {
|
||||||
|
|
||||||
extern unsigned char _sys_pm_idle_exit_notify;
|
extern unsigned char _sys_pm_idle_exit_notify;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Power Management Hook Interface
|
* @defgroup power_management_api Power Management
|
||||||
|
* @{
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Power Management Hooks
|
||||||
*
|
*
|
||||||
* @defgroup power_management_hook_interface Power Management Hook Interface
|
* @defgroup power_management_hook_interface Power Management Hooks
|
||||||
* @ingroup power_management_api
|
* @ingroup power_management_api
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue