Edge AI Add-on API 2.2.0
Loading...
Searching...
No Matches
nrf_edgeai_obsv_memfault.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2026 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
15#ifndef NRF_EDGEAI_OBSV_MEMFAULT_H
16#define NRF_EDGEAI_OBSV_MEMFAULT_H
17
18#include <stdbool.h>
19#include <stdint.h>
20
21#ifdef __cplusplus
22extern "C" {
23#endif
24
26
41
60
61#ifdef __cplusplus
62}
63#endif
64
65#endif /* NRF_EDGEAI_OBSV_MEMFAULT_H */
66
int nrf_edgeai_obsv_memfault_collect(void)
Encodes observability metrics as CBOR and stages them for Memfault.
int nrf_edgeai_obsv_memfault_init(struct nrf_edgeai_obsv_ctx *ctx)
Binds the Memfault CDR transport to a Zephyr observability context.
Zephyr RTOS synchronization for one observability context.
Definition nrf_edgeai_obsv.h:36