Home
last modified time | relevance | path

Searched refs:SPI_NSSInternalSoft_Set (Results 1 – 6 of 6) sorted by relevance

/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dstm32f10x_spi.h346 #define SPI_NSSInternalSoft_Set ((uint16_t)0x0100) macro
348 #define IS_SPI_NSS_INTERNAL(INTERNAL) (((INTERNAL) == SPI_NSSInternalSoft_Set) || \
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_spi.h350 #define SPI_NSSInternalSoft_Set ((uint16_t)0x0100) macro
352 #define IS_SPI_NSS_INTERNAL(INTERNAL) (((INTERNAL) == SPI_NSSInternalSoft_Set) || \
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_spi.h371 #define SPI_NSSInternalSoft_Set ((uint16_t)0x0100) macro
373 #define IS_SPI_NSS_INTERNAL(INTERNAL) (((INTERNAL) == SPI_NSSInternalSoft_Set) || \
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dstm32f10x_spi.c588 SPIx->CR1 |= SPI_NSSInternalSoft_Set; in SPI_NSSInternalSoftwareConfig()
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dstm32f2xx_spi.c574 SPIx->CR1 |= SPI_NSSInternalSoft_Set; in SPI_NSSInternalSoftwareConfig()
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_spi.c650 SPIx->CR1 |= SPI_NSSInternalSoft_Set; in SPI_NSSInternalSoftwareConfig()

Completed in 19 milliseconds