/loramac-node-3.6.0-3.5.0/src/boards/SKiM881AXL/cmsis/ |
D | stm32l0xx.h | 203 #define SET_BIT(REG, BIT) ((REG) |= (BIT)) argument 205 #define CLEAR_BIT(REG, BIT) ((REG) &= ~(BIT)) argument 207 #define READ_BIT(REG, BIT) ((REG) & (BIT)) argument 209 #define CLEAR_REG(REG) ((REG) = (0x0)) argument 211 #define WRITE_REG(REG, VAL) ((REG) = (VAL)) argument 213 #define READ_REG(REG) ((REG)) argument 215 #define MODIFY_REG(REG, CLEARMASK, SETMASK) WRITE_REG((REG), (((READ_REG(REG)) & (~(CLEARMASK))) |… argument
|
/loramac-node-3.6.0-3.5.0/src/boards/NucleoL073/cmsis/ |
D | stm32l0xx.h | 203 #define SET_BIT(REG, BIT) ((REG) |= (BIT)) argument 205 #define CLEAR_BIT(REG, BIT) ((REG) &= ~(BIT)) argument 207 #define READ_BIT(REG, BIT) ((REG) & (BIT)) argument 209 #define CLEAR_REG(REG) ((REG) = (0x0)) argument 211 #define WRITE_REG(REG, VAL) ((REG) = (VAL)) argument 213 #define READ_REG(REG) ((REG)) argument 215 #define MODIFY_REG(REG, CLEARMASK, SETMASK) WRITE_REG((REG), (((READ_REG(REG)) & (~(CLEARMASK))) |… argument
|
/loramac-node-3.6.0-3.5.0/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l0xx.h | 203 #define SET_BIT(REG, BIT) ((REG) |= (BIT)) argument 205 #define CLEAR_BIT(REG, BIT) ((REG) &= ~(BIT)) argument 207 #define READ_BIT(REG, BIT) ((REG) & (BIT)) argument 209 #define CLEAR_REG(REG) ((REG) = (0x0)) argument 211 #define WRITE_REG(REG, VAL) ((REG) = (VAL)) argument 213 #define READ_REG(REG) ((REG)) argument 215 #define MODIFY_REG(REG, CLEARMASK, SETMASK) WRITE_REG((REG), (((READ_REG(REG)) & (~(CLEARMASK))) |… argument
|
/loramac-node-3.6.0-3.5.0/src/boards/SKiM980A/cmsis/ |
D | stm32l1xx.h | 222 #define SET_BIT(REG, BIT) ((REG) |= (BIT)) argument 224 #define CLEAR_BIT(REG, BIT) ((REG) &= ~(BIT)) argument 226 #define READ_BIT(REG, BIT) ((REG) & (BIT)) argument 228 #define CLEAR_REG(REG) ((REG) = (0x0)) argument 230 #define WRITE_REG(REG, VAL) ((REG) = (VAL)) argument 232 #define READ_REG(REG) ((REG)) argument 234 #define MODIFY_REG(REG, CLEARMASK, SETMASK) WRITE_REG((REG), (((READ_REG(REG)) & (~(CLEARMASK))) |… argument
|
/loramac-node-3.6.0-3.5.0/src/boards/NucleoL152/cmsis/ |
D | stm32l1xx.h | 220 #define SET_BIT(REG, BIT) ((REG) |= (BIT)) argument 222 #define CLEAR_BIT(REG, BIT) ((REG) &= ~(BIT)) argument 224 #define READ_BIT(REG, BIT) ((REG) & (BIT)) argument 226 #define CLEAR_REG(REG) ((REG) = (0x0)) argument 228 #define WRITE_REG(REG, VAL) ((REG) = (VAL)) argument 230 #define READ_REG(REG) ((REG)) argument 232 #define MODIFY_REG(REG, CLEARMASK, SETMASK) WRITE_REG((REG), (((READ_REG(REG)) & (~(CLEARMASK))) |… argument
|
/loramac-node-3.6.0-3.5.0/src/boards/NAMote72/cmsis/ |
D | stm32l1xx.h | 220 #define SET_BIT(REG, BIT) ((REG) |= (BIT)) argument 222 #define CLEAR_BIT(REG, BIT) ((REG) &= ~(BIT)) argument 224 #define READ_BIT(REG, BIT) ((REG) & (BIT)) argument 226 #define CLEAR_REG(REG) ((REG) = (0x0)) argument 228 #define WRITE_REG(REG, VAL) ((REG) = (VAL)) argument 230 #define READ_REG(REG) ((REG)) argument 232 #define MODIFY_REG(REG, CLEARMASK, SETMASK) WRITE_REG((REG), (((READ_REG(REG)) & (~(CLEARMASK))) |… argument
|
/loramac-node-3.6.0-3.5.0/src/boards/SKiM880B/cmsis/ |
D | stm32l1xx.h | 222 #define SET_BIT(REG, BIT) ((REG) |= (BIT)) argument 224 #define CLEAR_BIT(REG, BIT) ((REG) &= ~(BIT)) argument 226 #define READ_BIT(REG, BIT) ((REG) & (BIT)) argument 228 #define CLEAR_REG(REG) ((REG) = (0x0)) argument 230 #define WRITE_REG(REG, VAL) ((REG) = (VAL)) argument 232 #define READ_REG(REG) ((REG)) argument 234 #define MODIFY_REG(REG, CLEARMASK, SETMASK) WRITE_REG((REG), (((READ_REG(REG)) & (~(CLEARMASK))) |… argument
|
/loramac-node-3.6.0-3.5.0/src/boards/NucleoL476/cmsis/ |
D | stm32l4xx.h | 223 #define SET_BIT(REG, BIT) ((REG) |= (BIT)) argument 225 #define CLEAR_BIT(REG, BIT) ((REG) &= ~(BIT)) argument 227 #define READ_BIT(REG, BIT) ((REG) & (BIT)) argument 229 #define CLEAR_REG(REG) ((REG) = (0x0)) argument 231 #define WRITE_REG(REG, VAL) ((REG) = (VAL)) argument 233 #define READ_REG(REG) ((REG)) argument 235 #define MODIFY_REG(REG, CLEARMASK, SETMASK) WRITE_REG((REG), (((READ_REG(REG)) & (~(CLEARMASK))) |… argument
|
/loramac-node-3.6.0-3.5.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_hal_def.h | 78 #define HAL_IS_BIT_SET(REG, BIT) (((REG) & (BIT)) == (BIT)) argument 79 #define HAL_IS_BIT_CLR(REG, BIT) (((REG) & (BIT)) == 0U) argument
|
/loramac-node-3.6.0-3.5.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_hal_def.h | 76 #define HAL_IS_BIT_SET(REG, BIT) (((REG) & (BIT)) != RESET) argument 77 #define HAL_IS_BIT_CLR(REG, BIT) (((REG) & (BIT)) == RESET) argument
|
/loramac-node-3.6.0-3.5.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_hal_def.h | 78 #define HAL_IS_BIT_SET(REG, BIT) (((REG) & (BIT)) != RESET) argument 79 #define HAL_IS_BIT_CLR(REG, BIT) (((REG) & (BIT)) == RESET) argument
|