| /bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/RISCV/drivers/ |
| A D | riscv_bits.h | 15 #define EXTRACT_FIELD(val, which) (((val) & (which)) / ((which) & ~((which)-1))) argument 16 #define INSERT_FIELD(val, which, fieldval) (((val) & ~(which)) | ((fieldval) * ((which) & ~((which)… argument
|
| /bsp/hifive1/freedom-e-sdk/bsp/include/sifive/ |
| A D | bits.h | 15 #define EXTRACT_FIELD(val, which) (((val) & (which)) / ((which) & ~((which)-1))) argument 16 #define INSERT_FIELD(val, which, fieldval) (((val) & ~(which)) | ((fieldval) * ((which) & ~((which)… argument
|
| /bsp/sparkfun-redv/freedom-e-sdk/bsp/include/sifive/ |
| A D | bits.h | 15 #define EXTRACT_FIELD(val, which) (((val) & (which)) / ((which) & ~((which)-1))) argument 16 #define INSERT_FIELD(val, which, fieldval) (((val) & ~(which)) | ((fieldval) * ((which) & ~((which)… argument
|
| /bsp/simulator/SDL2/include/ |
| A D | SDL_events.h | 304 Uint32 which; /**< The mouse instance id, or SDL_TOUCH_MOUSEID */ member 354 SDL_JoystickID which; /**< The joystick instance id */ member 370 SDL_JoystickID which; /**< The joystick instance id */ member 386 SDL_JoystickID which; /**< The joystick instance id */ member 406 SDL_JoystickID which; /**< The joystick instance id */ member 435 SDL_JoystickID which; /**< The joystick instance id */ member 446 SDL_JoystickID which; /**< The joystick instance id */ member 463 SDL_JoystickID which; /**< The joystick instance id */ member 494 SDL_JoystickID which; /**< The joystick instance id */ member 509 SDL_JoystickID which; /**< The joystick instance id */ member [all …]
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/include/arch/risc-v/t-head/ |
| A D | rv_syscall.h | 11 #define RV_SYSCALL(which, arg0, arg1, arg2, arg3) ({ \ argument 16 register uintptr_t a7 __asm("a7") = (uintptr_t)(which); \ 26 #define RV_SYSCALL(which, arg0, arg1, arg2, arg3) ({ \ argument 31 register uintptr_t a5 __asm("a5") = (uintptr_t)(which); \
|
| A D | rv_hart.c | 10 #define INSERT_FIELD(val, which, fieldval) \ argument 11 (((val) & ~(which)) | ((fieldval) * ((which) & ~((which)-1))))
|
| /bsp/xuantie/libraries/xuantie_libraries/chip_riscv_dummy/include/asm/ |
| A D | riscv_csr.h | 139 #define INSERT_FIELD(val, which, fieldval) (((val) & ~(which)) | ((fieldval) * ((which) & ~((which… argument
|
| /bsp/qemu-virt64-riscv/driver/asm/ |
| A D | sbiasm.h | 4 .macro SBI_CALL which 5 li a7, \which
|
| /bsp/microchip/samc21/bsp/hal/documentation/ |
| A D | flash.rst | 13 from the function return value which could be different for the different devices. 26 * Mini disk which can retain program and data storage 33 The peripheral which controls a re-programmable flash memory.
|
| A D | adc_sync.rst | 17 V- the digital value is negative, which also means that in differential 25 Some ADCs has a gain stage on the input lines which can be used to increase the 26 dynamic range. The default gain value is usually x1, which means that the
|
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/documentation/ |
| A D | usb_protocol_core.rst | 6 macro definitions, data structures and API functions which are compliant with 10 layer to use, which is especially helpful in the USB enumeration process.
|
| A D | usb_protocol_cdc.rst | 6 macro definitions and data structures which are compliant with CDC(Communications
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/documentation/ |
| A D | usb_protocol_core.rst | 6 macro definitions, data structures and API functions which are compliant with 10 layer to use, which is especially helpful in the USB enumeration process.
|
| A D | usb_protocol_cdc.rst | 6 macro definitions and data structures which are compliant with CDC(Communications
|
| /bsp/microchip/saml10/bsp/hal/documentation/ |
| A D | adc_sync.rst | 17 V- the digital value is negative, which also means that in differential 25 Some ADCs has a gain stage on the input lines which can be used to increase the 26 dynamic range. The default gain value is usually x1, which means that the
|
| /bsp/microchip/same70/bsp/hal/documentation/ |
| A D | adc_sync.rst | 17 V- the digital value is negative, which also means that in differential 25 Some ADCs has a gain stage on the input lines which can be used to increase the 26 dynamic range. The default gain value is usually x1, which means that the
|
| /bsp/microchip/same54/bsp/hal/documentation/ |
| A D | adc_sync.rst | 17 V- the digital value is negative, which also means that in differential 25 Some ADCs has a gain stage on the input lines which can be used to increase the 26 dynamic range. The default gain value is usually x1, which means that the
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/spinor/ |
| A D | Kconfig | 32 unit block, which is equal to nor block size generally. The larger block 78 protection, which cost much for status register and to protect 83 Beside, it just rewrite a volatile memory, not status register, which
|
| /bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Source/GCC/ |
| A D | efm32g.ld | 10 * It references following symbols, which must be defined in code: 13 * It defines following symbols, which code can use without definition:
|
| /bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Source/GCC/ |
| A D | efm32gg.ld | 10 * It references following symbols, which must be defined in code: 13 * It defines following symbols, which code can use without definition:
|
| /bsp/gd32/arm/gd32e230-lckfb/board/linker_scripts/ |
| A D | link.ld | 82 /* .data section which is used for initialized data */ 104 /* .bss section which is used for uninitialized data */
|
| /bsp/yichip/yc3121-pos/drivers/linker_scripts/ |
| A D | link.lds | 16 * It references following symbols, which must be defined in code: 19 * It defines following symbols, which code can use without definition:
|
| /bsp/yichip/yc3122-pos/drivers/linker_scripts/ |
| A D | link.lds | 16 * It references following symbols, which must be defined in code: 19 * It defines following symbols, which code can use without definition:
|
| /bsp/frdm-k64f/ |
| A D | K64FN1M0xxx12.ld | 15 * It references following symbols, which must be defined in code: 18 * It defines following symbols, which code can use without definition:
|
| /bsp/efm32/ |
| A D | efm32g_rom.ld | 23 * It references following symbols, which must be defined in code: 26 * It defines following symbols, which code can use without definition:
|