Home
last modified time | relevance | path

Searched defs:SET_BITS (Results 1 – 6 of 6) sorted by relevance

/bsp/hifive1/freedom-e-sdk/bsp/env/coreplexip-e31-arty/
A Dplatform.h63 #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 Dplatform.h63 #define SET_BITS(reg, mask, value) if ((value) == 0) { (reg) &= ~(mask); } else { (reg) |= (mask); } macro
/bsp/allwinner/libraries/sunxi-hal/include/hal/
A Dsunxi_hal_pwm.h70 #define SET_BITS(shift, width, reg, val) \ macro
/bsp/allwinner/libraries/sunxi-hal/hal/source/tpadc/
A Dcommon_tpadc.h45 #define SET_BITS(shift, width, reg, val) \ macro
/bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/sunxi/
A Dclk.h83 #define SET_BITS(shift, width, reg, val) \ macro
/bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/
A Dinclude.h72 #define SET_BITS(shift, width, reg, val) \ macro

Completed in 901 milliseconds