Searched +full:target +full:- +full:speed (Results 1 – 25 of 395) sorted by relevance
12345678910>>...16
/Zephyr-latest/include/zephyr/drivers/i3c/ |
D | ccc.h | 5 * SPDX-License-Identifier: Apache-2.0 117 /** Enter HDR Mode (HDR-DDR) (Broadcast) */ 120 /** Enter HDR Mode 0 (HDR-DDR) (Broadcast) */ 123 /** Enter HDR Mode 1 (HDR-TSP) (Broadcast) */ 126 /** Enter HDR Mode 2 (HDR-TSL) (Broadcast) */ 129 /** Enter HDR Mode 3 (HDR-BT) (Broadcast) */ 155 * Target Reset Action 171 /** Multi-Lane Data Transfer Control (Broadcast) */ 212 /** Get Max Data Speed (Direct) */ 233 * @brief Payload structure for Direct CCC to one target. [all …]
|
/Zephyr-latest/boards/ene/kb1200_evb/support/ |
D | openocd.cfg | 1 # SPDX-License-Identifier: GPL-2.0-or-later 7 source [find target/swj-dp.tcl] 17 # SWD DAP ID of ENE KB1200 Cortex-M4. 24 # Work-area is a space in RAM used for flash programming 32 # Debug Adapter Target Settings 33 swj_newdap $_CHIPNAME cpu -irlen 4 -expected-id $_CPUDAPID 34 dap create $_CHIPNAME.dap -chain-position $_CHIPNAME.cpu 36 target create $_TARGETNAME cortex_m -endian little -dap $_CHIPNAME.dap 38 $_TARGETNAME configure -work-area-phys 0x200c0000 -work-area-size $_WORKAREASIZE -work-area-backup 0 40 # Initial JTAG/SWD speed [all …]
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_npcx_controller.h | 4 * SPDX-License-Identifier: Apache-2.0 34 * @param dev_config Bit-packed 32-bit value to the device runtime configuration 38 * @retval -EIO General input / output error, failed to configure device. 39 * @retval -ERANGE Out of supported i2c frequency. 44 * @brief Get I2C controller speed. 47 * @param speed Pointer to store the I2C speed. 50 * @retval -ERANGE Stored I2C frequency out of supported range. 51 * @retval -EIO Controller is not configured. 53 int npcx_i2c_ctrl_get_speed(const struct device *i2c_dev, uint32_t *speed); 61 * @param addr Address of the I2C target device. [all …]
|
/Zephyr-latest/boards/arduino/giga_r1/ |
D | board.cmake | 1 # SPDX-License-Identifier: Apache-2.0 4 board_runner_args(jlink "--device=STM32H747XI_M7" "--speed=4000") 5 board_runner_args(openocd "--config=${BOARD_DIR}/support/openocd_arduino_giga_r1_m7.cfg") 6 board_runner_args(openocd --target-handle=_CHIPNAME.cpu0) 8 board_runner_args(jlink "--device=STM32H747XI_M4" "--speed=4000") 9 board_runner_args(openocd "--config=${BOARD_DIR}/support/openocd_arduino_giga_r1_m4.cfg") 10 board_runner_args(openocd --target-handle=_CHIPNAME.cpu1) 12 board_runner_args(dfu-util "--pid=2341:0366" "--alt=0" "--dfuse") 13 board_runner_args(blackmagicprobe "--connect-rst") 15 include(${ZEPHYR_BASE}/boards/common/dfu-util.board.cmake)
|
/Zephyr-latest/boards/arduino/nicla_vision/ |
D | board.cmake | 1 # SPDX-License-Identifier: Apache-2.0 4 board_runner_args(jlink "--device=STM32H747XI_M7" "--speed=4000") 5 board_runner_args(openocd "--config=${BOARD_DIR}/support/openocd_arduino_nicla_vision_m7.cfg") 6 board_runner_args(openocd --target-handle=_CHIPNAME.cpu0) 8 board_runner_args(jlink "--device=STM32H747XI_M4" "--speed=4000") 9 board_runner_args(openocd "--config=${BOARD_DIR}/support/openocd_arduino_nicla_vision_m4.cfg") 10 board_runner_args(openocd --target-handle=_CHIPNAME.cpu1) 12 board_runner_args(dfu-util "--pid=2341:035f" "--alt=0" "--dfuse") 13 board_runner_args(blackmagicprobe "--connect-rst") 15 include(${ZEPHYR_BASE}/boards/common/dfu-util.board.cmake)
|
/Zephyr-latest/dts/bindings/i2c/ |
D | ite,enhance-i2c.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 compatible: "ite,enhance-i2c" 8 include: ite,common-i2c.yaml 11 prescale-scl-low: 14 This option is used to configure the I2C speed prescaler for 21 data-hold-time: 25 - 3 26 - 4 27 - 5 28 - 6 [all …]
|
/Zephyr-latest/boards/adafruit/itsybitsy_m4_express/support/ |
D | openocd.cfg | 6 source [find target/atsame5x.cfg] 8 # TODO(http://openocd.zylin.com/#/c/5706/): lower the clock speed to workaround 10 adapter speed 500 13 $_TARGETNAME configure -event gdb-attach { 18 $_TARGETNAME configure -event gdb-detach {
|
/Zephyr-latest/boards/adafruit/feather_m4_express/support/ |
D | openocd.cfg | 6 source [find target/atsame5x.cfg] 8 # TODO(http://openocd.zylin.com/#/c/5706/): lower the clock speed to workaround 10 adapter speed 500 13 $_TARGETNAME configure -event gdb-attach { 18 $_TARGETNAME configure -event gdb-detach {
|
/Zephyr-latest/boards/sifive/hifive_unleashed/support/ |
D | openocd_hifive_unleashed.cfg | 1 adapter speed 10000 4 ftdi_device_desc "Dual RS232-HS" 8 ftdi_layout_signal nSRST -oe 0x0020 -data 0x0020 11 jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x20000913 14 target create $_TARGETNAME.0 riscv -chain-position $_TARGETNAME -rtos hwthread 15 target create $_TARGETNAME.1 riscv -chain-position $_TARGETNAME -coreid 1 16 target create $_TARGETNAME.2 riscv -chain-position $_TARGETNAME -coreid 2 17 target create $_TARGETNAME.3 riscv -chain-position $_TARGETNAME -coreid 3 18 target create $_TARGETNAME.4 riscv -chain-position $_TARGETNAME -coreid 4 19 target smp $_TARGETNAME.0 $_TARGETNAME.1 $_TARGETNAME.2 $_TARGETNAME.3 $_TARGETNAME.4 [all …]
|
/Zephyr-latest/boards/sifive/hifive_unmatched/support/ |
D | openocd_hifive_unmatched.cfg | 1 adapter speed 10000 4 ftdi_device_desc "Dual RS232-HS" 8 ftdi_layout_signal nSRST -oe 0x0020 -data 0x0020 11 jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x20000913 14 target create $_TARGETNAME.0 riscv -chain-position $_TARGETNAME -rtos hwthread 15 target create $_TARGETNAME.1 riscv -chain-position $_TARGETNAME -coreid 1 16 target create $_TARGETNAME.2 riscv -chain-position $_TARGETNAME -coreid 2 17 target create $_TARGETNAME.3 riscv -chain-position $_TARGETNAME -coreid 3 18 target create $_TARGETNAME.4 riscv -chain-position $_TARGETNAME -coreid 4 19 target smp $_TARGETNAME.0 $_TARGETNAME.1 $_TARGETNAME.2 $_TARGETNAME.3 $_TARGETNAME.4 [all …]
|
/Zephyr-latest/boards/sc/scobc_module1/support/ |
D | openocd.cfg | 1 source [find interface/cmsis-dap.cfg] 3 source [find target/swj-dp.tcl] 5 adapter speed 5000 12 swj_newdap $_CHIPNAME cpu -expected-id $_CPUTAPID 13 dap create $_CHIPNAME.dap -chain-position $_CHIPNAME.cpu 16 target create $_TARGETNAME cortex_m -dap $_CHIPNAME.dap 17 $_TARGETNAME configure -work-area-phys 0x20000000 -work-area-size $_WORKAREASIZE -work-area-backup 0
|
/Zephyr-latest/include/zephyr/drivers/pwm/ |
D | max31790.h | 4 * SPDX-License-Identifier: Apache-2.0 14 * measure the actual speed of the fan and automatically control it to the 15 * desired speed. 29 * to be interpreted as TACH target count. This basically is the number of internal 31 * rotation of the fan. The details about the TACH target count has to be calculated 36 * @brief speed range of fan 66 * to maximum speed for a startup from a completely stopped state.
|
/Zephyr-latest/boards/st/nucleo_h755zi_q/ |
D | board.cmake | 1 # SPDX-License-Identifier: Apache-2.0 4 board_runner_args(stm32cubeprogrammer "--port=swd" "--reset-mode=hw") 5 board_runner_args(jlink "--device=STM32H755ZI" "--speed=3300") 7 board_runner_args(openocd --target-handle=_CHIPNAME.cpu0) 9 board_runner_args(openocd --target-handle=_CHIPNAME.cpu1)
|
/Zephyr-latest/dts/bindings/mfd/ |
D | nxp,sc18im704.yaml | 2 # SPDX-License-Identifier: Apache-2.0 15 pinctrl-0 = <&uart0_default>; 16 pinctrl-names = "default"; 21 target-speed = <115200>; 22 reset-gpios = <&gpio1 15 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; 25 compatible = "nxp,sc18im704-i2c"; 27 #address-cells = <1>; 28 #size-cells = <0>; 32 compatible = "nxp,sc18im704-gpio"; 34 gpio-controller; [all …]
|
/Zephyr-latest/dts/bindings/i3c/ |
D | nuvoton,npcx-i3c.yaml | 2 # SPDX-License-Identifier: Apache-2.0 11 clock-frequency = <DT_FREQ_M(90)>; /* OFMCLK runs at 90MHz */ 12 core-prescaler = <3>; /* CORE_CLK runs at 30MHz */ 13 apb1-prescaler = <6>; /* APB1_CLK runs at 15MHz */ 14 apb2-prescaler = <6>; /* APB2_CLK runs at 15MHz */ 15 apb3-prescaler = <6>; /* APB3_CLK runs at 15MHz */ 16 apb4-prescaler = <3>; /* APB4_CLK runs at 30MHz */ 27 * Full speed = <12500000, 4170000> 28 * Normal speed = <7500000, 1500000> 30 i3c-scl-hz = <12500000>; [all …]
|
/Zephyr-latest/boards/nordic/nrf5340dk/ |
D | board.cmake | 1 # SPDX-License-Identifier: Apache-2.0 8 board_runner_args(jlink "--device=nrf5340_xxaa_app" "--speed=4000") 12 set_property(TARGET runners_yaml_props_target PROPERTY hex_file tfm_merged.hex) 16 board_runner_args(jlink "--device=nrf5340_xxaa_net" "--speed=4000")
|
/Zephyr-latest/boards/st/nucleo_h743zi/ |
D | board.cmake | 1 # SPDX-License-Identifier: Apache-2.0 4 board_runner_args(stm32cubeprogrammer "--port=swd" "--reset-mode=hw") 5 board_runner_args(openocd --cmd-post-verify "reset halt") 6 board_runner_args(openocd --target-handle=_CHIPNAME.cpu0) 7 board_runner_args(jlink "--device=STM32H743ZI" "--speed=4000") 8 board_runner_args(pyocd "--target=stm32h743zitx")
|
/Zephyr-latest/boards/ezurio/bl5340_dvk/ |
D | board.cmake | 3 # SPDX-License-Identifier: Apache-2.0 10 board_runner_args(jlink "--device=nrf5340_xxaa_app" "--speed=4000") 12 board_runner_args(jlink "--device=nrf5340_xxaa_net" "--speed=4000") 16 set_property(TARGET runners_yaml_props_target PROPERTY hex_file tfm_merged.hex)
|
/Zephyr-latest/boards/st/nucleo_h745zi_q/ |
D | board.cmake | 1 # SPDX-License-Identifier: Apache-2.0 5 board_runner_args(stm32cubeprogrammer "--port=swd" "--reset-mode=hw") 6 board_runner_args(jlink "--device=STM32H745ZI" "--speed=4000") 8 board_runner_args(openocd --target-handle=_CHIPNAME.cpu0) 10 board_runner_args(openocd --target-handle=_CHIPNAME.cpu1)
|
/Zephyr-latest/boards/shields/mikroe_mcp2518fd_click/doc/ |
D | index.rst | 7 -------- 10 interface and a high-speed ATA6563 CAN transceiver. 18 The shield uses a mikroBUS interface. The target board must define 20 (see :ref:`shields` for more details). The target board must also 26 Set ``--shield mikroe_mcp2518fd_click`` when you invoke ``west build``, 29 .. zephyr-app-commands:: 30 :zephyr-app: samples/drivers/can/counter 38 .. target-notes:: 41 https://www.mikroe.com/mcp2518fd-click
|
/Zephyr-latest/boards/renesas/rcar_spider_s4/support/ |
D | openocd.cfg | 1 # Renesas R-Car Spider S4 Cortex-R52 Board Config 3 source [find interface/ftdi/olimex-arm-usb-ocd-h.cfg] 4 source [find target/renesas_rcar_reset_common.cfg] 17 adapter speed 20000 21 jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x01 -irmask 0x0f -expected-id $DAP_TAPID 22 dap create $_DAPNAME -chain-position $_CHIPNAME.cpu 24 cti create $_CTINAME -dap $_DAPNAME -ap-num 1 -baseaddr $CR52_CTIBASE 25 target create $_TARGETNAME armv8r -dap $_DAPNAME -ap-num 1 -dbgbase $CR52_DBGBASE -cti $_CTINAME 27 $_TARGETNAME configure -rtos auto
|
/Zephyr-latest/boards/wiznet/w5500_evb_pico/ |
D | board.cmake | 1 # SPDX-License-Identifier: Apache-2.0 4 # by a command-line argument. 5 # It is mainly intended to support both the 'picoprobe' and 'raspberrypi-swd' 9 # Set RPI_PICO_DEBUG_ADAPTER to select debug adapter by command-line arguments. 10 # e.g.) west build -b w5500_evb_pico -- -DRPI_PICO_DEBUG_ADAPTER=raspberrypi-swd 17 set(RPI_PICO_DEBUG_ADAPTER "cmsis-dap") 20 board_runner_args(openocd --cmd-pre-init "source [find interface/${RPI_PICO_DEBUG_ADAPTER}.cfg]") 21 board_runner_args(openocd --cmd-pre-init "transport select swd") 22 board_runner_args(openocd --cmd-pre-init "source [find target/rp2040.cfg]") 24 # The adapter speed is expected to be set by interface configuration. [all …]
|
/Zephyr-latest/boards/raspberrypi/rpi_pico/ |
D | board.cmake | 1 # SPDX-License-Identifier: Apache-2.0 4 # by a command-line argument. 5 # It is mainly intended to support both the 'picoprobe' and 'raspberrypi-swd' 9 # Set RPI_PICO_DEBUG_ADAPTER to select debug adapter by command-line arguments. 10 # e.g.) west build -b rpi_pico -- -DRPI_PICO_DEBUG_ADAPTER=raspberrypi-swd 17 set(RPI_PICO_DEBUG_ADAPTER "cmsis-dap") 20 board_runner_args(openocd --cmd-pre-init "source [find interface/${RPI_PICO_DEBUG_ADAPTER}.cfg]") 21 board_runner_args(openocd --cmd-pre-init "transport select swd") 22 board_runner_args(openocd --cmd-pre-init "source [find target/rp2040.cfg]") 24 # The adapter speed is expected to be set by interface configuration. [all …]
|
/Zephyr-latest/boards/digilent/arty_a7/support/ |
D | openocd_arty_a7_arm_designstart_m1.cfg | 1 source [find interface/cmsis-dap.cfg] 2 source [find target/swj-dp.tcl] 4 adapter speed 5000
|
D | openocd_arty_a7_arm_designstart_m3.cfg | 1 source [find interface/cmsis-dap.cfg] 2 source [find target/swj-dp.tcl] 4 adapter speed 5000
|
12345678910>>...16