Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/west_commands/tests/
Dtest_canopen_program.py110 mock.stop_program.assert_not_called()
118 mock.stop_program.assert_called_once()
/Zephyr-latest/scripts/west_commands/runners/
Dcanopen_program.py169 self.downloader.stop_program()
241 def stop_program(self): member in CANopenProgramDownloader