Home
last modified time | relevance | path

Searched refs:USART5_CTL2_DDRE (Results 1 – 2 of 2) sorted by relevance

/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_usart.c1532 USART5_CTL2(usart_periph) &= ~(USART5_CTL2_DDRE); in usart5_reception_error_dma_enable()
1546 USART5_CTL2(usart_periph) |= USART5_CTL2_DDRE; in usart5_reception_error_dma_disable()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_usart.h223 #define USART5_CTL2_DDRE BIT(13) /*!< disable DMA on reception error */ macro