Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/k4w1/
Dmflash_drv.c59 result = FLASH_GetProperty(&s_flashDriver, kFLASH_PropertyPflash0BlockCount, &pflashBlockCount); in mflash_drv_init()
/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/k32w1/
Dmflash_drv.c59 result = FLASH_GetProperty(&s_flashDriver, kFLASH_PropertyPflash0BlockCount, &pflashBlockCount); in mflash_drv_init()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flash_k4/
Dfsl_k4_flash.h46 kFLASH_PropertyPflash0BlockCount = 0x03U, /*!< Pflash block count property.*/ enumerator
Dfsl_k4_flash.c646 case kFLASH_PropertyPflash0BlockCount: in FLASH_GetProperty()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_flash.h79 kFLASH_PropertyPflash0BlockCount = 0x03U, /*!< Pflash block count property.*/ enumerator
Dfsl_ftfx_flash.c1079 case kFLASH_PropertyPflash0BlockCount: in FLASH_GetProperty()
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXW727C/drivers/
Dfsl_flash_api.h114 kFLASH_PropertyPflash0BlockCount = 0x03U, /*!< Pflash block count property.*/ enumerator
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXW716C/drivers/
Dfsl_flash_api.h114 kFLASH_PropertyPflash0BlockCount = 0x03U, /*!< Pflash block count property.*/ enumerator
/hal_nxp-latest/mcux/mcux-sdk/components/internal_flash/
Dfsl_adapter_k4_flash.c109 ret = kFLASH_PropertyPflash0BlockCount; in HAL_FlashGetPropertyTag()