nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
shell_nfc.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2023 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef SHELL_NFC_H_
8#define SHELL_NFC_H_
9
10#include <zephyr/shell/shell.h>
11
19#ifdef __cplusplus
20extern "C" {
21#endif
22
31const struct shell *shell_backend_nfc_get_ptr(void);
32
33#ifdef __cplusplus
34}
35#endif
36
41#endif /* SHELL_NFC_H_ */
const struct shell * shell_backend_nfc_get_ptr(void)
This function provides a pointer to the shell NFC backend instance.