Home
last modified time | relevance | path

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

/vendor/hisilicon/hispark_pegasus/demo/nfc_demo/
H A Dapp_demo_config.c160 if (address % FM11_E2_BLOCK_SIZE) { in Fm11WriteEep()
161 offset = FM11_E2_BLOCK_SIZE - (address % FM11_E2_BLOCK_SIZE); in Fm11WriteEep()
173 if (length >= FM11_E2_BLOCK_SIZE) { in Fm11WriteEep()
174 EepWritePage(writeBuf, address, FM11_E2_BLOCK_SIZE); in Fm11WriteEep()
175 address += FM11_E2_BLOCK_SIZE; in Fm11WriteEep()
176 writeBuf += FM11_E2_BLOCK_SIZE; in Fm11WriteEep()
177 length -= FM11_E2_BLOCK_SIZE; in Fm11WriteEep()
H A Dapp_demo_config.h46 #define FM11_E2_BLOCK_SIZE 16 macro

Completed in 2 milliseconds