/Zephyr-latest/tests/drivers/sensor/adltc2990/boards/ |
D | native_sim.overlay | 11 pins-v1-v2-current-resistor = <0>; 13 pin-v1-voltage-divider-resistors = <500 1000>; 25 pins-v1-v2-current-resistor = <1000000>; 27 pin-v1-voltage-divider-resistors = <0 1>; 37 pins-v1-v2-current-resistor = <1000000>; 39 pin-v1-voltage-divider-resistors = <0 1>; 51 pins-v1-v2-current-resistor = <1000000>; 53 pin-v1-voltage-divider-resistors = <0 1>; 65 pins-v1-v2-current-resistor = <10000>; 67 pin-v1-voltage-divider-resistors = <500 1000>; [all …]
|
/Zephyr-latest/scripts/dts/python-devicetree/tests/ |
D | test_dtlib.py | 129 /dts-v1/; 138 /dts-v1/; 156 /dts-v1/; 175 /dts-v1/; 184 /dts-v1/; 193 /dts-v1/; 205 /dts-v1/; 214 /dts-v1/; 224 /dts-v1/; 236 /dts-v1/; [all …]
|
/Zephyr-latest/include/zephyr/drivers/interrupt_controller/ |
D | gic.h | 32 * v1 ICDDCR 39 * v1 ICDICTR 46 * v1 ICDIIDR 53 * v1 ICDISRn 60 * v1 ICDISERn 67 * v1 ICDICERn 74 * v1 ICDISPRn 81 * v1 ICDICPRn 88 * v1 ICDABRn 103 * v1 ICDIPRn [all …]
|
/Zephyr-latest/dts/bindings/sensor/ |
D | adi,adltc2990.yaml | 43 0 | 0 0 0 | V1, V2, TR2 (Default) 44 1 | 0 0 1 | V1 – V2, TR2 45 2 | 0 1 0 | V1 – V2, V3, V4 49 6 | 1 1 0 | V1 – V2, V3 – V4 50 7 | 1 1 1 | V1, V2, V3, V4 58 1 | 0 1 | TR1, V1 or V1 – V2 Only per Mode [2:0] 64 pins-v1-v2-current-resistor: 68 pin-v1-voltage-divider-resistors:
|
D | seeed,grove-temperature.yaml | 19 Set to indicate a v1.0 sensor. Leave unset for v1.1 or v1.2.
|
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/philosophers/ |
D | README.rst | 1 .. zephyr:code-sample:: cmsis-rtos-v1 2 :name: Dining Philosophers (CMSIS RTOS V1 APIs) 4 Implement a solution to the Dining Philosophers problem using CMSIS RTOS V1. 10 multi-thread synchronization problem) using CMSIS RTOS V1 APIs. This particular 13 which uses CMSIS RTOS V1 API implementation in Zephyr. 54 CMSIS RTOS V1 APIs. This particular implementation demonstrates the
|
/Zephyr-latest/subsys/mgmt/hawkbit/ |
D | hawkbit_firmware.c | 24 snprintk(version, version_len, "%d.%d.%d", header.h.v1.sem_ver.major, in hawkbit_get_firmware_version() 25 header.h.v1.sem_ver.minor, header.h.v1.sem_ver.revision); in hawkbit_get_firmware_version()
|
/Zephyr-latest/dts/bindings/interrupt-controller/ |
D | arm,gic-v1.yaml | 3 description: ARM Generic Interrupt Controller v1 5 compatible: arm,gic-v1
|
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/timer_synchronization/ |
D | README.rst | 1 .. zephyr:code-sample:: cmsis-rtos-v1-sync 2 :name: Synchronization using CMSIS RTOS V1 APIs 4 Use timers and message queues from CMSIS RTOS v1 API to synchronize threads. 9 CMSIS RTOS V1 APIs.
|
/Zephyr-latest/subsys/mgmt/updatehub/ |
D | updatehub_firmware.c | 33 header.h.v1.sem_ver.major, in updatehub_get_firmware_version() 34 header.h.v1.sem_ver.minor, in updatehub_get_firmware_version() 35 header.h.v1.sem_ver.revision); in updatehub_get_firmware_version()
|
/Zephyr-latest/dts/bindings/bluetooth/ |
D | st,hci-spi-v1.yaml | 4 description: STMicroelectronics SPI protocol V1 compatible with BlueNRG-MS devices 6 compatible: "st,hci-spi-v1"
|
/Zephyr-latest/dts/bindings/stepper/adi/ |
D | adi,trinamic-ramp-generator.yaml | 21 First acceleration between VSTART and V1 in [µsteps/ta²](unsigned) 23 v1: 35 Second acceleration between V1 and VMAX in [µsteps/ta²](unsigned) 50 Deceleration between VMAX and V1 in [µsteps/ta²](unsigned) 56 Deceleration between V1 and VSTOP in [µsteps/ta²](unsigned) 59 even if V1=0!
|
/Zephyr-latest/doc/services/portability/ |
D | cmsis_rtos_v1.rst | 3 CMSIS RTOS v1 10 making it generic. For more information on CMSIS RTOS v1, please refer
|
/Zephyr-latest/dts/bindings/mtd/ |
D | gd,gd32-nv-flash-v1.yaml | 5 Flash memory binding of GD32 FMC v1. 21 compatible: gd,gd32-nv-flash-v1
|
/Zephyr-latest/boards/lilygo/ttgo_t7v1_5/ |
D | ttgo_t7v1_5_esp32_appcpu.dts | 6 /dts-v1/; 12 model = "ttgo t7 v1.5 APPCPU";
|
/Zephyr-latest/dts/bindings/i2c/ |
D | st,stm32-i2c-v1.yaml | 4 description: STM32 I2C V1 controller 6 compatible: "st,stm32-i2c-v1"
|
/Zephyr-latest/include/zephyr/drivers/stepper/ |
D | stepper_trinamic.h | 67 uint32_t v1; member 87 COND_CODE_1(DT_PROP_EXISTS(node, v1), \ 88 BUILD_ASSERT(IN_RANGE(DT_PROP(node, v1), TMC_RAMP_V1_MIN, \ 89 TMC_RAMP_V1_MAX), "v1 out of range"), ()); \ 137 .v1 = DT_PROP(node, v1), \
|
/Zephyr-latest/samples/boards/bbc/microbit/sound/ |
D | README.rst | 11 to port P0 on the edge connector of the **BBC micro:bit v1** or 17 Using **BBC micro:bit v1**, a separate piezo buzzer must be connected to the board. 30 Building for a BBC micro:bit v1
|
/Zephyr-latest/soc/espressif/esp32c3/ |
D | Kconfig | 24 bool "SOC is revision v1.1" 26 ESP32-C3 revision v1.1 has updated ROM functions for Wi-Fi and BLE that
|
/Zephyr-latest/subsys/portability/cmsis_rtos_v1/ |
D | Kconfig | 5 bool "CMSIS RTOS v1 API" 11 This enables CMSIS RTOS v1 API support. This is an OS-integration
|
/Zephyr-latest/dts/bindings/dma/ |
D | st,stm32-dma.yaml | 10 V1 like stm32F4 or stm32F2 socs, they include FIFO control registers 27 description: If the DMA controller V1 supports memory to memory transfer
|
/Zephyr-latest/boards/st/stm32vl_disco/doc/ |
D | index.rst | 8 integrated ST-LINK debugger and programmer is included (V1), but the only 18 - On-board ST-LINK/V1 with selection mode switch to use the kit as a standalone 19 ST-LINK/V1 (with SWD connector for programming and debugging) 127 STM32VLDISCOVERY board includes an ST-LINK/V1 embedded debug tool interface. 157 The ST-LINK/V1 includes a buggy USB mass storage gadget. To connect to the
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.npcx_fiu | 44 This option enables DRA V1 support. 50 This option enables DRA V1 support.
|
/Zephyr-latest/soc/ |
D | Kconfig | 3 # Only v1 model has choice for SoC selection, therefore the optional source 4 # Sourced here and not in Kconfig.v1 to keep current SoC/CPU selection menu
|
/Zephyr-latest/drivers/dma/ |
D | Kconfig.stm32 | 17 Driver for STM32 DMA V1, V2, V2bis and BDMA types. 35 Enable DMA V1 support.
|