Home
last modified time | relevance | path

Searched refs:CLEARMSK (Results 1 – 23 of 23) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wlxx/soc/
Dstm32wlxx.h184 #define ATOMIC_MODIFY_REG(REG, CLEARMSK, SETMASK) \ argument
189 MODIFY_REG((REG), (CLEARMSK), (SETMASK)); \
200 #define ATOMIC_MODIFYH_REG(REG, CLEARMSK, SETMASK) ATOMIC_MODIFY_REG(REG, CLEARMSK, SETMASK) argument
223 #define ATOMIC_MODIFY_REG(REG, CLEARMSK, SETMASK) \ argument
227 val = (__LDREXW((__IO uint32_t *)&(REG)) & ~(CLEARMSK)) | (SETMASK); \
250 #define ATOMIC_MODIFYH_REG(REG, CLEARMSK, SETMASK) \ argument
254 val = (__LDREXH((__IO uint16_t *)&(REG)) & ~(CLEARMSK)) | (SETMASK); \
/hal_stm32-latest/stm32cube/stm32u0xx/soc/
Dstm32u0xx.h180 #define ATOMIC_MODIFY_REG(REG, CLEARMSK, SETMASK) \ argument
185 MODIFY_REG((REG), (CLEARMSK), (SETMASK)); \
196 #define ATOMIC_MODIFYH_REG(REG, CLEARMSK, SETMASK) ATOMIC_MODIFY_REG(REG, CLEARMSK, SETMASK) \ argument
/hal_stm32-latest/stm32cube/stm32c0xx/soc/
Dstm32c0xx.h176 #define ATOMIC_MODIFY_REG(REG, CLEARMSK, SETMASK) \ argument
181 MODIFY_REG((REG), (CLEARMSK), (SETMASK)); \
192 #define ATOMIC_MODIFYH_REG(REG, CLEARMSK, SETMASK) ATOMIC_MODIFY_REG(REG, CLEARMSK, SETMASK) \ argument
/hal_stm32-latest/stm32cube/stm32wb0x/soc/
Dstm32wb0x.h202 #define ATOMIC_MODIFY_REG(REG, CLEARMSK, SETMASK) \ argument
207 MODIFY_REG((REG), (CLEARMSK), (SETMASK)); \
218 #define ATOMIC_MODIFYH_REG(REG, CLEARMSK, SETMASK) ATOMIC_MODIFY_REG(REG, CLEARMSK, SETMASK) argument
/hal_stm32-latest/stm32cube/stm32g0xx/soc/
Dstm32g0xx.h206 #define ATOMIC_MODIFY_REG(REG, CLEARMSK, SETMASK) \ argument
211 MODIFY_REG((REG), (CLEARMSK), (SETMASK)); \
222 #define ATOMIC_MODIFYH_REG(REG, CLEARMSK, SETMASK) ATOMIC_MODIFY_REG(REG, CLEARMSK, SETMASK) \ argument
/hal_stm32-latest/stm32cube/stm32wbxx/soc/
Dstm32wbxx.h174 #define ATOMIC_MODIFY_REG(REG, CLEARMSK, SETMASK) \ argument
178 val = (__LDREXW((__IO uint32_t *)&(REG)) & ~(CLEARMSK)) | (SETMASK); \
201 #define ATOMIC_MODIFYH_REG(REG, CLEARMSK, SETMASK) \ argument
205 val = (__LDREXH((__IO uint16_t *)&(REG)) & ~(CLEARMSK)) | (SETMASK); \
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/
Dstm32wbaxx.h182 #define ATOMIC_MODIFY_REG(REG, CLEARMSK, SETMASK) \ argument
186 val = (__LDREXW((__IO uint32_t *)&(REG)) & ~(CLEARMSK)) | (SETMASK); \
209 #define ATOMIC_MODIFYH_REG(REG, CLEARMSK, SETMASK) \ argument
213 val = (__LDREXH((__IO uint16_t *)&(REG)) & ~(CLEARMSK)) | (SETMASK); \
/hal_stm32-latest/stm32cube/stm32l0xx/soc/
Dstm32l0xx.h232 #define ATOMIC_MODIFY_REG(REG, CLEARMSK, SETMASK) \ argument
237 MODIFY_REG((REG), (CLEARMSK), (SETMASK)); \
248 #define ATOMIC_MODIFYH_REG(REG, CLEARMSK, SETMASK) ATOMIC_MODIFY_REG(REG, CLEARMSK, SETMASK) \ argument
/hal_stm32-latest/stm32cube/stm32f0xx/soc/
Dstm32f0xx.h230 #define ATOMIC_MODIFY_REG(REG, CLEARMSK, SETMASK) \ argument
235 MODIFY_REG((REG), (CLEARMSK), (SETMASK)); \
246 #define ATOMIC_MODIFYH_REG(REG, CLEARMSK, SETMASK) ATOMIC_MODIFY_REG(REG, CLEARMSK, SETMASK) \ argument
/hal_stm32-latest/stm32cube/stm32l5xx/soc/
Dstm32l5xx.h172 #define ATOMIC_MODIFY_REG(REG, CLEARMSK, SETMASK) \ argument
176 val = (__LDREXW((__IO uint32_t *)&(REG)) & ~(CLEARMSK)) | (SETMASK); \
199 #define ATOMIC_MODIFYH_REG(REG, CLEARMSK, SETMASK) \ argument
203 val = (__LDREXH((__IO uint16_t *)&(REG)) & ~(CLEARMSK)) | (SETMASK); \
/hal_stm32-latest/stm32cube/stm32f2xx/soc/
Dstm32f2xx.h184 #define ATOMIC_MODIFY_REG(REG, CLEARMSK, SETMASK) \ argument
188 val = (__LDREXW((__IO uint32_t *)&(REG)) & ~(CLEARMSK)) | (SETMASK); \
211 #define ATOMIC_MODIFYH_REG(REG, CLEARMSK, SETMASK) \ argument
215 val = (__LDREXH((__IO uint16_t *)&(REG)) & ~(CLEARMSK)) | (SETMASK); \
/hal_stm32-latest/stm32cube/stm32n6xx/soc/
Dstm32n6xx.h164 #define ATOMIC_MODIFY_REG(REG, CLEARMSK, SETMASK) \ argument
168 val = (__LDREXW((__IO uint32_t *)&(REG)) & ~(CLEARMSK)) | (SETMASK); \
191 #define ATOMIC_MODIFYH_REG(REG, CLEARMSK, SETMASK) \ argument
195 val = (__LDREXH((__IO uint16_t *)&(REG)) & ~(CLEARMSK)) | (SETMASK); \
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/
Dstm32h7rsxx.h180 #define ATOMIC_MODIFY_REG(REG, CLEARMSK, SETMASK) \ argument
184 val = (__LDREXW((__IO uint32_t *)&(REG)) & ~(CLEARMSK)) | (SETMASK); \
207 #define ATOMIC_MODIFYH_REG(REG, CLEARMSK, SETMASK) \ argument
211 val = (__LDREXH((__IO uint16_t *)&(REG)) & ~(CLEARMSK)) | (SETMASK); \
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h5xx.h187 #define ATOMIC_MODIFY_REG(REG, CLEARMSK, SETMASK) \ argument
191 val = (__LDREXW((__IO uint32_t *)&(REG)) & ~(CLEARMSK)) | (SETMASK); \
214 #define ATOMIC_MODIFYH_REG(REG, CLEARMSK, SETMASK) \ argument
218 val = (__LDREXH((__IO uint16_t *)&(REG)) & ~(CLEARMSK)) | (SETMASK); \
/hal_stm32-latest/stm32cube/stm32u5xx/soc/
Dstm32u5xx.h207 #define ATOMIC_MODIFY_REG(REG, CLEARMSK, SETMASK) \ argument
211 val = (__LDREXW((__IO uint32_t *)&(REG)) & ~(CLEARMSK)) | (SETMASK); \
234 #define ATOMIC_MODIFYH_REG(REG, CLEARMSK, SETMASK) \ argument
238 val = (__LDREXH((__IO uint16_t *)&(REG)) & ~(CLEARMSK)) | (SETMASK); \
/hal_stm32-latest/stm32cube/stm32f7xx/soc/
Dstm32f7xx.h217 #define ATOMIC_MODIFY_REG(REG, CLEARMSK, SETMASK) \ argument
221 val = (__LDREXW((__IO uint32_t *)&(REG)) & ~(CLEARMSK)) | (SETMASK); \
244 #define ATOMIC_MODIFYH_REG(REG, CLEARMSK, SETMASK) \ argument
248 val = (__LDREXH((__IO uint16_t *)&(REG)) & ~(CLEARMSK)) | (SETMASK); \
/hal_stm32-latest/stm32cube/stm32f1xx/soc/
Dstm32f1xx.h213 #define ATOMIC_MODIFY_REG(REG, CLEARMSK, SETMASK) \ argument
217 val = (__LDREXW((__IO uint32_t *)&(REG)) & ~(CLEARMSK)) | (SETMASK); \
240 #define ATOMIC_MODIFYH_REG(REG, CLEARMSK, SETMASK) \ argument
244 val = (__LDREXH((__IO uint16_t *)&(REG)) & ~(CLEARMSK)) | (SETMASK); \
/hal_stm32-latest/stm32cube/stm32g4xx/soc/
Dstm32g4xx.h210 #define ATOMIC_MODIFY_REG(REG, CLEARMSK, SETMASK) \ argument
214 val = (__LDREXW((__IO uint32_t *)&(REG)) & ~(CLEARMSK)) | (SETMASK); \
237 #define ATOMIC_MODIFYH_REG(REG, CLEARMSK, SETMASK) \ argument
241 val = (__LDREXH((__IO uint16_t *)&(REG)) & ~(CLEARMSK)) | (SETMASK); \
/hal_stm32-latest/stm32cube/stm32f3xx/soc/
Dstm32f3xx.h226 #define ATOMIC_MODIFY_REG(REG, CLEARMSK, SETMASK) \ argument
230 val = (__LDREXW((__IO uint32_t *)&(REG)) & ~(CLEARMSK)) | (SETMASK); \
253 #define ATOMIC_MODIFYH_REG(REG, CLEARMSK, SETMASK) \ argument
257 val = (__LDREXH((__IO uint16_t *)&(REG)) & ~(CLEARMSK)) | (SETMASK); \
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dstm32h7xx.h243 #define ATOMIC_MODIFY_REG(REG, CLEARMSK, SETMASK) \ argument
247 val = (__LDREXW((__IO uint32_t *)&(REG)) & ~(CLEARMSK)) | (SETMASK); \
270 #define ATOMIC_MODIFYH_REG(REG, CLEARMSK, SETMASK) \ argument
274 val = (__LDREXH((__IO uint16_t *)&(REG)) & ~(CLEARMSK)) | (SETMASK); \
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f4xx.h247 #define ATOMIC_MODIFY_REG(REG, CLEARMSK, SETMASK) \ argument
251 val = (__LDREXW((__IO uint32_t *)&(REG)) & ~(CLEARMSK)) | (SETMASK); \
274 #define ATOMIC_MODIFYH_REG(REG, CLEARMSK, SETMASK) \ argument
278 val = (__LDREXH((__IO uint16_t *)&(REG)) & ~(CLEARMSK)) | (SETMASK); \
/hal_stm32-latest/stm32cube/stm32l1xx/soc/
Dstm32l1xx.h237 #define ATOMIC_MODIFY_REG(REG, CLEARMSK, SETMASK) \ argument
241 val = (__LDREXW((__IO uint32_t *)&(REG)) & ~(CLEARMSK)) | (SETMASK); \
264 #define ATOMIC_MODIFYH_REG(REG, CLEARMSK, SETMASK) \ argument
268 val = (__LDREXH((__IO uint16_t *)&(REG)) & ~(CLEARMSK)) | (SETMASK); \
/hal_stm32-latest/stm32cube/stm32l4xx/soc/
Dstm32l4xx.h246 #define ATOMIC_MODIFY_REG(REG, CLEARMSK, SETMASK) \ argument
250 val = (__LDREXW((__IO uint32_t *)&(REG)) & ~(CLEARMSK)) | (SETMASK); \
273 #define ATOMIC_MODIFYH_REG(REG, CLEARMSK, SETMASK) \ argument
277 val = (__LDREXH((__IO uint16_t *)&(REG)) & ~(CLEARMSK)) | (SETMASK); \