Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
img_mgmt_state_slot_encode Struct Reference

Structure provided in the MGMT_EVT_OP_IMG_MGMT_IMAGE_SLOT_STATE notification callback: This callback function is used to allow applications or modules append custom fields to the image slot state response. More...

#include <img_mgmt_callbacks.h>

Data Fields

boolok
 
zcbor_state_t * zse
 
const uint32_t slot
 
const char * version
 
const uint8_thash
 
const int flags
 

Detailed Description

Structure provided in the MGMT_EVT_OP_IMG_MGMT_IMAGE_SLOT_STATE notification callback: This callback function is used to allow applications or modules append custom fields to the image slot state response.

Field Documentation

◆ flags

const int img_mgmt_state_slot_encode::flags

◆ hash

const uint8_t* img_mgmt_state_slot_encode::hash

◆ ok

bool* img_mgmt_state_slot_encode::ok

◆ slot

const uint32_t img_mgmt_state_slot_encode::slot

◆ version

const char* img_mgmt_state_slot_encode::version

◆ zse

zcbor_state_t* img_mgmt_state_slot_encode::zse

The documentation for this struct was generated from the following file: