Home
last modified time | relevance | path

Searched refs:SPI_NSSInternalSoft (Results 1 – 2 of 2) sorted by relevance

/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/src/
Dstm32f4xx_spi.c642 void SPI_NSSInternalSoftwareConfig(SPI_TypeDef* SPIx, uint16_t SPI_NSSInternalSoft) in SPI_NSSInternalSoftwareConfig() argument
646 assert_param(IS_SPI_NSS_INTERNAL(SPI_NSSInternalSoft)); in SPI_NSSInternalSoftwareConfig()
647 if (SPI_NSSInternalSoft != SPI_NSSInternalSoft_Reset) in SPI_NSSInternalSoftwareConfig()
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/inc/
Dstm32f4xx_spi.h509 void SPI_NSSInternalSoftwareConfig(SPI_TypeDef* SPIx, uint16_t SPI_NSSInternalSoft);