Home
last modified time | relevance | path

Searched defs:usartx (Results 1 – 1 of 1) sorted by relevance

/kernel/liteos_m/targets/riscv_nuclei_gd32vf103_soc_gcc/SoC/gd32vf103/Common/Include/
Dgd32vf103_usart.h50 #define USART_STAT(usartx) REG32((usartx) + (0x00000000U)) /*!< USART status register … argument
51 #define USART_DATA(usartx) REG32((usartx) + (0x00000004U)) /*!< USART data register */ argument
52 #define USART_BAUD(usartx) REG32((usartx) + (0x00000008U)) /*!< USART baud rate regist… argument
53 #define USART_CTL0(usartx) REG32((usartx) + (0x0000000CU)) /*!< USART control register… argument
54 #define USART_CTL1(usartx) REG32((usartx) + (0x00000010U)) /*!< USART control register… argument
55 #define USART_CTL2(usartx) REG32((usartx) + (0x00000014U)) /*!< USART control register… argument
56 #define USART_GP(usartx) REG32((usartx) + (0x00000018U)) /*!< USART guard time and p… argument
125 #define USART_REG_VAL(usartx, offset) (REG32((usartx) + (((uint32_t)(offset) & (0x0000FFFFU)… argument
129 #define USART_REG_VAL2(usartx, offset) (REG32((usartx) + ((uint32_t)(offset) >> 22))) argument