Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/rt1060/
Dfwk_platform_ota.c50 partition->start_offset = (uint32_t)FW_UPDATE_STORAGE_OFFSET; in PLATFORM_OtaGetOtaPartitionConfig()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/include/
Dfwk_platform_ota.h63 …uint32_t start_offset; /*!< Offset of firmware update partition in flash device. The physical addr… member
/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9896/
Dfsl_hal_registers.c838 status_t TFA9896_DspReadMem(tfa9896_handle_t *handle, unsigned short start_offset, int num_words, i… in TFA9896_DspReadMem() argument
860 error = TFA9896_WriteRegister(handle, 0x71, start_offset); in TFA9896_DspReadMem()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/Common/
Dfwk_platform_mcuboot_ota.ch125 static const OtaPartition_t ota_partition_cfg = {.start_offset = gExtFlash_StartOffset_c,