Searched refs:SPI_I2S_DMAReq (Results 1 – 6 of 6) sorted by relevance
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/ |
A D | stm32f10x_spi.c | 520 void SPI_I2S_DMACmd(SPI_TypeDef* SPIx, uint16_t SPI_I2S_DMAReq, FunctionalState NewState) in SPI_I2S_DMACmd() argument 525 assert_param(IS_SPI_I2S_DMAREQ(SPI_I2S_DMAReq)); in SPI_I2S_DMACmd() 529 SPIx->CR2 |= SPI_I2S_DMAReq; in SPI_I2S_DMACmd() 534 SPIx->CR2 &= (uint16_t)~SPI_I2S_DMAReq; in SPI_I2S_DMACmd()
|
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/ |
A D | stm32f2xx_spi.c | 879 void SPI_I2S_DMACmd(SPI_TypeDef* SPIx, uint16_t SPI_I2S_DMAReq, FunctionalState NewState) in SPI_I2S_DMACmd() argument 884 assert_param(IS_SPI_I2S_DMAREQ(SPI_I2S_DMAReq)); in SPI_I2S_DMACmd() 889 SPIx->CR2 |= SPI_I2S_DMAReq; in SPI_I2S_DMACmd() 894 SPIx->CR2 &= (uint16_t)~SPI_I2S_DMAReq; in SPI_I2S_DMACmd()
|
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/ |
A D | stm32f4xx_spi.c | 1016 void SPI_I2S_DMACmd(SPI_TypeDef* SPIx, uint16_t SPI_I2S_DMAReq, FunctionalState NewState) in SPI_I2S_DMACmd() argument 1021 assert_param(IS_SPI_I2S_DMAREQ(SPI_I2S_DMAReq)); in SPI_I2S_DMACmd() 1026 SPIx->CR2 |= SPI_I2S_DMAReq; in SPI_I2S_DMACmd() 1031 SPIx->CR2 &= (uint16_t)~SPI_I2S_DMAReq; in SPI_I2S_DMACmd()
|
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/ |
A D | stm32f10x_spi.h | 453 void SPI_I2S_DMACmd(SPI_TypeDef* SPIx, uint16_t SPI_I2S_DMAReq, FunctionalState NewState);
|
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/ |
A D | stm32f2xx_spi.h | 503 void SPI_I2S_DMACmd(SPI_TypeDef* SPIx, uint16_t SPI_I2S_DMAReq, FunctionalState NewState);
|
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/ |
A D | stm32f4xx_spi.h | 526 void SPI_I2S_DMACmd(SPI_TypeDef* SPIx, uint16_t SPI_I2S_DMAReq, FunctionalState NewState);
|
Completed in 12 milliseconds