Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
spi.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2021 Intel Corporation
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_SPI_SPI_H_
7#define ZEPHYR_INCLUDE_DT_BINDINGS_SPI_SPI_H_
8
23#define SPI_FULL_DUPLEX (0U << 11)
24#define SPI_HALF_DUPLEX (1U << 11)
39#define SPI_FRAME_FORMAT_MOTOROLA (0U << 15)
40#define SPI_FRAME_FORMAT_TI (1U << 15)
47#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_SPI_SPI_H_ */