68 #define ISF_MEM_CPY(src, dest, number_of_bytes ) isf_mem_copy((src), (dest), (number_of_bytes))
uint32 bitrev(uint32 x)
This function reverse the bits of a double word.
uint32 ff1_lsb(uint32 doubleword)
find first-in form LSB.
The isf_types.h file contains the ISF data type definitions and some of the globally used macros...
uint16 isf_swap2byte(uint16 n)
2 byte swapping method
void isf_mem_copy(void *src, void *dest, uint32 size)
memory copy
uint32 ff1(uint32 doubleword)
find first-in.
uint32 isf_time_util_get_usec(void)
elapsed time in microseconds
unsigned short int uint16
uint32 isf_swap4byte(uint32 n)
4 byte swapping method