nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
st25r3911b_dt.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2020 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef ST25R3911B_DT_H_
8#define ST25R3911B_DT_H_
9
10/*
11 * Internal, shared header to access the ST25R3911B devicetree node.
12 */
13
14#include <zephyr/devicetree.h>
15
16/*
17 * Devicetree API node identifier for the ST25R3911B NFC reader.
18 *
19 * This is the first status "okay" node with compatible "st,st25r3911b",
20 * as long as at least one such node exists in the devicetree.
21 */
22#define ST25R3911B_NODE DT_INST(0, st_st25r3911b)
23
24#endif /* ST25R3911B_DT_H_ */