Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
1257bdc9ece00fdfdaebca11e45c92991d7990db
/
.
/
include
/
drivers
/
spi
/
spi_ll_stm32.h
blob: 3988d656e5dbd874ae9be13ecec0f1d894448f51 [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2016 BayLibre, SAS
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef
_DRIVERS_STM32_SPI_H_
#define
_DRIVERS_STM32_SPI_H_
#define
STM32_SPI_NSS_IGNORE BIT
(
0
)
#endif
/* _DRIVERS_STM32_SPI_H_ */