#define convertDiffTimeToMsec | ( | END_TV, | |||
BEGIN_TV | ) |
Calculate the time differnce between the beginning and the end. Convert the result into an integer value (in multiples of milliseconds).
END_TV | (struct timeval) variable of ending time | |
BEGIN_TV | (struct timeval) variable of beginning time |
Referenced by atmelFlashClearGPNVM(), atmelFlashErase(), atmelFlashEraseAndProgram(), atmelFlashLock(), atmelFlashProgramOnly(), atmelFlashSetGPNVM(), atmelFlashUnlock(), ftdiBlink(), gdb_check_memory_block(), gdb_flash_auto_programming(), gdb_monitor_Rcmd(), jt_amdflashEraseSectorByte(), jt_amdflashEraseSectorHalfword(), jt_amdflashEraseSectorWord(), jt_amdflashProgByte(), jt_amdflashProgByte_faster(), jt_amdflashProgHalfword(), jt_amdflashProgHalfword_faster(), jt_amdflashProgWord(), jt_amdflashProgWord_faster(), jt_stm32f10xflashEraseSector(), jtag_arm_IceRT_PutAnyBreakPoint(), jtag_arm_Mointor2DebugMode(), philipsFlashEraseAllUnlocked(), philipsFlashLock(), philipsFlashProgram(), philipsFlashUnlock(), prog_flash_amd16(), prog_flash_amd32(), prog_flash_amd8(), stm32f10xOptionByteflashEraseSector(), stm32FlashProgram(), str7FlashErase(), str7FlashProgram(), str9FlashErase(), and str9FlashProgram().
#define convertDiffTimeToUsec | ( | END_TV, | |||
BEGIN_TV | ) |
Calculate the time differnce between the beginning and the end. Convert the result into an integer value (in multiples of microseconds).
END_TV | (struct timeval) variable of ending time | |
BEGIN_TV | (struct timeval) variable of beginning time |
Referenced by libusbReadData(), and libusbWriteData().