Home
last modified time | relevance | path

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

/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/
A Dft32f0xx_spi.c261 void SPI_RxFIFOThresholdConfig(SPI_TypeDef* SPIx, uint16_t SPI_RxFIFOThreshold) in SPI_RxFIFOThresholdConfig() argument
265 assert_param(IS_SPI_RX_FIFO_THRESHOLD(SPI_RxFIFOThreshold)); in SPI_RxFIFOThresholdConfig()
271 SPIx->CR2 |= SPI_RxFIFOThreshold; in SPI_RxFIFOThresholdConfig()
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/
A Dhk32f0xx_spi.c538 void SPI_RxFIFOThresholdConfig(SPI_TypeDef *SPIx, uint16_t SPI_RxFIFOThreshold) in SPI_RxFIFOThresholdConfig() argument
542 assert_param(IS_SPI_RX_FIFO_THRESHOLD(SPI_RxFIFOThreshold)); in SPI_RxFIFOThresholdConfig()
548 SPIx->CR2 |= SPI_RxFIFOThreshold; in SPI_RxFIFOThresholdConfig()
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/
A Dft32f0xx_spi.h496 void SPI_RxFIFOThresholdConfig(SPI_TypeDef* SPIx, uint16_t SPI_RxFIFOThreshold);
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/
A Dhk32f0xx_spi.h524 void SPI_RxFIFOThresholdConfig(SPI_TypeDef* SPIx, uint16_t SPI_RxFIFOThreshold);

Completed in 18 milliseconds