Home
last modified time | relevance | path

Searched refs:NXPS32DebugProbeConfig (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/scripts/west_commands/runners/
Dnxp_s32dbg.py26 class NXPS32DebugProbeConfig: class
41 probe_cfg: NXPS32DebugProbeConfig, argument
50 self.probe_cfg: NXPS32DebugProbeConfig = probe_cfg
105 default=NXPS32DebugProbeConfig.server_port,
109 default=NXPS32DebugProbeConfig.speed,
113 default=NXPS32DebugProbeConfig.remote_timeout,
119 probe_cfg = NXPS32DebugProbeConfig(args.dev_id,
/Zephyr-latest/scripts/west_commands/tests/
Dtest_nxp_s32dbg.py11 from runners.nxp_s32dbg import NXPS32DebugProbeConfig, NXPS32DebugProbeRunner
130 probe_cfg = NXPS32DebugProbeConfig(**args['NXPS32DebugProbeConfig'])