Home
last modified time | relevance | path

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

/Zephyr-latest/modules/canopennode/
Dcanopen_program.c26 #define PROGRAM_CTRL_STOP 0x00 macro
134 canopen_program_set_status(PROGRAM_CTRL_STOP); in canopen_odf_1f50()
148 canopen_program_set_status(PROGRAM_CTRL_STOP); in canopen_program_cmd_stop()
185 if (canopen_program_get_status() != PROGRAM_CTRL_STOP) { in canopen_program_cmd_clear()
256 case PROGRAM_CTRL_STOP: in canopen_odf_1f51()
/Zephyr-latest/scripts/west_commands/runners/
Dcanopen_program.py41 PROGRAM_CTRL_STOP = 0x00 variable
244 self._ctrl_program(PROGRAM_CTRL_STOP)