Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/k4w1/
Dmflash_drv.c65 result = FLASH_GetProperty(&s_flashDriver, kFLASH_PropertyPflash0TotalSize, &pflashTotalSize); in mflash_drv_init()
/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/k32w1/
Dmflash_drv.c65 result = FLASH_GetProperty(&s_flashDriver, kFLASH_PropertyPflash0TotalSize, &pflashTotalSize); in mflash_drv_init()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flash_k4/
Dfsl_k4_flash.h44 kFLASH_PropertyPflash0TotalSize = 0x01U, /*!< Pflash total size property.*/ enumerator
Dfsl_k4_flash.c640 case kFLASH_PropertyPflash0TotalSize: in FLASH_GetProperty()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_flash.h77 kFLASH_PropertyPflash0TotalSize = 0x01U, /*!< Pflash total size property.*/ enumerator
Dfsl_ftfx_flash.c1071 case kFLASH_PropertyPflash0TotalSize: in FLASH_GetProperty()
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXW727C/drivers/
Dfsl_flash_api.h112 kFLASH_PropertyPflash0TotalSize = 0x01U, /*!< Pflash total size property.*/ enumerator
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXW716C/drivers/
Dfsl_flash_api.h112 kFLASH_PropertyPflash0TotalSize = 0x01U, /*!< Pflash total size property.*/ enumerator
/hal_nxp-latest/mcux/mcux-sdk/components/internal_flash/
Dfsl_adapter_k4_flash.c106 ret = kFLASH_PropertyPflash0TotalSize; in HAL_FlashGetPropertyTag()