Home
last modified time | relevance | path

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

12

/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/
A Dft32f0xx_spi.c574 void SPI_I2S_DMACmd(SPI_TypeDef* SPIx, uint16_t SPI_I2S_DMAReq, FunctionalState NewState) in SPI_I2S_DMACmd() argument
579 assert_param(IS_SPI_I2S_DMA_REQ(SPI_I2S_DMAReq)); in SPI_I2S_DMACmd()
584 SPIx->CR2 |= SPI_I2S_DMAReq; in SPI_I2S_DMACmd()
589 SPIx->CR2 &= (uint16_t)~SPI_I2S_DMAReq; in SPI_I2S_DMACmd()
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/
A Dair32f10x_spi.c458 void SPI_I2S_DMACmd(SPI_TypeDef* SPIx, uint16_t SPI_I2S_DMAReq, FunctionalState NewState) in SPI_I2S_DMACmd() argument
463 assert_param(IS_SPI_I2S_DMAREQ(SPI_I2S_DMAReq)); in SPI_I2S_DMACmd()
467 SPIx->CR2 |= SPI_I2S_DMAReq; in SPI_I2S_DMACmd()
472 SPIx->CR2 &= (uint16_t)~SPI_I2S_DMAReq; in SPI_I2S_DMACmd()
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/src/
A Dn32l40x_spi.c477 void SPI_I2S_EnableDma(SPI_Module* SPIx, uint16_t SPI_I2S_DMAReq, FunctionalState Cmd) in SPI_I2S_EnableDma() argument
482 assert_param(IS_SPI_I2S_DMA(SPI_I2S_DMAReq)); in SPI_I2S_EnableDma()
486 SPIx->CTRL2 |= SPI_I2S_DMAReq; in SPI_I2S_EnableDma()
491 SPIx->CTRL2 &= (uint16_t)~SPI_I2S_DMAReq; in SPI_I2S_EnableDma()
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/src/
A Dn32l43x_spi.c477 void SPI_I2S_EnableDma(SPI_Module* SPIx, uint16_t SPI_I2S_DMAReq, FunctionalState Cmd) in SPI_I2S_EnableDma() argument
482 assert_param(IS_SPI_I2S_DMA(SPI_I2S_DMAReq)); in SPI_I2S_EnableDma()
486 SPIx->CTRL2 |= SPI_I2S_DMAReq; in SPI_I2S_EnableDma()
491 SPIx->CTRL2 &= (uint16_t)~SPI_I2S_DMAReq; in SPI_I2S_EnableDma()
/bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/src/
A Dn32g4fr_spi.c486 void SPI_I2S_EnableDma(SPI_Module* SPIx, uint16_t SPI_I2S_DMAReq, FunctionalState Cmd) in SPI_I2S_EnableDma() argument
491 assert_param(IS_SPI_I2S_DMA(SPI_I2S_DMAReq)); in SPI_I2S_EnableDma()
495 SPIx->CTRL2 |= SPI_I2S_DMAReq; in SPI_I2S_EnableDma()
500 SPIx->CTRL2 &= (uint16_t)~SPI_I2S_DMAReq; in SPI_I2S_EnableDma()
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/src/
A Dn32wb452_spi.c486 void SPI_I2S_EnableDma(SPI_Module* SPIx, uint16_t SPI_I2S_DMAReq, FunctionalState Cmd) in SPI_I2S_EnableDma() argument
491 assert_param(IS_SPI_I2S_DMA(SPI_I2S_DMAReq)); in SPI_I2S_EnableDma()
495 SPIx->CTRL2 |= SPI_I2S_DMAReq; in SPI_I2S_EnableDma()
500 SPIx->CTRL2 &= (uint16_t)~SPI_I2S_DMAReq; in SPI_I2S_EnableDma()
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/src/
A Dn32g43x_spi.c477 void SPI_I2S_EnableDma(SPI_Module* SPIx, uint16_t SPI_I2S_DMAReq, FunctionalState Cmd) in SPI_I2S_EnableDma() argument
482 assert_param(IS_SPI_I2S_DMA(SPI_I2S_DMAReq)); in SPI_I2S_EnableDma()
486 SPIx->CTRL2 |= SPI_I2S_DMAReq; in SPI_I2S_EnableDma()
491 SPIx->CTRL2 &= (uint16_t)~SPI_I2S_DMAReq; in SPI_I2S_EnableDma()
/bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/src/
A Dn32g45x_spi.c486 void SPI_I2S_EnableDma(SPI_Module* SPIx, uint16_t SPI_I2S_DMAReq, FunctionalState Cmd) in SPI_I2S_EnableDma() argument
491 assert_param(IS_SPI_I2S_DMA(SPI_I2S_DMAReq)); in SPI_I2S_EnableDma()
495 SPIx->CTRL2 |= SPI_I2S_DMAReq; in SPI_I2S_EnableDma()
500 SPIx->CTRL2 &= (uint16_t)~SPI_I2S_DMAReq; in SPI_I2S_EnableDma()
/bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/src/
A Dn32g45x_spi.c486 void SPI_I2S_EnableDma(SPI_Module* SPIx, uint16_t SPI_I2S_DMAReq, FunctionalState Cmd) in SPI_I2S_EnableDma() argument
491 assert_param(IS_SPI_I2S_DMA(SPI_I2S_DMAReq)); in SPI_I2S_EnableDma()
495 SPIx->CTRL2 |= SPI_I2S_DMAReq; in SPI_I2S_EnableDma()
500 SPIx->CTRL2 &= (uint16_t)~SPI_I2S_DMAReq; in SPI_I2S_EnableDma()
/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32f10x_spi.c295 void SPI_I2S_DMACmd(SPI_TypeDef* SPIx, uint16_t SPI_I2S_DMAReq, FunctionalState NewState) in SPI_I2S_DMACmd() argument
299 SPIx->CTLR2 |= SPI_I2S_DMAReq; in SPI_I2S_DMACmd()
303 SPIx->CTLR2 &= (uint16_t)~SPI_I2S_DMAReq; in SPI_I2S_DMACmd()
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32f20x_spi.c295 void SPI_I2S_DMACmd(SPI_TypeDef* SPIx, uint16_t SPI_I2S_DMAReq, FunctionalState NewState) in SPI_I2S_DMACmd() argument
299 SPIx->CTLR2 |= SPI_I2S_DMAReq; in SPI_I2S_DMACmd()
303 SPIx->CTLR2 &= (uint16_t)~SPI_I2S_DMAReq; in SPI_I2S_DMACmd()
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32v10x_spi.c320 void SPI_I2S_DMACmd(SPI_TypeDef *SPIx, uint16_t SPI_I2S_DMAReq, FunctionalState NewState) in SPI_I2S_DMACmd() argument
324 SPIx->CTLR2 |= SPI_I2S_DMAReq; in SPI_I2S_DMACmd()
328 SPIx->CTLR2 &= (uint16_t)~SPI_I2S_DMAReq; in SPI_I2S_DMACmd()
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/
A Dhk32f0xx_spi.c970 void SPI_I2S_DMACmd(SPI_TypeDef *SPIx, uint16_t SPI_I2S_DMAReq, FunctionalState NewState) in SPI_I2S_DMACmd() argument
975 assert_param(IS_SPI_I2S_DMA_REQ(SPI_I2S_DMAReq)); in SPI_I2S_DMACmd()
980 SPIx->CR2 |= SPI_I2S_DMAReq; in SPI_I2S_DMACmd()
985 SPIx->CR2 &= (uint16_t)~SPI_I2S_DMAReq; in SPI_I2S_DMACmd()
/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f10x_spi.h198 void SPI_I2S_DMACmd(SPI_TypeDef* SPIx, uint16_t SPI_I2S_DMAReq, FunctionalState NewState);
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f20x_spi.h198 void SPI_I2S_DMACmd(SPI_TypeDef* SPIx, uint16_t SPI_I2S_DMAReq, FunctionalState NewState);
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32v10x_spi.h198 void SPI_I2S_DMACmd(SPI_TypeDef *SPIx, uint16_t SPI_I2S_DMAReq, FunctionalState NewState);
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dair32f10x_spi.h432 void SPI_I2S_DMACmd(SPI_TypeDef* SPIx, uint16_t SPI_I2S_DMAReq, FunctionalState NewState);
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/inc/
A Dn32l43x_spi.h438 void SPI_I2S_EnableDma(SPI_Module* SPIx, uint16_t SPI_I2S_DMAReq, FunctionalState Cmd);
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/inc/
A Dn32wb452_spi.h439 void SPI_I2S_EnableDma(SPI_Module* SPIx, uint16_t SPI_I2S_DMAReq, FunctionalState Cmd);
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/inc/
A Dn32l40x_spi.h438 void SPI_I2S_EnableDma(SPI_Module* SPIx, uint16_t SPI_I2S_DMAReq, FunctionalState Cmd);
/bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/inc/
A Dn32g4fr_spi.h439 void SPI_I2S_EnableDma(SPI_Module* SPIx, uint16_t SPI_I2S_DMAReq, FunctionalState Cmd);
/bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/inc/
A Dn32g45x_spi.h439 void SPI_I2S_EnableDma(SPI_Module* SPIx, uint16_t SPI_I2S_DMAReq, FunctionalState Cmd);
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/inc/
A Dn32g43x_spi.h438 void SPI_I2S_EnableDma(SPI_Module* SPIx, uint16_t SPI_I2S_DMAReq, FunctionalState Cmd);
/bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/inc/
A Dn32g45x_spi.h439 void SPI_I2S_EnableDma(SPI_Module* SPIx, uint16_t SPI_I2S_DMAReq, FunctionalState Cmd);
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/
A Dft32f0xx_spi.h515 void SPI_I2S_DMACmd(SPI_TypeDef* SPIx, uint16_t SPI_I2S_DMAReq, FunctionalState NewState);

Completed in 47 milliseconds

12