Searched refs:wLeftBytes (Results 1 – 1 of 1) sorted by relevance
116 uint8_t wLeftBytes = (sizeBytes & 0x07); in Flash_Program() local117 uint16_t wLeftLongWords = wLeftBytes>>2; in Flash_Program()157 wLeftBytes = (wLeftBytes-(wLeftLongWords<<2)); // calculate the # of bytes that are not programmed in Flash_Program()158 if(!wLeftBytes){ in Flash_Program()165 for(i = wLeftBytes; i >0; i--) in Flash_Program()172 wLeftBytes = 4 - wLeftBytes; in Flash_Program()174 for(i = wLeftBytes; i >0; i--) in Flash_Program()181 pData = (uint8_t*)pdwData+wLeftBytes-1; // pointer to the left bytes in Flash_Program()182 for(i = wLeftBytes; i >0; i--) in Flash_Program()
Completed in 5 milliseconds