Searched defs:SET_BITS (Results 1 – 6 of 6) sorted by relevance
| /bsp/hifive1/freedom-e-sdk/bsp/env/coreplexip-e31-arty/ |
| A D | platform.h | 63 #define SET_BITS(reg, mask, value) if ((value) == 0) { (reg) &= ~(mask); } else { (reg) |= (mask); } macro
|
| /bsp/sparkfun-redv/freedom-e-sdk/bsp/env/coreplexip-e31-arty/ |
| A D | platform.h | 63 #define SET_BITS(reg, mask, value) if ((value) == 0) { (reg) &= ~(mask); } else { (reg) |= (mask); } macro
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/ |
| A D | sunxi_hal_pwm.h | 70 #define SET_BITS(shift, width, reg, val) \ macro
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/tpadc/ |
| A D | common_tpadc.h | 45 #define SET_BITS(shift, width, reg, val) \ macro
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/sunxi/ |
| A D | clk.h | 83 #define SET_BITS(shift, width, reg, val) \ macro
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/ |
| A D | include.h | 72 #define SET_BITS(shift, width, reg, val) \ macro
|
Completed in 901 milliseconds