Zephyr Project API
3.7.0
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
os_mgmt_callbacks.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2023 Nordic Semiconductor ASA
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
#ifndef H_MCUMGR_OS_MGMT_CALLBACKS_
8
#define H_MCUMGR_OS_MGMT_CALLBACKS_
9
10
#ifdef __cplusplus
11
extern
"C"
{
12
#endif
13
26
struct
os_mgmt_reset_data
{
28
bool
force
;
29
};
30
35
#ifdef __cplusplus
36
}
37
#endif
38
39
#endif
os_mgmt_reset_data
Structure provided in the MGMT_EVT_OP_OS_MGMT_RESET notification callback: This callback function is ...
Definition
os_mgmt_callbacks.h:26
os_mgmt_reset_data::force
bool force
Contains the value of the force parameter.
Definition
os_mgmt_callbacks.h:28
include
zephyr
mgmt
mcumgr
grp
os_mgmt
os_mgmt_callbacks.h
Generated on Sun Sep 15 2024 17:01:30 for Zephyr Project API by
1.9.8