Searched refs:PHASE_RESET (Results 1 – 4 of 4) sorted by relevance
18 #define PHASE_RESET 0xFFU macro
36 if (dfu->phase != PHASE_RESET) { \40 dfu->phase = PHASE_RESET; \80 if (dfu->phase == PHASE_RESET) { in dfu_callback_upload()
69 if (handle.phase != PHASE_RESET) { \71 handle.phase = PHASE_RESET; \230 if (handle.phase == PHASE_RESET) { in uart_send_phase()450 if ((ret == 0) && (handle.phase == PHASE_RESET)) { in uart_read()
418 ret = PHASE_RESET; in usb_dfu_get_phase()
Completed in 5 milliseconds