Home
last modified time | relevance | path

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

/Zephyr-latest/modules/canopennode/
Dcanopen_program.c27 #define PROGRAM_CTRL_START 0x01 macro
175 canopen_program_set_status(PROGRAM_CTRL_START); in canopen_program_cmd_start()
223 canopen_program_set_status(PROGRAM_CTRL_START); in canopen_program_cmd_confirm()
259 case PROGRAM_CTRL_START: in canopen_odf_1f51()
420 canopen_program_set_status(PROGRAM_CTRL_START); in canopen_program_download_attach()
/Zephyr-latest/scripts/west_commands/runners/
Dcanopen_program.py42 PROGRAM_CTRL_START = 0x01 variable
249 self._ctrl_program(PROGRAM_CTRL_START)