Lines Matching defs:usartx

53 #define USART_STAT0(usartx)           REG32((usartx) + 0x000000000U)        /*!< USART status regis…  argument
54 #define USART_DATA(usartx) REG32((usartx) + 0x000000004U) /*!< USART data registe… argument
55 #define USART_BAUD(usartx) REG32((usartx) + 0x000000008U) /*!< USART baud rate re… argument
56 #define USART_CTL0(usartx) REG32((usartx) + 0x00000000CU) /*!< USART control regi… argument
57 #define USART_CTL1(usartx) REG32((usartx) + 0x000000010U) /*!< USART control regi… argument
58 #define USART_CTL2(usartx) REG32((usartx) + 0x000000014U) /*!< USART control regi… argument
59 #define USART_GP(usartx) REG32((usartx) + 0x000000018U) /*!< USART guard time a… argument
60 #define USART_CTL3(usartx) REG32((usartx) + 0x000000080U) /*!< USART control regi… argument
61 #define USART_RT(usartx) REG32((usartx) + 0x000000084U) /*!< USART receiver tim… argument
62 #define USART_STAT1(usartx) REG32((usartx) + 0x000000088U) /*!< USART status regis… argument
63 #define USART_GDCTL(usartx) REG32((usartx) + 0x0000000D0U) /*!< USART GD control r… argument
66 #define USART5_CTL0(usartx) REG32((usartx) + 0x000000000U) /*!< USART5 control reg… argument
67 #define USART5_CTL1(usartx) REG32((usartx) + 0x000000004U) /*!< USART5 control reg… argument
68 #define USART5_CTL2(usartx) REG32((usartx) + 0x000000008U) /*!< USART5 control reg… argument
69 #define USART5_BAUD(usartx) REG32((usartx) + 0x00000000CU) /*!< USART5 baud rate r… argument
70 #define USART5_GP(usartx) REG32((usartx) + 0x000000010U) /*!< USART5 guard time … argument
71 #define USART5_RT(usartx) REG32((usartx) + 0x000000014U) /*!< USART5 receiver ti… argument
72 #define USART5_CMD(usartx) REG32((usartx) + 0x000000018U) /*!< USART5 command reg… argument
73 #define USART5_STAT(usartx) REG32((usartx) + 0x00000001CU) /*!< USART5 status regi… argument
74 #define USART5_INTC(usartx) REG32((usartx) + 0x000000020U) /*!< USART5 interrupt s… argument
75 #define USART5_RDATA(usartx) REG32((usartx) + 0x000000024U) /*!< USART5 receive dat… argument
76 #define USART5_TDATA(usartx) REG32((usartx) + 0x000000028U) /*!< USART5 transmit da… argument
77 #define USART5_CHC(usartx) REG32((usartx) + 0x0000000C0U) /*!< USART5 coherence c… argument
78 #define USART5_RFCS(usartx) REG32((usartx) + 0x0000000D0U) /*!< USART5 receive FIF… argument
303 #define USART_REG_VAL(usartx, offset) (REG32((usartx) + (((uint32_t)(offset) & 0xFFFFU) >> 6)… argument
307 #define USART_REG_VAL2(usartx, offset) (REG32((usartx) + ((uint32_t)(offset) >> 22))) argument