Searched refs:SPI_RxFIFOThreshold (Results 1 – 4 of 4) sorted by relevance
261 void SPI_RxFIFOThresholdConfig(SPI_TypeDef* SPIx, uint16_t SPI_RxFIFOThreshold) in SPI_RxFIFOThresholdConfig() argument265 assert_param(IS_SPI_RX_FIFO_THRESHOLD(SPI_RxFIFOThreshold)); in SPI_RxFIFOThresholdConfig()271 SPIx->CR2 |= SPI_RxFIFOThreshold; in SPI_RxFIFOThresholdConfig()
538 void SPI_RxFIFOThresholdConfig(SPI_TypeDef *SPIx, uint16_t SPI_RxFIFOThreshold) in SPI_RxFIFOThresholdConfig() argument542 assert_param(IS_SPI_RX_FIFO_THRESHOLD(SPI_RxFIFOThreshold)); in SPI_RxFIFOThresholdConfig()548 SPIx->CR2 |= SPI_RxFIFOThreshold; in SPI_RxFIFOThresholdConfig()
496 void SPI_RxFIFOThresholdConfig(SPI_TypeDef* SPIx, uint16_t SPI_RxFIFOThreshold);
524 void SPI_RxFIFOThresholdConfig(SPI_TypeDef* SPIx, uint16_t SPI_RxFIFOThreshold);
Completed in 18 milliseconds