Home
last modified time | relevance | path

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

/Zephyr-latest/modules/canopennode/
Dcanopen_program.c31 #define PROGRAM_CTRL_ZEPHYR_CONFIRM 0x80 macro
71 return PROGRAM_CTRL_ZEPHYR_CONFIRM; in canopen_program_get_status()
143 if (canopen_program_get_status() == PROGRAM_CTRL_ZEPHYR_CONFIRM) { in canopen_program_cmd_stop()
157 if (canopen_program_get_status() == PROGRAM_CTRL_ZEPHYR_CONFIRM) { in canopen_program_cmd_start()
213 if (canopen_program_get_status() == PROGRAM_CTRL_ZEPHYR_CONFIRM) { in canopen_program_cmd_confirm()
265 case PROGRAM_CTRL_ZEPHYR_CONFIRM: in canopen_odf_1f51()
/Zephyr-latest/scripts/west_commands/runners/
Dcanopen_program.py45 PROGRAM_CTRL_ZEPHYR_CONFIRM = 0x80 variable
259 self._ctrl_program(PROGRAM_CTRL_ZEPHYR_CONFIRM)