| /bsp/stm32/libraries/STM32L1xx_HAL/CMSIS/Device/ST/STM32L1xx/Include/ |
| A D | stm32l1xx.h | 204 #define SET_BIT(REG, BIT) ((REG) |= (BIT)) argument 206 #define CLEAR_BIT(REG, BIT) ((REG) &= ~(BIT)) argument 208 #define READ_BIT(REG, BIT) ((REG) & (BIT)) argument 220 #define ATOMIC_SET_BIT(REG, BIT) \ argument 229 #define ATOMIC_CLEAR_BIT(REG, BIT) \ argument 247 #define ATOMIC_SETH_BIT(REG, BIT) \ argument 256 #define ATOMIC_CLEARH_BIT(REG, BIT) \ argument
|
| /bsp/m16c62p/drivers/ |
| A D | iom16c62p.h | 402 }BIT; member 419 }BIT; member 433 }BIT; member 447 }BIT; member 464 }BIT; member 481 }BIT; member 498 }BIT; member 515 }BIT; member 532 }BIT; member 563 }BIT; member [all …]
|
| /bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/CMSIS/Include/ |
| A D | fm33xx.h | 81 #define SET_BIT(REG, BIT) ((REG) |= (BIT)) argument 83 #define CLEAR_BIT(REG, BIT) ((REG) &= ~(BIT)) argument 85 #define READ_BIT(REG, BIT) ((REG) & (BIT)) argument
|
| /bsp/fm33lc026/libraries/FM/FM33xx/Include/ |
| A D | fm33xx.h | 81 #define SET_BIT(REG, BIT) ((REG) |= (BIT)) argument 83 #define CLEAR_BIT(REG, BIT) ((REG) &= ~(BIT)) argument 85 #define READ_BIT(REG, BIT) ((REG) & (BIT)) argument
|
| /bsp/ft32/libraries/FT32F0xx/CMSIS/FT32F0xx/Include/ |
| A D | ft32f0xx.h | 79 #define SET_BIT(REG, BIT) ((REG) |= (BIT)) argument 81 #define CLEAR_BIT(REG, BIT) ((REG) &= ~(BIT)) argument 83 #define READ_BIT(REG, BIT) ((REG) & (BIT)) argument
|
| /bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/Inc/ |
| A D | fm33lc0xx_fl_def.h | 46 #define SET_BIT(REG, BIT) ((REG) |= (BIT)) argument 47 #define CLEAR_BIT(REG, BIT) ((REG) &= ~(BIT)) argument 48 #define READ_BIT(REG, BIT) ((REG) & (BIT)) argument
|
| /bsp/hc32l196/Libraries/HC32L196_StdPeriph_Driver/inc/ |
| A D | hc32l196_ddl.h | 79 #define SET_BIT(REG, BIT) ((REG) |= (BIT)) argument 81 #define CLEAR_BIT(REG, BIT) ((REG) &= ~(BIT)) argument 83 #define READ_BIT(REG, BIT) ((REG) & (BIT)) argument
|
| /bsp/nuvoton/libraries/nu_packages/NuUtils/inc/ |
| A D | nu_miscutil.h | 27 #define SET_BIT(REG, BIT) ((REG) |= (BIT)) argument 28 #define CLEAR_BIT(REG, BIT) ((REG) &= ~(BIT)) argument 29 #define READ_BIT(REG, BIT) ((REG) & (BIT)) argument
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/CMSIS/HK32F0xx/Include/ |
| A D | hk32f0xx.h | 108 #define SET_BIT(REG, BIT) ((REG) |= (BIT)) argument 110 #define CLEAR_BIT(REG, BIT) ((REG) &= ~(BIT)) argument 112 #define READ_BIT(REG, BIT) ((REG) & (BIT)) argument
|
| /bsp/tae32f5300/Libraries/TAE32F53xx_StdPeriph_Driver/inc/ |
| A D | tae32f53xx_ll_def.h | 195 #define BIT(pos) (1U << (pos)) macro 203 #define SET_BIT(REG, BIT) ((REG) |= (BIT)) argument 211 #define CLEAR_BIT(REG, BIT) ((REG) &= ~(BIT)) argument 219 #define READ_BIT(REG, BIT) ((REG) & (BIT)) argument
|
| /bsp/core-v-mcu/Libraries/core_v_hal_libraries/bmsis/core-v-mcu/include/ |
| A D | bits.h | 40 #define BIT(n) (1 << (n)) macro 42 #define BIT(n) (1UL << (n)) macro
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_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
|
| /bsp/nxp/imx/imx6ull-smart/drivers/ |
| A D | drv_pwm.h | 17 #define BIT(nr) ((1) << (nr)) macro
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/ |
| A D | platform_mmc.h | 38 #define BIT(nr) (1UL << (nr)) macro
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/rtc/platform/ |
| A D | rtc_sun50iw11.h | 36 #define BIT(nr) (1UL << (nr)) macro
|
| A D | rtc_sun20iw1.h | 37 #define BIT(nr) (1UL << (nr)) macro
|
| A D | rtc_sun8iw18.h | 36 #define BIT(nr) (1UL << (nr)) macro
|
| A D | rtc_sun8iw19.h | 36 #define BIT(nr) (1UL << (nr)) macro
|
| /bsp/cvitek/drivers/ |
| A D | drv_sdhci.h | 18 #define BIT(nr) (UINT64_C(1) << (nr)) macro
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl616/std/include/ |
| A D | bl616_common.h | 58 #define BIT(n) (1UL << (n)) macro 60 #define BIT(n) (1UL << (n)) macro
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl808/std/include/ |
| A D | bl808_common.h | 62 #define BIT(n) (1UL << (n)) macro 64 #define BIT(n) (1UL << (n)) macro
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl602/std/include/ |
| A D | bl602_common.h | 50 #define BIT(n) (1UL << (n)) macro 52 #define BIT(n) (1UL << (n)) macro
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl702/std/include/ |
| A D | bl702_common.h | 50 #define BIT(n) (1UL << (n)) macro 52 #define BIT(n) (1UL << (n)) macro
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/regulator/ |
| A D | type.h | 37 #define BIT(nr) (1UL << (nr)) macro
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/timer/ |
| A D | sunxi_timer.h | 44 #define BIT(_x) (1UL << (_x)) macro
|