nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
flash_rpc.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 FLASH_RPC_H_
8#define FLASH_RPC_H_
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
19};
20
21#ifdef __cplusplus
22}
23#endif
24
25#endif /* FLASH_RPC_H_*/
flash_rpc_command
Definition: flash_rpc.h:14
@ RPC_COMMAND_FLASH_WRITE
Definition: flash_rpc.h:17
@ RPC_COMMAND_FLASH_ERASE
Definition: flash_rpc.h:18
@ RPC_COMMAND_FLASH_READ
Definition: flash_rpc.h:16
@ RPC_COMMAND_FLASH_INIT
Definition: flash_rpc.h:15