Searched refs:SPI_NSSInternalSoft (Results 1 – 6 of 6) sorted by relevance
580 void SPI_NSSInternalSoftwareConfig(SPI_TypeDef* SPIx, uint16_t SPI_NSSInternalSoft) in SPI_NSSInternalSoftwareConfig() argument584 assert_param(IS_SPI_NSS_INTERNAL(SPI_NSSInternalSoft)); in SPI_NSSInternalSoftwareConfig()585 if (SPI_NSSInternalSoft != SPI_NSSInternalSoft_Reset) in SPI_NSSInternalSoftwareConfig()
566 void SPI_NSSInternalSoftwareConfig(SPI_TypeDef* SPIx, uint16_t SPI_NSSInternalSoft) in SPI_NSSInternalSoftwareConfig() argument570 assert_param(IS_SPI_NSS_INTERNAL(SPI_NSSInternalSoft)); in SPI_NSSInternalSoftwareConfig()571 if (SPI_NSSInternalSoft != SPI_NSSInternalSoft_Reset) in SPI_NSSInternalSoftwareConfig()
642 void SPI_NSSInternalSoftwareConfig(SPI_TypeDef* SPIx, uint16_t SPI_NSSInternalSoft) in SPI_NSSInternalSoftwareConfig() argument646 assert_param(IS_SPI_NSS_INTERNAL(SPI_NSSInternalSoft)); in SPI_NSSInternalSoftwareConfig()647 if (SPI_NSSInternalSoft != SPI_NSSInternalSoft_Reset) in SPI_NSSInternalSoftwareConfig()
456 void SPI_NSSInternalSoftwareConfig(SPI_TypeDef* SPIx, uint16_t SPI_NSSInternalSoft);
488 void SPI_NSSInternalSoftwareConfig(SPI_TypeDef* SPIx, uint16_t SPI_NSSInternalSoft);
509 void SPI_NSSInternalSoftwareConfig(SPI_TypeDef* SPIx, uint16_t SPI_NSSInternalSoft);
Completed in 12 milliseconds