Home
last modified time | relevance | path

Searched defs:BIT_SET (Results 1 – 10 of 10) sorted by relevance

/bsp/yichip/yc3121-pos/Libraries/core/
A Dsystem.h18 #define BIT_SET(a,b) ((a) |= (1<<(b))) macro
/bsp/yichip/yc3122-pos/Libraries/core/
A Dsystem.h20 #define BIT_SET(a,b) ((a) |= (1<<(b))) macro
/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/
A Dtype.h59 BIT_SET = 0x1U, enumerator
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Include/
A Dtype.h59 BIT_SET = 0x1U, enumerator
/bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Include/
A Dtype.h62 BIT_SET = 0x1U, enumerator
/bsp/apm32/libraries/APM32S10x_Library/Device/Geehy/APM32S10x/Include/
A Dapm32s10x.h231 enum {BIT_RESET, BIT_SET}; enumerator
/bsp/apm32/libraries/APM32F0xx_Library/Device/Geehy/APM32F0xx/Include/
A Dapm32f0xx.h350 enum {BIT_RESET, BIT_SET}; enumerator
/bsp/apm32/libraries/APM32E10x_Library/Device/Geehy/APM32E10x/Include/
A Dapm32e10x.h238 enum {BIT_RESET, BIT_SET}; enumerator
/bsp/apm32/libraries/APM32F10x_Library/Device/Geehy/APM32F10x/Include/
A Dapm32f10x.h358 enum {BIT_RESET, BIT_SET}; enumerator
/bsp/apm32/libraries/APM32F4xx_Library/Device/Geehy/APM32F4xx/Include/
A Dapm32f4xx.h330 enum {BIT_RESET, BIT_SET}; enumerator

Completed in 153 milliseconds