Lines Matching defs:usartx
51 #define USART_STAT0(usartx) REG32((usartx) + 0x00U) /*!< USART status register 0 */ argument
52 #define USART_DATA(usartx) REG32((usartx) + 0x04U) /*!< USART data register */ argument
53 #define USART_BAUD(usartx) REG32((usartx) + 0x08U) /*!< USART baud rate register … argument
54 #define USART_CTL0(usartx) REG32((usartx) + 0x0CU) /*!< USART control register 0 … argument
55 #define USART_CTL1(usartx) REG32((usartx) + 0x10U) /*!< USART control register 1 … argument
56 #define USART_CTL2(usartx) REG32((usartx) + 0x14U) /*!< USART control register 2 … argument
57 #define USART_GP(usartx) REG32((usartx) + 0x18U) /*!< USART guard time and pres… argument
58 #define USART_CTL3(usartx) REG32((usartx) + 0x80U) /*!< USART control register 3 … argument
59 #define USART_RT(usartx) REG32((usartx) + 0x84U) /*!< USART receiver timeout re… argument
60 #define USART_STAT1(usartx) REG32((usartx) + 0x88U) /*!< USART status register 1 */ argument
61 #define USART_CHC(usartx) REG32((usartx) + 0xC0U) /*!< USART coherence control r… argument
153 #define USART_REG_VAL(usartx, offset) (REG32((usartx) + (((uint32_t)(offset) & 0xFFFFU) >> 6)… argument
157 #define USART_REG_VAL2(usartx, offset) (REG32((usartx) + ((uint32_t)(offset) >> 22))) argument