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