Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/west_commands/tests/
Dtest_canopen_program.py112 mock.start_program.assert_not_called()
121 mock.start_program.assert_called_once()
/Zephyr-latest/scripts/west_commands/runners/
Dcanopen_program.py180 self.downloader.start_program()
246 def start_program(self): member in CANopenProgramDownloader