Home
last modified time | relevance | path

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

/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/device/class/dfu/Source/
A Ddfu_core.c269 dfu->bState = STATE_DFU_IDLE; in dfu_deinit()
406 switch (dfu->bState) { in dfu_detach()
413 dfu->bState = STATE_DFU_IDLE; in dfu_detach()
447 switch (dfu->bState) { in dfu_dnload()
486 dfu->bState = STATE_DFU_IDLE; in dfu_upload()
490 switch (dfu->bState) { in dfu_upload()
547 switch (dfu->bState) { in dfu_getstatus()
598 dfu->bState = STATE_DFU_IDLE; in dfu_clrstatus()
602 dfu->bState = STATE_DFU_ERROR; in dfu_clrstatus()
635 switch (dfu->bState){ in dfu_abort()
[all …]
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/device/class/dfu/Include/
A Ddfu_core.h160 uint8_t bState; member

Completed in 13 milliseconds