Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Testing/FrameworkSource/
DFPGA.cpp62 this->currentDesc=testDesc; in FPGA()
111 a = *this->currentDesc++; in read32()
112 b = *this->currentDesc++; in read32()
113 c = *this->currentDesc++; in read32()
114 d = *this->currentDesc++; in read32()
127 while(*this->currentDesc != 0) in readStr()
129 *p++ = *this->currentDesc++; in readStr()
132 this->currentDesc++; in readStr()
137 *c = *this->currentDesc; in readChar()
138 this->currentDesc++; in readChar()
/cmsis-dsp-latest/Testing/FrameworkInclude/
DFPGA.h122 const char *currentDesc; variable