Searched refs:shift8 (Results 1 - 1 of 1) sorted by relevance

/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
H A Dcu_cmd.c5262 TI_UINT8 shift8; local
5276 for (shift8 = 0, comparison = 0xff, index = NVS_VERSION_PARAMETER_LENGTH - 1;index >= 0; index--)
5278 valueToSet = (version & comparison) >> shift8;
5282 shift8 += 8;

Completed in 35 milliseconds