Home
last modified time | relevance | path

Searched defs:GET_BITS (Results 1 – 8 of 8) sorted by relevance

/hal_gigadevice-latest/gd32f3x0/cmsis/gd/gd32f3x0/include/
Dgd32f3x0.h189 #define GET_BITS(regval, start, end) (((regval) & BITS((start),(end))) >> (start)) macro
/hal_gigadevice-latest/gd32vf103/riscv/include/
Dgd32vf103.h191 #define GET_BITS(regval, start, end) (((regval) & BITS((start),(end))) >> (start)) macro
/hal_gigadevice-latest/gd32e10x/cmsis/gd/gd32e10x/include/
Dgd32e10x.h203 #define GET_BITS(regval, start, end) (((regval) & BITS((start),(end))) >> (start)) macro
/hal_gigadevice-latest/gd32l23x/cmsis/gd/gd32l23x/include/
Dgd32l23x.h192 #define GET_BITS(regval, start, end) (((regval) & BITS((start),(end))) >> (start)) macro
/hal_gigadevice-latest/gd32f403/cmsis/gd/gd32f403/include/
Dgd32f403.h194 #define GET_BITS(regval, start, end) (((regval) & BITS((start),(end))) >> (start)) macro
/hal_gigadevice-latest/gd32a50x/cmsis/gd/gd32a50x/include/
Dgd32a50x.h197 #define GET_BITS(regval, start, end) (((regval) & BITS((start),(end))) >> (start)) macro
/hal_gigadevice-latest/gd32f4xx/cmsis/gd/gd32f4xx/include/
Dgd32f4xx.h302 #define GET_BITS(regval, start, end) (((regval) & BITS((start),(end))) >> (start)) macro
/hal_gigadevice-latest/gd32e50x/cmsis/gd/gd32e50x/include/
Dgd32e50x.h477 #define GET_BITS(regval, start, end) (((regval) & BITS((start),(end))) >> (start)) macro