Home
last modified time | relevance | path

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

/bsp/stm32/libraries/STM32L1xx_HAL/CMSIS/Device/ST/STM32L1xx/Include/
A Dstm32l1xx.h238 #define ATOMIC_MODIFY_REG(REG, CLEARMSK, SETMASK) \ argument
242 val = (__LDREXW((__IO uint32_t *)&(REG)) & ~(CLEARMSK)) | (SETMASK); \
265 #define ATOMIC_MODIFYH_REG(REG, CLEARMSK, SETMASK) \ argument
269 val = (__LDREXH((__IO uint16_t *)&(REG)) & ~(CLEARMSK)) | (SETMASK); \

Completed in 5 milliseconds