Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_controller.h31 #define kStatusGroupFtfxDriver kStatusGroup_FlashDriver macro
34 #define kStatusGroupFtfxDriver kStatusGroup_FLASH macro
37 #define kStatusGroupFtfxDriver 1 macro
47 kStatus_FTFx_SizeError = MAKE_STATUS(kStatusGroupFtfxDriver, 0), /*!< Error size*/
49 …MAKE_STATUS(kStatusGroupFtfxDriver, 1), /*!< Parameter is not aligned with the specified baseline*/
50 …kStatus_FTFx_AddressError = MAKE_STATUS(kStatusGroupFtfxDriver, 2), /*!< Address is out of range */
52 …MAKE_STATUS(kStatusGroupFtfxDriver, 3), /*!< Invalid instruction codes and out-of bound addresses …
54kStatusGroupFtfxDriver, 4), /*!< The program/erase operation is requested to execute on protected …
56 MAKE_STATUS(kStatusGroupFtfxDriver, 5), /*!< Run-time error during command execution. */
57 … kStatus_FTFx_UnknownProperty = MAKE_STATUS(kStatusGroupFtfxDriver, 6), /*!< Unknown property.*/
[all …]