Lines Matching refs:BIT

26 #define USART_CR1_UE		BIT(0)
27 #define USART_CR1_UESM BIT(1)
28 #define USART_CR1_RE BIT(2)
29 #define USART_CR1_TE BIT(3)
30 #define USART_CR1_IDLEIE BIT(4)
31 #define USART_CR1_RXNEIE BIT(5)
32 #define USART_CR1_TCIE BIT(6)
33 #define USART_CR1_TXEIE BIT(7)
34 #define USART_CR1_PEIE BIT(8)
35 #define USART_CR1_PS BIT(9)
36 #define USART_CR1_PCE BIT(10)
37 #define USART_CR1_WAKE BIT(11)
38 #define USART_CR1_M (BIT(28) | BIT(12))
39 #define USART_CR1_M0 BIT(12)
40 #define USART_CR1_MME BIT(13)
41 #define USART_CR1_CMIE BIT(14)
42 #define USART_CR1_OVER8 BIT(15)
44 #define USART_CR1_DEDT_0 BIT(16)
45 #define USART_CR1_DEDT_1 BIT(17)
46 #define USART_CR1_DEDT_2 BIT(18)
47 #define USART_CR1_DEDT_3 BIT(19)
48 #define USART_CR1_DEDT_4 BIT(20)
50 #define USART_CR1_DEAT_0 BIT(21)
51 #define USART_CR1_DEAT_1 BIT(22)
52 #define USART_CR1_DEAT_2 BIT(23)
53 #define USART_CR1_DEAT_3 BIT(24)
54 #define USART_CR1_DEAT_4 BIT(25)
55 #define USART_CR1_RTOIE BIT(26)
56 #define USART_CR1_EOBIE BIT(27)
57 #define USART_CR1_M1 BIT(28)
58 #define USART_CR1_FIFOEN BIT(29)
59 #define USART_CR1_TXFEIE BIT(30)
60 #define USART_CR1_RXFFIE BIT(31)
63 #define USART_CR2_SLVEN BIT(0)
64 #define USART_CR2_DIS_NSS BIT(3)
65 #define USART_CR2_ADDM7 BIT(4)
66 #define USART_CR2_LBDL BIT(5)
67 #define USART_CR2_LBDIE BIT(6)
68 #define USART_CR2_LBCL BIT(8)
69 #define USART_CR2_CPHA BIT(9)
70 #define USART_CR2_CPOL BIT(10)
71 #define USART_CR2_CLKEN BIT(11)
73 #define USART_CR2_STOP_0 BIT(12)
74 #define USART_CR2_STOP_1 BIT(13)
75 #define USART_CR2_LINEN BIT(14)
76 #define USART_CR2_SWAP BIT(15)
77 #define USART_CR2_RXINV BIT(16)
78 #define USART_CR2_TXINV BIT(17)
79 #define USART_CR2_DATAINV BIT(18)
80 #define USART_CR2_MSBFIRST BIT(19)
81 #define USART_CR2_ABREN BIT(20)
83 #define USART_CR2_ABRMODE_0 BIT(21)
84 #define USART_CR2_ABRMODE_1 BIT(22)
85 #define USART_CR2_RTOEN BIT(23)
89 #define USART_CR3_EIE BIT(0)
90 #define USART_CR3_IREN BIT(1)
91 #define USART_CR3_IRLP BIT(2)
92 #define USART_CR3_HDSEL BIT(3)
93 #define USART_CR3_NACK BIT(4)
94 #define USART_CR3_SCEN BIT(5)
95 #define USART_CR3_DMAR BIT(6)
96 #define USART_CR3_DMAT BIT(7)
97 #define USART_CR3_RTSE BIT(8)
98 #define USART_CR3_CTSE BIT(9)
99 #define USART_CR3_CTSIE BIT(10)
100 #define USART_CR3_ONEBIT BIT(11)
101 #define USART_CR3_OVRDIS BIT(12)
102 #define USART_CR3_DDRE BIT(13)
103 #define USART_CR3_DEM BIT(14)
104 #define USART_CR3_DEP BIT(15)
106 #define USART_CR3_SCARCNT_0 BIT(17)
107 #define USART_CR3_SCARCNT_1 BIT(18)
108 #define USART_CR3_SCARCNT_2 BIT(19)
110 #define USART_CR3_WUS_0 BIT(20)
111 #define USART_CR3_WUS_1 BIT(21)
112 #define USART_CR3_WUFIE BIT(22)
113 #define USART_CR3_TXFTIE BIT(23)
114 #define USART_CR3_TCBGTIE BIT(24)
116 #define USART_CR3_RXFTCFG_0 BIT(25)
117 #define USART_CR3_RXFTCFG_1 BIT(26)
118 #define USART_CR3_RXFTCFG_2 BIT(27)
119 #define USART_CR3_RXFTIE BIT(28)
121 #define USART_CR3_TXFTCFG_0 BIT(29)
122 #define USART_CR3_TXFTCFG_1 BIT(30)
123 #define USART_CR3_TXFTCFG_2 BIT(31)
138 #define USART_RQR_ABRRQ BIT(0)
139 #define USART_RQR_SBKRQ BIT(1)
140 #define USART_RQR_MMRQ BIT(2)
141 #define USART_RQR_RXFRQ BIT(3)
142 #define USART_RQR_TXFRQ BIT(4)
145 #define USART_ISR_PE BIT(0)
146 #define USART_ISR_FE BIT(1)
147 #define USART_ISR_NE BIT(2)
148 #define USART_ISR_ORE BIT(3)
149 #define USART_ISR_IDLE BIT(4)
150 #define USART_ISR_RXNE BIT(5)
151 #define USART_ISR_TC BIT(6)
152 #define USART_ISR_TXE BIT(7)
153 #define USART_ISR_LBDF BIT(8)
154 #define USART_ISR_CTSIF BIT(9)
155 #define USART_ISR_CTS BIT(10)
156 #define USART_ISR_RTOF BIT(11)
157 #define USART_ISR_EOBF BIT(12)
158 #define USART_ISR_UDR BIT(13)
159 #define USART_ISR_ABRE BIT(14)
160 #define USART_ISR_ABRF BIT(15)
161 #define USART_ISR_BUSY BIT(16)
162 #define USART_ISR_CMF BIT(17)
163 #define USART_ISR_SBKF BIT(18)
164 #define USART_ISR_RWU BIT(19)
165 #define USART_ISR_WUF BIT(20)
166 #define USART_ISR_TEACK BIT(21)
167 #define USART_ISR_REACK BIT(22)
168 #define USART_ISR_TXFE BIT(23)
169 #define USART_ISR_RXFF BIT(24)
170 #define USART_ISR_TCBGT BIT(25)
171 #define USART_ISR_RXFT BIT(26)
172 #define USART_ISR_TXFT BIT(27)
175 #define USART_ICR_PECF BIT(0)
176 #define USART_ICR_FECF BIT(1)
177 #define USART_ICR_NCF BIT(2)
178 #define USART_ICR_ORECF BIT(3)
179 #define USART_ICR_IDLECF BIT(4)
180 #define USART_ICR_TCCF BIT(6)
181 #define USART_ICR_TCBGT BIT(7)
182 #define USART_ICR_LBDCF BIT(8)
183 #define USART_ICR_CTSCF BIT(9)
184 #define USART_ICR_RTOCF BIT(11)
185 #define USART_ICR_EOBCF BIT(12)
186 #define USART_ICR_UDRCF BIT(13)
187 #define USART_ICR_CMCF BIT(17)
188 #define USART_ICR_WUCF BIT(20)