Home
last modified time | relevance | path

Searched refs:SPI_I2S_DMAReq (Results 1 – 6 of 6) sorted by relevance

/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dstm32f10x_spi.c520 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 Dstm32f2xx_spi.c879 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 Dstm32f4xx_spi.c1016 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 Dstm32f10x_spi.h453 void SPI_I2S_DMACmd(SPI_TypeDef* SPIx, uint16_t SPI_I2S_DMAReq, FunctionalState NewState);
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_spi.h503 void SPI_I2S_DMACmd(SPI_TypeDef* SPIx, uint16_t SPI_I2S_DMAReq, FunctionalState NewState);
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_spi.h526 void SPI_I2S_DMACmd(SPI_TypeDef* SPIx, uint16_t SPI_I2S_DMAReq, FunctionalState NewState);

Completed in 12 milliseconds