Home
last modified time | relevance | path

Searched defs:BIT (Results 1 – 23 of 23) sorted by relevance

/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/CMSIS/Device/ST/STM32L0xx/Include/
H A Dstm32l0xx.h200 #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 Dstm32f4xx.h228 #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 Dstm32wbxx.h129 #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 Dstm32l4xx.h213 #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 Dstm32f4xx.h212 #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 Dstm32l4xx.h213 #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 Dstm32l0xx_hal_def.h62 #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 Dstm32f4xx_hal_def.h62 #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 Dstm32f4xx_hal_def.h62 #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 Dstm32f4xx_hal_sai.h800 #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 Dstm32wbxx_hal_def.h62 #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 Dstm32l4xx_hal_def.h62 #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 Dstm32l4xx_hal_sai.h899 #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 Dstm32l4xx_hal_def.h62 #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 Dmsp432p401m.h260 #define BIT(x) ((uint16_t)1 << (x)) macro
H A Dmsp432p401r.h260 #define BIT(x) ((uint16_t)1 << (x)) macro
H A Dmsp432p401y.h246 #define BIT(x) ((uint16_t)1 << (x)) macro
H A Dmsp432p4011.h246 #define BIT(x) ((uint16_t)1 << (x)) macro
H A Dmsp432p401v.h246 #define BIT(x) ((uint16_t)1 << (x)) macro
H A Dmsp432p411y.h251 #define BIT(x) ((uint16_t)1 << (x)) macro
H A Dmsp432p411v.h251 #define BIT(x) ((uint16_t)1 << (x)) macro
H A Dmsp432p4111.h251 #define BIT(x) ((uint16_t)1 << (x)) macro
H A Dmsp432p4xx.h253 #define BIT(x) ((uint16_t)1 << (x)) macro