Home
last modified time | relevance | path

Searched refs:flash_status (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/modules/canopennode/
Dcanopen_program.c47 uint32_t flash_status; member
90 ctx.flash_status = FLASH_STATUS_FLASH_NOT_CLEARED; in canopen_odf_1f50()
100 ctx.flash_status = FLASH_STATUS_FLASH_WRITE_ERROR; in canopen_odf_1f50()
103 ctx.flash_status = FLASH_STATUS_IN_PROGRESS; in canopen_odf_1f50()
117 ctx.flash_status = FLASH_STATUS_FLASH_WRITE_ERROR; in canopen_odf_1f50()
127 ctx.flash_status = FLASH_STATUS_DATA_FORMAT_ERROR; in canopen_odf_1f50()
131 ctx.flash_status = FLASH_STATUS_NO_ERROR; in canopen_odf_1f50()
203 ctx.flash_status = FLASH_STATUS_NO_ERROR; in canopen_program_cmd_clear()
413 CO_setUint32(odf_arg->data, ctx.flash_status); in canopen_odf_1f57()
421 ctx.flash_status = FLASH_STATUS_NO_ERROR; in canopen_program_download_attach()
/Zephyr-Core-3.7.0/scripts/west_commands/tests/
Dtest_canopen_program.py68 mock.flash_status.return_value = 0
/Zephyr-Core-3.7.0/scripts/west_commands/runners/
Dcanopen_program.py265 def flash_status(self): member in CANopenProgramDownloader
310 status = self.flash_status()