Home
last modified time | relevance | path

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

/lk-master/external/platform/lpc15xx/lpcopen/periph_eeprom/example/src/
A Deeprom.c72 int stSize; in ShowString() local
77 stSize = (uint32_t) str[3]; in ShowString()
78 if (stSize > 32) { in ShowString()
79 stSize = 32; in ShowString()
83 str[4 + stSize] = '\0'; in ShowString()

Completed in 2 milliseconds