| /device/soc/st/stm32f4xx/sdk/Drivers/CMSIS/Device/ST/STM32F4xx/Include/ |
| 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 230 #define ATOMIC_SET_BIT(REG, BIT) \ argument 239 #define ATOMIC_CLEAR_BIT(REG, BIT) \ argument 257 #define ATOMIC_SETH_BIT(REG, BIT) \ argument 266 #define ATOMIC_CLEARH_BIT(REG, BIT) \ argument
|
| /device/soc/st/common/platform/stm32mp1xx_hal/STM32MP1xx_HAL_Driver/Inc/ |
| D | stm32mp1xx.h | 58 #define SET_BIT(REG, BIT) ((REG) |= (BIT)) argument 60 #define CLEAR_BIT(REG, BIT) ((REG) &= ~(BIT)) argument 62 #define READ_BIT(REG, BIT) ((REG) & (BIT)) argument
|
| D | stm32mp1xx_hal_def.h | 61 #define HAL_IS_BIT_SET(REG, BIT) (((REG) & (BIT)) == (BIT)) argument 62 #define HAL_IS_BIT_CLR(REG, BIT) (((REG) & (BIT)) == 0U) argument
|
| /device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/toolchain/gr551x/include/ |
| D | gr55xx.h | 110 #define SET_BITS(REG, BIT) ((REG) |= (BIT)) argument 114 #define CLEAR_BITS(REG, BIT) ((REG) &= ~(BIT)) argument 118 #define READ_BITS(REG, BIT) ((REG) & (BIT)) argument
|
| /device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/drivers/inc/ |
| D | gr55xx_hal_def.h | 102 #define HAL_IS_BIT_SET(REG, BIT) (((REG) & (BIT)) != RESET) argument 109 #define HAL_IS_BIT_CLR(REG, BIT) (((REG) & (BIT)) == RESET) argument
|
| /device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Inc/ |
| 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
|
| /device/soc/esp/esp32/components/esp_common/include/ |
| D | esp_bit_defs.h | 87 #define BIT(nr) (1UL << (nr)) macro 94 #define BIT(nr) (1 << (nr)) macro
|
| /device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/patch/ind/ |
| D | patch.h | 61 static inline uint32_t PATCH_ENABLE_FLAG(uint32_t BIT) in PATCH_ENABLE_FLAG()
|
| /device/soc/asrmicro/asr582x/liteos_m/sdk/drivers/common/ |
| D | lega_types.h | 81 #define BIT(n) (1<<(n)) macro
|
| /device/soc/rockchip/rk3588/kernel/include/dt-bindings/suspend/ |
| D | rockchip-rk3588.h | 14 #define BIT(nr) (1 << (nr)) macro
|
| /device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/utils/ocd/ |
| D | ocd_wp.h | 19 #define BIT(x) (1 << (x)) macro
|
| /device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/include/ |
| D | platform.h | 24 #define BIT(nr) (1 << (nr)) macro
|
| /device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/include/ |
| D | platform.h | 24 #define BIT(nr) (1 << (nr)) macro
|
| /device/soc/rockchip/common/sdk_linux/include/dt-bindings/suspend/ |
| D | rockchip-rk3568.h | 14 #define BIT(nr) (1 << (nr)) macro
|
| /device/board/bearpi/bearpi_hm_micro/liteos_a/board/ |
| D | target_config.h | 119 #define BIT(n) (1U << (n)) macro
|
| /device/soc/hpmicro/sdk/hpm_sdk/middleware/cherryusb/common/ |
| D | usb_util.h | 138 #define BIT(n) (1UL << (n)) macro 140 #define BIT(n) (1UL << (n)) macro
|
| /device/board/hisilicon/hispark_aries/liteos_a/board/ |
| D | target_config.h | 82 #define BIT(n) (1U << (n)) macro
|
| /device/qemu/arm_virt/liteos_a_mini/board/ |
| D | target_config.h | 84 #define BIT(n) (1U << (n)) macro
|
| /device/qemu/arm_virt/liteos_a/board/ |
| D | target_config.h | 84 #define BIT(n) (1U << (n)) macro
|
| /device/soc/chipsea/cst85/liteos_m/sdk/modules/common/api/ |
| D | wb_co_int.h | 22 #define BIT(x) (1ul << (x)) macro
|
| /device/board/hisilicon/hispark_taurus/liteos_a/board/ |
| D | target_config.h | 98 #define BIT(n) (1U << (n)) macro
|
| /device/soc/hisilicon/common/platform/i2c/ |
| D | i2c_hi35xx.h | 48 #define BIT(n) (1U << (n)) macro
|
| /device/soc/beken/bk7235/liteos_m/bk_sdk_armino/include/soc/bk7235/ |
| D | soc.h | 107 #define BIT(i) (1<<(i)) macro
|
| /device/soc/rockchip/common/sdk_linux/include/dt-bindings/clock/ |
| D | rockchip.h | 6 #define BIT(nr) (1 << (nr)) macro
|
| /device/board/isoftstone/yangfan/kernel/src/incl/dt-bindings/clock/ |
| D | rockchip.h | 6 #define BIT(nr) (1 << (nr)) macro
|