Home
last modified time | relevance | path

Searched refs:SPI_MODE_SLAVE (Results 1 – 4 of 4) sorted by relevance

/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_spi.h195 #define SPI_MODE_SLAVE (0x00000000U) macro
549 #define IS_SPI_MODE(MODE) (((MODE) == SPI_MODE_SLAVE) || \
/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_spi.h195 #define SPI_MODE_SLAVE ((uint32_t)0x00000000) macro
548 #define IS_SPI_MODE(MODE) (((MODE) == SPI_MODE_SLAVE) || \
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dspi_15xx.h300 SPI_MODE_SLAVE = SPI_CFG_SLAVE_EN /* Slave Mode */ enumerator
/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_spi.c583 if ((hspi->Init.Mode == SPI_MODE_SLAVE) || (hspi->TxXferCount == 0x01U)) in HAL_SPI_Transmit()
613 if ((hspi->Init.Mode == SPI_MODE_SLAVE) || (hspi->TxXferCount == 0x01U)) in HAL_SPI_Transmit()
1030 if ((hspi->Init.Mode == SPI_MODE_SLAVE) || (hspi->TxXferCount == 0x01U)) in HAL_SPI_TransmitReceive()
1080 if ((hspi->Init.Mode == SPI_MODE_SLAVE) || (hspi->TxXferCount == 0x01U)) in HAL_SPI_TransmitReceive()

Completed in 15 milliseconds