nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

#include <fw_info_bare.h>

Data Fields

uint32_t magic [(CONFIG_FW_INFO_MAGIC_LEN/sizeof(uint32_t))]
 
uint32_t ext_api_len
 
uint32_t ext_api_id
 
uint32_t ext_api_flags
 
uint32_t ext_api_version
 

Detailed Description

This struct serves as a header before an EXT_API.

This header contains basic metadata about the EXT_API: A unique identifier, version and flags to be used for compatibility matching. The payload that comes after this header is completely implementation dependent for each EXT_API.

Note
How to use the EXT_API, such as the signatures of all the functions in the list must be unambiguous for an ID/version combination.

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