Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
stmod-plus-connector.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: Copyright The Zephyr Project Contributors
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
12
13#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_STMOD_PLUS_CONNECTOR_H_
14#define ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_STMOD_PLUS_CONNECTOR_H_
15
22
23#define STMOD_PLUS_NSS_CTS 1
24#define STMOD_PLUS_MOSI_TX 2
25#define STMOD_PLUS_MISO_RX 3
26#define STMOD_PLUS_SCK_RTS 4
27#define STMOD_PLUS_SCL 7
28#define STMOD_PLUS_MOSIS 8
29#define STMOD_PLUS_MISOS 9
30#define STMOD_PLUS_SDA 10
31#define STMOD_PLUS_INT 11
32#define STMOD_PLUS_RESET 12
33#define STMOD_PLUS_ADC 13
34#define STMOD_PLUS_PWM 14
35#define STMOD_PLUS_GPIO17 17
36#define STMOD_PLUS_GPIO18 18
37#define STMOD_PLUS_GPIO19 19
38#define STMOD_PLUS_GPIO20 20
39
41
42#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_STMOD_PLUS_CONNECTOR_H_ */