| /bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/src/ |
| A D | n32l43x_usart.c | 422 void USART_EnableDMA(USART_Module* USARTx, uint16_t USART_DMAReq, FunctionalState Cmd) in USART_EnableDMA() argument 426 assert_param(IS_USART_DMAREQ(USART_DMAReq)); in USART_EnableDMA() 432 USARTx->CTRL3 |= USART_DMAReq; in USART_EnableDMA() 438 USARTx->CTRL3 &= (uint16_t)~USART_DMAReq; in USART_EnableDMA()
|
| /bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/src/ |
| A D | n32l40x_usart.c | 422 void USART_EnableDMA(USART_Module* USARTx, uint16_t USART_DMAReq, FunctionalState Cmd) in USART_EnableDMA() argument 426 assert_param(IS_USART_DMAREQ(USART_DMAReq)); in USART_EnableDMA() 432 USARTx->CTRL3 |= USART_DMAReq; in USART_EnableDMA() 438 USARTx->CTRL3 &= (uint16_t)~USART_DMAReq; in USART_EnableDMA()
|
| /bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/src/ |
| A D | n32g43x_usart.c | 422 void USART_EnableDMA(USART_Module* USARTx, uint16_t USART_DMAReq, FunctionalState Cmd) in USART_EnableDMA() argument 426 assert_param(IS_USART_DMAREQ(USART_DMAReq)); in USART_EnableDMA() 432 USARTx->CTRL3 |= USART_DMAReq; in USART_EnableDMA() 438 USARTx->CTRL3 &= (uint16_t)~USART_DMAReq; in USART_EnableDMA()
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/ |
| A D | air32f10x_usart.c | 426 void USART_DMACmd(USART_TypeDef* USARTx, uint16_t USART_DMAReq, FunctionalState NewState) in USART_DMACmd() argument 430 assert_param(IS_USART_DMAREQ(USART_DMAReq)); in USART_DMACmd() 436 USARTx->CR3 |= USART_DMAReq; in USART_DMACmd() 442 USARTx->CR3 &= (uint16_t)~USART_DMAReq; in USART_DMACmd()
|
| /bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/src/ |
| A D | n32g4fr_usart.c | 440 void USART_EnableDMA(USART_Module* USARTx, uint16_t USART_DMAReq, FunctionalState Cmd) in USART_EnableDMA() argument 444 assert_param(IS_USART_DMAREQ(USART_DMAReq)); in USART_EnableDMA() 450 USARTx->CTRL3 |= USART_DMAReq; in USART_EnableDMA() 456 USARTx->CTRL3 &= (uint16_t)~USART_DMAReq; in USART_EnableDMA()
|
| /bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/src/ |
| A D | n32g45x_usart.c | 440 void USART_EnableDMA(USART_Module* USARTx, uint16_t USART_DMAReq, FunctionalState Cmd) in USART_EnableDMA() argument 444 assert_param(IS_USART_DMAREQ(USART_DMAReq)); in USART_EnableDMA() 450 USARTx->CTRL3 |= USART_DMAReq; in USART_EnableDMA() 456 USARTx->CTRL3 &= (uint16_t)~USART_DMAReq; in USART_EnableDMA()
|
| /bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/src/ |
| A D | n32wb452_usart.c | 440 void USART_EnableDMA(USART_Module* USARTx, uint16_t USART_DMAReq, FunctionalState Cmd) in USART_EnableDMA() argument 444 assert_param(IS_USART_DMAREQ(USART_DMAReq)); in USART_EnableDMA() 450 USARTx->CTRL3 |= USART_DMAReq; in USART_EnableDMA() 456 USARTx->CTRL3 &= (uint16_t)~USART_DMAReq; in USART_EnableDMA()
|
| /bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/src/ |
| A D | n32g45x_usart.c | 435 void USART_EnableDMA(USART_Module* USARTx, uint16_t USART_DMAReq, FunctionalState Cmd) in USART_EnableDMA() argument 439 assert_param(IS_USART_DMAREQ(USART_DMAReq)); in USART_EnableDMA() 445 USARTx->CTRL3 |= USART_DMAReq; in USART_EnableDMA() 451 USARTx->CTRL3 &= (uint16_t)~USART_DMAReq; in USART_EnableDMA()
|
| /bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/src/ |
| A D | ch32f10x_usart.c | 304 void USART_DMACmd(USART_TypeDef* USARTx, uint16_t USART_DMAReq, FunctionalState NewState) in USART_DMACmd() argument 308 USARTx->CTLR3 |= USART_DMAReq; in USART_DMACmd() 312 USARTx->CTLR3 &= (uint16_t)~USART_DMAReq; in USART_DMACmd()
|
| /bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/src/ |
| A D | ch32f20x_usart.c | 303 void USART_DMACmd(USART_TypeDef* USARTx, uint16_t USART_DMAReq, FunctionalState NewState) in USART_DMACmd() argument 307 USARTx->CTLR3 |= USART_DMAReq; in USART_DMACmd() 311 USARTx->CTLR3 &= (uint16_t)~USART_DMAReq; in USART_DMACmd()
|
| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/src/ |
| A D | ch32v10x_usart.c | 332 void USART_DMACmd(USART_TypeDef *USARTx, uint16_t USART_DMAReq, FunctionalState NewState) in USART_DMACmd() argument 336 USARTx->CTLR3 |= USART_DMAReq; in USART_DMACmd() 340 USARTx->CTLR3 &= (uint16_t)~USART_DMAReq; in USART_DMACmd()
|
| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/ |
| A D | ft32f0xx_usart.c | 817 void USART_DMACmd(USART_TypeDef* USARTx, uint32_t USART_DMAReq, FunctionalState NewState) in USART_DMACmd() argument 821 assert_param(IS_USART_DMAREQ(USART_DMAReq)); in USART_DMACmd() 828 USARTx->CR3 |= USART_DMAReq; in USART_DMACmd() 834 USARTx->CR3 &= (uint32_t)~USART_DMAReq; in USART_DMACmd()
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/ |
| A D | hk32f0xx_usart.c | 1531 void USART_DMACmd(USART_TypeDef *USARTx, uint32_t USART_DMAReq, FunctionalState NewState) in USART_DMACmd() argument 1535 assert_param(IS_USART_DMAREQ(USART_DMAReq)); in USART_DMACmd() 1542 USARTx->CR3 |= USART_DMAReq; in USART_DMACmd() 1548 USARTx->CR3 &= (uint32_t)~USART_DMAReq; in USART_DMACmd()
|
| /bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32f10x_usart.h | 156 void USART_DMACmd(USART_TypeDef* USARTx, uint16_t USART_DMAReq, FunctionalState NewState);
|
| /bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32f20x_usart.h | 159 void USART_DMACmd(USART_TypeDef* USARTx, uint16_t USART_DMAReq, FunctionalState NewState);
|
| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32v10x_usart.h | 158 void USART_DMACmd(USART_TypeDef *USARTx, uint16_t USART_DMAReq, FunctionalState NewState);
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/ |
| A D | air32f10x_usart.h | 350 void USART_DMACmd(USART_TypeDef* USARTx, uint16_t USART_DMAReq, FunctionalState NewState);
|
| /bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/inc/ |
| A D | n32l43x_usart.h | 361 void USART_EnableDMA(USART_Module* USARTx, uint16_t USART_DMAReq, FunctionalState Cmd);
|
| /bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/inc/ |
| A D | n32wb452_usart.h | 362 void USART_EnableDMA(USART_Module* USARTx, uint16_t USART_DMAReq, FunctionalState Cmd);
|
| /bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/inc/ |
| A D | n32l40x_usart.h | 361 void USART_EnableDMA(USART_Module* USARTx, uint16_t USART_DMAReq, FunctionalState Cmd);
|
| /bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/inc/ |
| A D | n32g4fr_usart.h | 362 void USART_EnableDMA(USART_Module* USARTx, uint16_t USART_DMAReq, FunctionalState Cmd);
|
| /bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/inc/ |
| A D | n32g43x_usart.h | 361 void USART_EnableDMA(USART_Module* USARTx, uint16_t USART_DMAReq, FunctionalState Cmd);
|
| /bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/inc/ |
| A D | n32g45x_usart.h | 362 void USART_EnableDMA(USART_Module* USARTx, uint16_t USART_DMAReq, FunctionalState Cmd);
|
| /bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/inc/ |
| A D | n32g45x_usart.h | 362 void USART_EnableDMA(USART_Module* USARTx, uint16_t USART_DMAReq, FunctionalState Cmd);
|
| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/ |
| A D | ft32f0xx_usart.h | 513 void USART_DMACmd(USART_TypeDef* USARTx, uint32_t USART_DMAReq, FunctionalState NewState);
|