Zephyr API Documentation
4.0.0-rc2
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_ */
zephyr
dt-bindings
spi
spi.h
Generated on Fri Nov 8 2024 21:02:38 for Zephyr API Documentation by
1.12.0