Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_usart.c1051 USART_CTL2(usart_periph) |= USART_CTL2_DDRE; in usart_reception_error_dma_disable()
1065 USART_CTL2(usart_periph) &= ~(USART_CTL2_DDRE); in usart_reception_error_dma_enable()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_usart.c1009 USART_CTL2(usart_periph) |= USART_CTL2_DDRE; in usart_reception_error_dma_disable()
1023 USART_CTL2(usart_periph) &= ~(USART_CTL2_DDRE); in usart_reception_error_dma_enable()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_usart.c1002 USART_CTL2(usart_periph) |= USART_CTL2_DDRE; in usart_reception_error_dma_disable()
1016 USART_CTL2(usart_periph) &= ~(USART_CTL2_DDRE); in usart_reception_error_dma_enable()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_usart.h117 #define USART_CTL2_DDRE BIT(13) /*!< disable DMA on reception … macro
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_usart.h115 #define USART_CTL2_DDRE BIT(13) /*!< disable DMA on rece… macro
/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_usart.h118 #define USART_CTL2_DDRE BIT(13) /*!< disable DMA on rece… macro