Lines Matching defs:usartx
47 #define USART_CTL0(usartx) REG32((usartx) + 0x00000000U) /*!< USART control register 0 … argument
48 #define USART_CTL1(usartx) REG32((usartx) + 0x00000004U) /*!< USART control register 1 … argument
49 #define USART_CTL2(usartx) REG32((usartx) + 0x00000008U) /*!< USART control register 2 … argument
50 #define USART_BAUD(usartx) REG32((usartx) + 0x0000000CU) /*!< USART baud rate register … argument
51 #define USART_GP(usartx) REG32((usartx) + 0x00000010U) /*!< USART guard time and pres… argument
52 #define USART_RT(usartx) REG32((usartx) + 0x00000014U) /*!< USART receiver timeout re… argument
53 #define USART_CMD(usartx) REG32((usartx) + 0x00000018U) /*!< USART command register */ argument
54 #define USART_STAT(usartx) REG32((usartx) + 0x0000001CU) /*!< USART status register */ argument
55 #define USART_INTC(usartx) REG32((usartx) + 0x00000020U) /*!< USART status clear regist… argument
56 #define USART_RDATA(usartx) REG32((usartx) + 0x00000024U) /*!< USART receive data regist… argument
57 #define USART_TDATA(usartx) REG32((usartx) + 0x00000028U) /*!< USART transmit data regis… argument
58 #define USART_RFCS(usartx) REG32((usartx) + 0x000000D0U) /*!< USART receive FIFO contro… argument
200 #define USART_REG_VAL(usartx, offset) (REG32((usartx) + (((uint32_t)(offset) & 0x0000FFFFU) >… argument
204 #define USART_REG_VAL2(usartx, offset) (REG32((usartx) + ((uint32_t)(offset) >> 22))) argument