Home
last modified time | relevance | path

Searched refs:dstAdd (Results 1 – 4 of 4) sorted by relevance

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Diap.c64 uint8_t Chip_IAP_CopyRamToFlash(uint32_t dstAdd, uint32_t *srcAdd, uint32_t byteswrt) in Chip_IAP_CopyRamToFlash() argument
69 command[1] = dstAdd; in Chip_IAP_CopyRamToFlash()
128 uint8_t Chip_IAP_Compare(uint32_t dstAdd, uint32_t srcAdd, uint32_t bytescmp) in Chip_IAP_Compare() argument
133 command[1] = dstAdd; in Chip_IAP_Compare()
A Deeprom.c52 uint8_t Chip_EEPROM_Write(uint32_t dstAdd, uint8_t *ptr, uint32_t byteswrt) in Chip_EEPROM_Write() argument
57 command[1] = dstAdd; in Chip_EEPROM_Write()
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Diap.h103 uint8_t Chip_IAP_CopyRamToFlash(uint32_t dstAdd, uint32_t *srcAdd, uint32_t byteswrt);
148 uint8_t Chip_IAP_Compare(uint32_t dstAdd, uint32_t srcAdd, uint32_t bytescmp);
A Deeprom.h51 uint8_t Chip_EEPROM_Write(uint32_t dstAdd, uint8_t *ptr, uint32_t byteswrt);

Completed in 3 milliseconds