/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/CMSIS/Device/ST/STM32L0xx/Include/ |
H A D | stm32l0xx.h | 200 #define SET_BIT(REG, BIT) ((REG) |= (BIT)) argument 202 #define CLEAR_BIT(REG, BIT) ((REG) &= ~(BIT)) argument 204 #define READ_BIT(REG, BIT) ((REG) & (BIT)) argument
|
/btstack/port/stm32-f4discovery-cc256x/Drivers/CMSIS/Device/ST/STM32F4xx/Include/ |
H A D | stm32f4xx.h | 228 #define SET_BIT(REG, BIT) ((REG) |= (BIT)) argument 230 #define CLEAR_BIT(REG, BIT) ((REG) &= ~(BIT)) argument 232 #define READ_BIT(REG, BIT) ((REG) & (BIT)) argument
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/CMSIS/Device/ST/STM32WBxx/Include/ |
H A D | stm32wbxx.h | 129 #define SET_BIT(REG, BIT) ((REG) |= (BIT)) argument 131 #define CLEAR_BIT(REG, BIT) ((REG) &= ~(BIT)) argument 133 #define READ_BIT(REG, BIT) ((REG) & (BIT)) argument
|
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/CMSIS/Device/ST/STM32L4xx/Include/ |
H A D | stm32l4xx.h | 213 #define SET_BIT(REG, BIT) ((REG) |= (BIT)) argument 215 #define CLEAR_BIT(REG, BIT) ((REG) &= ~(BIT)) argument 217 #define READ_BIT(REG, BIT) ((REG) & (BIT)) argument
|
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Device/ST/STM32F4xx/Include/ |
H A D | stm32f4xx.h | 212 #define SET_BIT(REG, BIT) ((REG) |= (BIT)) argument 214 #define CLEAR_BIT(REG, BIT) ((REG) &= ~(BIT)) argument 216 #define READ_BIT(REG, BIT) ((REG) & (BIT)) argument
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/CMSIS/Device/ST/STM32L4xx/Include/ |
H A D | stm32l4xx.h | 213 #define SET_BIT(REG, BIT) ((REG) |= (BIT)) argument 215 #define CLEAR_BIT(REG, BIT) ((REG) &= ~(BIT)) argument 217 #define READ_BIT(REG, BIT) ((REG) & (BIT)) argument
|
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/STM32L0xx_HAL_Driver/Inc/ |
H A D | stm32l0xx_hal_def.h | 62 #define HAL_IS_BIT_SET(REG, BIT) (((REG) & (BIT)) == (BIT)) argument 63 #define HAL_IS_BIT_CLR(REG, BIT) (((REG) & (BIT)) == 0U) argument
|
/btstack/port/stm32-f4discovery-cc256x/Drivers/STM32F4xx_HAL_Driver/Inc/ |
H A D | stm32f4xx_hal_def.h | 62 #define HAL_IS_BIT_SET(REG, BIT) (((REG) & (BIT)) == (BIT)) argument 63 #define HAL_IS_BIT_CLR(REG, BIT) (((REG) & (BIT)) == 0U) argument
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/ |
H A D | stm32f4xx_hal_def.h | 62 #define HAL_IS_BIT_SET(REG, BIT) (((REG) & (BIT)) == (BIT)) argument 63 #define HAL_IS_BIT_CLR(REG, BIT) (((REG) & (BIT)) == 0U) argument
|
H A D | stm32f4xx_hal_sai.h | 800 #define IS_SAI_BLOCK_FIRST_BIT(BIT) (((BIT) == SAI_FIRSTBIT_MSB) || \ argument
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Inc/ |
H A D | stm32wbxx_hal_def.h | 62 #define HAL_IS_BIT_SET(REG, BIT) (((REG) & (BIT)) == (BIT)) argument 63 #define HAL_IS_BIT_CLR(REG, BIT) (((REG) & (BIT)) == 0U) argument
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/ |
H A D | stm32l4xx_hal_def.h | 62 #define HAL_IS_BIT_SET(REG, BIT) (((REG) & (BIT)) == (BIT)) argument 63 #define HAL_IS_BIT_CLR(REG, BIT) (((REG) & (BIT)) == 0U) argument
|
H A D | stm32l4xx_hal_sai.h | 899 #define IS_SAI_BLOCK_FIRST_BIT(BIT) (((BIT) == SAI_FIRSTBIT_MSB) || \ argument
|
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/ |
H A D | stm32l4xx_hal_def.h | 62 #define HAL_IS_BIT_SET(REG, BIT) (((REG) & (BIT)) == (BIT)) argument 63 #define HAL_IS_BIT_CLR(REG, BIT) (((REG) & (BIT)) == 0U) argument
|
/btstack/port/msp432p401lp-cc256x/ti/devices/msp432p4xx/inc/ |
H A D | msp432p401m.h | 260 #define BIT(x) ((uint16_t)1 << (x)) macro
|
H A D | msp432p401r.h | 260 #define BIT(x) ((uint16_t)1 << (x)) macro
|
H A D | msp432p401y.h | 246 #define BIT(x) ((uint16_t)1 << (x)) macro
|
H A D | msp432p4011.h | 246 #define BIT(x) ((uint16_t)1 << (x)) macro
|
H A D | msp432p401v.h | 246 #define BIT(x) ((uint16_t)1 << (x)) macro
|
H A D | msp432p411y.h | 251 #define BIT(x) ((uint16_t)1 << (x)) macro
|
H A D | msp432p411v.h | 251 #define BIT(x) ((uint16_t)1 << (x)) macro
|
H A D | msp432p4111.h | 251 #define BIT(x) ((uint16_t)1 << (x)) macro
|
H A D | msp432p4xx.h | 253 #define BIT(x) ((uint16_t)1 << (x)) macro
|