Home
last modified time | relevance | path

Searched refs:mem_write (Results 1 – 9 of 9) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/devices/LPC5536/drivers/mem_interface/src/
Dfsl_mem_interface.c30 …status_t (*mem_write)(api_core_context_t *ctx, uint32_t addr, uint32_t len, const uint8_t *buf, ui… member
98 …return BOOTLOADER_API_TREE_POINTER->iapAPIDriver->mem_write(coreCtx, start, lengthInBytes, buf, me… in MEM_Write()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC5534/drivers/mem_interface/src/
Dfsl_mem_interface.c30 …status_t (*mem_write)(api_core_context_t *ctx, uint32_t addr, uint32_t len, const uint8_t *buf, ui… member
98 …return BOOTLOADER_API_TREE_POINTER->iapAPIDriver->mem_write(coreCtx, start, lengthInBytes, buf, me… in MEM_Write()
/hal_nxp-latest/mcux/mcux-sdk/drivers/mcx_romapi/mem_interface/src/
Dfsl_mem_interface.c30 …status_t (*mem_write)(api_core_context_t *ctx, uint32_t addr, uint32_t len, const uint8_t *buf, ui… member
98 …return BOOTLOADER_API_TREE_POINTER->iapAPIDriver->mem_write(coreCtx, start, lengthInBytes, buf, me… in MEM_Write()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC55S36/drivers/mem_interface/src/
Dfsl_mem_interface.c30 …status_t (*mem_write)(api_core_context_t *ctx, uint32_t addr, uint32_t len, const uint8_t *buf, ui… member
98 …return BOOTLOADER_API_TREE_POINTER->iapAPIDriver->mem_write(coreCtx, start, lengthInBytes, buf, me… in MEM_Write()
/hal_nxp-latest/mcux/mcux-sdk/devices/RW610/drivers/romapi/iap/
Dfsl_romapi_iap.c41 return IAP_API_TREE->mem_write(coreCtx, start, lengthInBytes, buf, memoryId); in iap_mem_write()
Dfsl_romapi_iap.h188 …status_t (*mem_write)(api_core_context_t *ctx, uint32_t addr, uint32_t len, const uint8_t *buf, ui… member
/hal_nxp-latest/mcux/mcux-sdk/devices/RW612/drivers/romapi/iap/
Dfsl_romapi_iap.c41 return IAP_API_TREE->mem_write(coreCtx, start, lengthInBytes, buf, memoryId); in iap_mem_write()
Dfsl_romapi_iap.h188 …status_t (*mem_write)(api_core_context_t *ctx, uint32_t addr, uint32_t len, const uint8_t *buf, ui… member
/hal_nxp-latest/mcux/mcux-sdk/components/conn_fwloader/include/
Dfsl_loader_utils.h593 …status_t (*mem_write)(fsl_api_core_context_t *ctx, uint32_t addr, uint32_t len, const uint8_t *buf… member