/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/ |
D | ch32v003-pinctrl.h | 42 #define TIM1_ETR_PC5_0 CH32V003_PINMUX_DEFINE(PC, 5, TIM1, 0) 43 #define TIM1_ETR_PC5_1 CH32V003_PINMUX_DEFINE(PC, 5, TIM1, 1) 45 #define TIM1_ETR_PC2_3 CH32V003_PINMUX_DEFINE(PC, 2, TIM1, 3) 47 #define TIM1_CH1_PC6_1 CH32V003_PINMUX_DEFINE(PC, 6, TIM1, 1) 49 #define TIM1_CH1_PC4_3 CH32V003_PINMUX_DEFINE(PC, 4, TIM1, 3) 51 #define TIM1_CH2_PC7_1 CH32V003_PINMUX_DEFINE(PC, 7, TIM1, 1) 53 #define TIM1_CH2_PC7_3 CH32V003_PINMUX_DEFINE(PC, 7, TIM1, 3) 54 #define TIM1_CH3_PC3_0 CH32V003_PINMUX_DEFINE(PC, 3, TIM1, 0) 55 #define TIM1_CH3_PC0_1 CH32V003_PINMUX_DEFINE(PC, 0, TIM1, 1) 56 #define TIM1_CH3_PC3_2 CH32V003_PINMUX_DEFINE(PC, 3, TIM1, 2) [all …]
|
/Zephyr-latest/samples/boards/st/bluetooth/interactive_gui/ |
D | README.rst | 11 Expose the Bluetooth network coprocessor via UART to a PC to be used 13 and it passes the data between the host (PC) and controller. 19 * `BlueNRG GUI`_ application installed on your PC
|
/Zephyr-latest/scripts/coredump/gdbstubs/arch/ |
D | xtensa.py | 278 PC = 0 variable in GdbRegDef_Sample_Controller.RegNum 312 PC = 0 variable in GdbRegDef_ESP32.RegNum 345 PC = 0 variable in GdbRegDef_ESP32S2.RegNum 374 PC = 0 variable in GdbRegDef_ESP32S3.RegNum 415 PC = 0 variable in GdbRegDef_Intel_Adsp_CAVS_Zephyr.RegNum 455 PC = 32 variable in GdbRegDef_Intel_Adsp_CAVS_XCC.RegNum 490 PC = 0 variable in GdbRegDef_DC233C.RegNum
|
D | arm_cortex_m.py | 34 PC = 15 variable in RegNum 70 self.registers[RegNum.PC] = tu[6] 152 thread_registers[RegNum.PC] = tu[6]
|
D | arm64.py | 50 PC = 32 # Program Counter (PC) variable in RegNum 104 self.registers[RegNum.PC] = tu[21]
|
D | risc_v.py | 49 PC = 32 variable in RegNum 95 self.registers[RegNum.PC] = tu[17]
|
/Zephyr-latest/arch/arm/core/ |
D | gdbstub.c | 28 unsigned int instr = sys_read32(ctx.registers[PC]); in is_bkpt() 69 ctx.registers[PC] = esf->basic.pc; in z_gdb_entry() 86 esf->basic.pc = ctx.registers[PC]; in z_gdb_entry() 119 uint32_t reg_val = ctx.registers[PC]; in arch_gdb_step()
|
/Zephyr-latest/soc/intel/lakemont/ |
D | Kconfig.defconfig | 15 # Target platforms are usually not PC-compatible
|
/Zephyr-latest/include/zephyr/arch/arm/ |
D | gdbstub.h | 54 PC, enumerator
|
/Zephyr-latest/boards/firefly/roc_rk3568_pc/ |
D | roc_rk3568_pc.dts | 13 model = "Firefly ROC-RK3568-PC";
|
/Zephyr-latest/samples/net/sockets/echo_client/ |
D | README.rst | 189 - Build ``echo-server`` for HOST PC (x86_64) 234 - Install the OTBR (OpenThread Border Router) docker container on your HOST PC (x86_64) 240 Linux PC 262 …:/64`` are the IPv6 addresses - On-Mesh - which allow accessing the OT devices) on HOST PC (x86_64) 296 On the HOST PC's webbrowser: http://localhost:8080/ 321 In the HOST PC www webpage interface please: 331 This one can be accessed from HOST's PC network (via e.g. 334 Start ``echo-server`` on HOST PC (x86-64)
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | ps2.rst | 10 IBM's desktop PC line of the same name before
|
/Zephyr-latest/boards/qemu/x86/ |
D | Kconfig.defconfig | 68 # QEMU presents a PC-compatible machine 90 # QEMU presents a PC-compatible machine
|
/Zephyr-latest/soc/intel/intel_ish/ |
D | Kconfig.defconfig | 21 # Target platforms are not PC-compatible
|
/Zephyr-latest/tests/drivers/can/host/ |
D | README.rst | 10 host PC (running :ref:`Twister <twister_script>`) and a device under test (DUT) running Zephyr. 17 * The python-can library installed on the host PC. 18 * A CAN fixture creating a CAN bus between the host PC and the DUT. 52 On the host PC, a virtual SocketCAN interface needs to be created and brought up before running the 86 Running the test suite on hardware requires a physical CAN adapter connected to the host PC. The CAN
|
/Zephyr-latest/samples/subsys/modbus/tcp_server/ |
D | README.rst | 21 on a PC or laptop. 40 On the client side, PC or laptop, the following command connects PyModbus
|
/Zephyr-latest/boards/96boards/argonkey/doc/ |
D | index.rst | 172 flashing on a Linux PC using UART as communication channel. 174 1. Connect ArgonKey UART to your Linux PC using, for example, a USB-TTL serial 183 When the USB cable is inserted to the Linux PC the following device will be 205 is connected to the PC through USB, it presents itself as a USB composite
|
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/ |
D | README.rst | 34 This broker can exist locally (e.g. on a host PC) or a publicly available MQTT broker 41 If using Ethernet, connect the board to the MQTT broker. This may be your host PC 103 - A DHCP server can be installed on the host PC to handle assigning an IP to the board 133 broker (i.e. IP address of Ethernet port on host PC). These addresses should be in the 135 - On your host PC, install Mosquitto.
|
/Zephyr-latest/boards/makerdiary/nrf52840_mdk_usb_dongle/doc/ |
D | index.rst | 13 with a simple connection to a PC or other USB enabled device.
|
/Zephyr-latest/boards/others/serpente/doc/ |
D | index.rst | 70 with a host PC. See the :zephyr:code-sample-category:`usb` sample applications for 72 to the host PC.
|
/Zephyr-latest/boards/st/sensortile_box/doc/ |
D | index.rst | 63 on a smartphone/PC to implement applications such as: 107 available on PC. 108 - using the USB connector, which may be used to make the console available on PC as 116 SensorTile.box can be connected as a USB device to a PC host through its micro-B connector.
|
/Zephyr-latest/samples/subsys/modbus/tcp_gateway/ |
D | README.rst | 21 :zephyr:code-sample:`modbus-rtu-server` sample. Client is running on a PC or laptop. 44 On the client side, PC or laptop, the following command connects PyModbus
|
/Zephyr-latest/samples/subsys/usb/console/ |
D | README.rst | 30 Plug the board into a host device, for sample, a PC running Linux OS.
|
/Zephyr-latest/doc/develop/getting_started/ |
D | installation_win.rst | 26 running in the "About your PC" section of the System Settings.
|
/Zephyr-latest/boards/seeed/wio_terminal/doc/ |
D | index.rst | 110 make the console available on PC as USB CDC class. 116 host PC. See the :zephyr:code-sample-category:`usb` sample applications for more, such as the 118 characters back to the host PC.
|