Home
last modified time | relevance | path

Searched refs:cmdtype (Results 1 – 10 of 10) sorted by relevance

/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_lpuart.c300 void lpuart_command_enable(uint32_t cmdtype) in lpuart_command_enable() argument
302 LPUART_CMD |= (cmdtype); in lpuart_command_enable()
Dgd32l23x_usart.c438 void usart_command_enable(uint32_t usart_periph, uint32_t cmdtype) in usart_command_enable() argument
440 USART_CMD(usart_periph) |= (cmdtype); in usart_command_enable()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_usart.c1081 void usart_command_enable(uint32_t usart_periph, uint32_t cmdtype) in usart_command_enable() argument
1083 USART_CMD(usart_periph) |= (cmdtype); in usart_command_enable()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_usart.c429 void usart_command_enable(uint32_t usart_periph, uint32_t cmdtype) in usart_command_enable() argument
431 USART_CMD(usart_periph) |= (cmdtype); in usart_command_enable()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_usart.c1755 void usart5_command_enable(uint32_t usart_periph, uint32_t cmdtype) in usart5_command_enable() argument
1757 USART5_CMD(usart_periph) |= (cmdtype); in usart5_command_enable()
/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_lpuart.h350 void lpuart_command_enable(uint32_t cmdtype);
Dgd32l23x_usart.h477 void usart_command_enable(uint32_t usart_periph, uint32_t cmdtype);
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_usart.h572 void usart_command_enable(uint32_t usart_periph, uint32_t cmdtype);
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_usart.h465 void usart_command_enable(uint32_t usart_periph, uint32_t cmdtype);
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_usart.h843 void usart5_command_enable(uint32_t usart_periph, uint32_t cmdtype);