Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/middleware/issdk/sensors/
Dfxlc95000_drv.c244 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()
Dfxlc95000_drv.h97 #define FXLC95000_FLASH_PAYLOAD_ADDR_LEN 4 macro