| /hal_nxp-latest/mcux/mcux-sdk/drivers/iped/ |
| D | fsl_iped.c | 310 uint32_t uuid[4]; in IPED_Reconfigure() local 334 status = FFR_GetUUID(&flash_config, (uint8_t *)uuid); in IPED_Reconfigure() 418 IvReg[0] = uuid[0]; in IPED_Reconfigure() 419 IvReg[1] = uuid[1]; in IPED_Reconfigure() 420 IvReg[2] = uuid[2] ^ region; in IPED_Reconfigure() 451 IvReg[0] = uuid[0]; in IPED_Reconfigure() 452 IvReg[1] = uuid[1]; in IPED_Reconfigure() 453 IvReg[2] = uuid[2] ^ (iped_region_t)config->option.iped_region; in IPED_Reconfigure()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/iap1/ |
| D | fsl_iap.c | 110 status_t (*ffr_get_uuid)(flash_config_t *config, uint8_t *uuid); 141 status_t (*ffr_get_uuid)(flash_config_t *config, uint8_t *uuid); 489 status_t FFR_GetUUID(flash_config_t *config, uint8_t *uuid) in FFR_GetUUID() argument 494 return VERSION0_FLASH_API_TREE->ffr_get_uuid(config, uuid); in FFR_GetUUID() 499 return VERSION1_FLASH_API_TREE->ffr_get_uuid(config, uuid); in FFR_GetUUID()
|
| D | fsl_iap_ffr.h | 184 uint32_t uuid[4]; /*!< [0x070-0x07f] */ member 343 status_t FFR_GetUUID(flash_config_t *config, uint8_t *uuid);
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/prince/ |
| D | fsl_prince.c | 810 uint32_t uuid[4]; in PRINCE_Reconfigure() local 844 status = FFR_GetUUID(&flash_config, (uint8_t *)uuid); in PRINCE_Reconfigure() 916 IvReg[0] = uuid[0]; in PRINCE_Reconfigure() 917 IvReg[1] = uuid[1]; in PRINCE_Reconfigure() 918 IvReg[2] = uuid[2] ^ region; in PRINCE_Reconfigure()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MCXA143/drivers/ |
| D | fsl_romapi.h | 489 static inline void ROMAPI_GetUUID(uint8_t *uuid) in ROMAPI_GetUUID() argument 497 *uuid = *p; in ROMAPI_GetUUID() 498 uuid++; in ROMAPI_GetUUID()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/mcxa_romapi/ |
| D | fsl_romapi.h | 489 static inline void ROMAPI_GetUUID(uint8_t *uuid) in ROMAPI_GetUUID() argument 497 *uuid = *p; in ROMAPI_GetUUID() 498 uuid++; in ROMAPI_GetUUID()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MCXA142/drivers/ |
| D | fsl_romapi.h | 489 static inline void ROMAPI_GetUUID(uint8_t *uuid) in ROMAPI_GetUUID() argument 497 *uuid = *p; in ROMAPI_GetUUID() 498 uuid++; in ROMAPI_GetUUID()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MCXA153/drivers/ |
| D | fsl_romapi.h | 489 static inline void ROMAPI_GetUUID(uint8_t *uuid) in ROMAPI_GetUUID() argument 497 *uuid = *p; in ROMAPI_GetUUID() 498 uuid++; in ROMAPI_GetUUID()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MCXA152/drivers/ |
| D | fsl_romapi.h | 489 static inline void ROMAPI_GetUUID(uint8_t *uuid) in ROMAPI_GetUUID() argument 497 *uuid = *p; in ROMAPI_GetUUID() 498 uuid++; in ROMAPI_GetUUID()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC5536/drivers/flash/ |
| D | fsl_flash_ffr.h | 282 uint32_t uuid[4]; /*!< [0x070-0x07f] */ member 521 status_t FFR_GetUUID(flash_config_t *config, uint8_t *uuid);
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC55S36/drivers/flash/ |
| D | fsl_flash_ffr.h | 282 uint32_t uuid[4]; /*!< [0x070-0x07f] */ member 521 status_t FFR_GetUUID(flash_config_t *config, uint8_t *uuid);
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC5534/drivers/flash/ |
| D | fsl_flash_ffr.h | 282 uint32_t uuid[4]; /*!< [0x070-0x07f] */ member 521 status_t FFR_GetUUID(flash_config_t *config, uint8_t *uuid);
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/mcx_romapi/flash/src/ |
| D | fsl_flash.c | 72 status_t (*ffr_get_uuid)(flash_config_t *config, uint8_t *uuid); 325 status_t FFR_GetUUID(flash_config_t *config, uint8_t *uuid) in FFR_GetUUID() argument 328 return BOOTLOADER_API_TREE_POINTER->flashDriver->ffr_get_uuid(config, uuid); in FFR_GetUUID()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC5536/drivers/flash/src/ |
| D | fsl_flash.c | 81 status_t (*ffr_get_uuid)(flash_config_t *config, uint8_t *uuid); 354 status_t FFR_GetUUID(flash_config_t *config, uint8_t *uuid) in FFR_GetUUID() argument 357 return BOOTLOADER_API_TREE_POINTER->flashDriver->ffr_get_uuid(config, uuid); in FFR_GetUUID()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC55S36/drivers/flash/src/ |
| D | fsl_flash.c | 81 status_t (*ffr_get_uuid)(flash_config_t *config, uint8_t *uuid); 354 status_t FFR_GetUUID(flash_config_t *config, uint8_t *uuid) in FFR_GetUUID() argument 357 return BOOTLOADER_API_TREE_POINTER->flashDriver->ffr_get_uuid(config, uuid); in FFR_GetUUID()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC5534/drivers/flash/src/ |
| D | fsl_flash.c | 81 status_t (*ffr_get_uuid)(flash_config_t *config, uint8_t *uuid); 354 status_t FFR_GetUUID(flash_config_t *config, uint8_t *uuid) in FFR_GetUUID() argument 357 return BOOTLOADER_API_TREE_POINTER->flashDriver->ffr_get_uuid(config, uuid); in FFR_GetUUID()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/mcx_romapi/flash/ |
| D | fsl_flash_ffr.h | 349 uint32_t uuid[4]; //!< [0x070-0x07f] member 581 status_t FFR_GetUUID(flash_config_t *config, uint8_t *uuid);
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC5536/drivers/nboot/ |
| D | fsl_nboot.h | 131 uint32_t uuid[4]; /*!< holds UUID value from NMPA */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC5534/drivers/nboot/ |
| D | fsl_nboot.h | 131 uint32_t uuid[4]; /*!< holds UUID value from NMPA */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/mcx_romapi/nboot/ |
| D | fsl_nboot.h | 131 uint32_t uuid[4]; /*!< holds UUID value from NMPA */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC55S36/drivers/nboot/ |
| D | fsl_nboot.h | 131 uint32_t uuid[4]; /*!< holds UUID value from NMPA */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT798S/drivers/romapi/nboot/ |
| D | fsl_romapi_nboot.h | 230 uint32_t uuid[4]; /*!< holds UUID value from NMPA */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT735S/drivers/romapi/nboot/ |
| D | fsl_romapi_nboot.h | 230 uint32_t uuid[4]; /*!< holds UUID value from NMPA */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT758S/drivers/romapi/nboot/ |
| D | fsl_romapi_nboot.h | 230 uint32_t uuid[4]; /*!< holds UUID value from NMPA */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/RW612/drivers/romapi/nboot/ |
| D | fsl_romapi_nboot.h | 269 uint32_t uuid[4]; /*!< holds UUID value from NMPA */ member
|