Searched defs:GET_BITS (Results 1 – 8 of 8) sorted by relevance
| /hal_gigadevice-latest/gd32f3x0/cmsis/gd/gd32f3x0/include/ |
| D | gd32f3x0.h | 189 #define GET_BITS(regval, start, end) (((regval) & BITS((start),(end))) >> (start)) macro
|
| /hal_gigadevice-latest/gd32vf103/riscv/include/ |
| D | gd32vf103.h | 191 #define GET_BITS(regval, start, end) (((regval) & BITS((start),(end))) >> (start)) macro
|
| /hal_gigadevice-latest/gd32e10x/cmsis/gd/gd32e10x/include/ |
| D | gd32e10x.h | 203 #define GET_BITS(regval, start, end) (((regval) & BITS((start),(end))) >> (start)) macro
|
| /hal_gigadevice-latest/gd32l23x/cmsis/gd/gd32l23x/include/ |
| D | gd32l23x.h | 192 #define GET_BITS(regval, start, end) (((regval) & BITS((start),(end))) >> (start)) macro
|
| /hal_gigadevice-latest/gd32f403/cmsis/gd/gd32f403/include/ |
| D | gd32f403.h | 194 #define GET_BITS(regval, start, end) (((regval) & BITS((start),(end))) >> (start)) macro
|
| /hal_gigadevice-latest/gd32a50x/cmsis/gd/gd32a50x/include/ |
| D | gd32a50x.h | 197 #define GET_BITS(regval, start, end) (((regval) & BITS((start),(end))) >> (start)) macro
|
| /hal_gigadevice-latest/gd32f4xx/cmsis/gd/gd32f4xx/include/ |
| D | gd32f4xx.h | 302 #define GET_BITS(regval, start, end) (((regval) & BITS((start),(end))) >> (start)) macro
|
| /hal_gigadevice-latest/gd32e50x/cmsis/gd/gd32e50x/include/ |
| D | gd32e50x.h | 477 #define GET_BITS(regval, start, end) (((regval) & BITS((start),(end))) >> (start)) macro
|