Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
sx126x.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2020 Andreas Sandberg
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_LORA_SX126X_H_
7#define ZEPHYR_INCLUDE_DT_BINDINGS_LORA_SX126X_H_
8
9#define SX126X_DIO3_TCXO_1V6 0x00
10#define SX126X_DIO3_TCXO_1V7 0x01
11#define SX126X_DIO3_TCXO_1V8 0x02
12#define SX126X_DIO3_TCXO_2V2 0x03
13#define SX126X_DIO3_TCXO_2V4 0x04
14#define SX126X_DIO3_TCXO_2V7 0x05
15#define SX126X_DIO3_TCXO_3V0 0x06
16#define SX126X_DIO3_TCXO_3V3 0x07
17
18#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_LORA_SX126X_H_ */