Searched refs:kStatusGroup_IAP (Results 1 – 3 of 3) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/iap/ |
| D | fsl_iap.h | 35 kStatus_IAP_InvalidCommand = MAKE_STATUS(kStatusGroup_IAP, 1U), /*!< Invalid command */ 36 …kStatus_IAP_SrcAddrError = MAKE_STATUS(kStatusGroup_IAP, 2U), /*!< Source address is not on word… 38 MAKE_STATUS(kStatusGroup_IAP, 3U), /*!< Destination address is not on a correct boundary */ 40 MAKE_STATUS(kStatusGroup_IAP, 4U), /*!< Source address is not mapped in the memory map */ 42 … MAKE_STATUS(kStatusGroup_IAP, 5U), /*!< Destination address is not mapped in the memory map */ 44 …MAKE_STATUS(kStatusGroup_IAP, 6U), /*!< Byte count is not multiple of 4 or is not a permitted valu… 46 kStatusGroup_IAP, 48 …kStatus_IAP_SectorNotblank = MAKE_STATUS(kStatusGroup_IAP, 8U), /*!< One or more sectors are not b… 50 …MAKE_STATUS(kStatusGroup_IAP, 9U), /*!< Command to prepare sector for write operation has not been… 52 …MAKE_STATUS(kStatusGroup_IAP, 10U), /*!< Destination and source memory contents do … [all …]
|
| D | fsl_iap.c | 75 ret = MAKE_STATUS((int32_t)kStatusGroup_IAP, (int32_t)status); in translate_iap_status()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/common/ |
| D | fsl_common.h | 155 kStatusGroup_IAP = 102, /*!< Group number for IAP status codes */ enumerator
|