nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
sdfw_update_service.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef SSF_SDFW_UPDATE_SERVICE_H__
8#define SSF_SDFW_UPDATE_SERVICE_H__
9
10#include <stdint.h>
11
13
14/* Error code in response from server if an error occurred when performing the request. */
15#define SSF_SDFW_UPDATE_FAILED 0x3dfc0001
16
24int ssf_sdfw_update(uintptr_t blob_addr);
25
26#endif /* SSF_SDFW_UPDATE_SERVICE_H__ */
int ssf_sdfw_update(uintptr_t blob_addr)
Trigger an SDFW update request by pointing to an SDFW update blob.