Searched refs:sdo_timeout (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/scripts/west_commands/tests/ |
D | test_canopen_program.py | 48 …node_id, context, program_number, confirm, confirm_only, timeout, sdo_retries, sdo_timeout, downlo… 63 if sdo_timeout: 64 args.extend(['--sdo-timeout', str(sdo_timeout)]) 89 sdo_timeout=sdo_timeout, 98 sdo_timeout=sdo_timeout,
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | canopen_program.py | 57 sdo_retries=DEFAULT_SDO_RETRIES, sdo_timeout=DEFAULT_SDO_TIMEOUT, argument 75 sdo_timeout=sdo_timeout, 133 sdo_timeout=args.sdo_timeout, 194 sdo_retries=DEFAULT_SDO_RETRIES, sdo_timeout=DEFAULT_SDO_TIMEOUT, argument 211 self.node.sdo.RESPONSE_TIMEOUT = sdo_timeout
|