Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/scripts/west_commands/tests/
Dtest_canopen_program.py107 mock.start_program.assert_not_called()
116 mock.start_program.assert_called_once()
/Zephyr-Core-3.7.0/scripts/west_commands/runners/
Dcanopen_program.py176 self.downloader.start_program()
241 def start_program(self): member in CANopenProgramDownloader