Searched refs:FXLC95000_FLASH_PAYLOAD_ADDR_LEN (Results 1 – 2 of 2) sorted by relevance
244 if (numBytes >= FXLC95000_FLASH_PAYLOAD_ADDR_LEN + FXLC95000_ROM_CI_WRITE_MIN_LEN) in FXLC95000_I2C_FlashPayload()247 …uint8_t bytesAfterPageBoundary = numBytes - bytesToPageBoundary - FXLC95000_FLASH_PAYLOAD_ADDR_LEN; in FXLC95000_I2C_FlashPayload()250 … if (bytesToPageBoundary > 0 && bytesToPageBoundary < numBytes - FXLC95000_FLASH_PAYLOAD_ADDR_LEN) in FXLC95000_I2C_FlashPayload()274 pFlashBytes[FXLC95000_FLASH_PAYLOAD_ADDR_LEN + bytesToPageBoundary + i]; in FXLC95000_I2C_FlashPayload()302 (*(pFlashBytes + 1) == 0) ? 0x1F & (numBytes - FXLC95000_FLASH_PAYLOAD_ADDR_LEN) : in FXLC95000_I2C_FlashPayload()303 0xC0 | (numBytes - FXLC95000_FLASH_PAYLOAD_ADDR_LEN); in FXLC95000_I2C_FlashPayload()
97 #define FXLC95000_FLASH_PAYLOAD_ADDR_LEN 4 macro