/hal_nxp-3.6.0/mcux/mcux-sdk/components/flash/mflash/lpc55s3x/ |
D | mflash_drv.c | 30 …result = FLASH_GetProperty(&g_flash_instance, kFLASH_PropertyPflashBlockBaseAddr, &g_pflashBlockBa… in mflash_drv_init() 34 …result = FLASH_GetProperty(&g_flash_instance, kFLASH_PropertyPflashSectorSize, &g_pflashSectorSize… in mflash_drv_init() 38 … result = FLASH_GetProperty(&g_flash_instance, kFLASH_PropertyPflashTotalSize, &g_pflashTotalSize); in mflash_drv_init() 42 result = FLASH_GetProperty(&g_flash_instance, kFLASH_PropertyPflashPageSize, &g_pflashPageSize); in mflash_drv_init()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/components/flash/mflash/lpc55xxx/ |
D | mflash_drv.c | 30 …result = FLASH_GetProperty(&g_flash_instance, kFLASH_PropertyPflashBlockBaseAddr, &g_pflashBlockBa… in mflash_drv_init() 34 …result = FLASH_GetProperty(&g_flash_instance, kFLASH_PropertyPflashSectorSize, &g_pflashSectorSize… in mflash_drv_init() 38 … result = FLASH_GetProperty(&g_flash_instance, kFLASH_PropertyPflashTotalSize, &g_pflashTotalSize); in mflash_drv_init() 42 result = FLASH_GetProperty(&g_flash_instance, kFLASH_PropertyPflashPageSize, &g_pflashPageSize); in mflash_drv_init()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/middleware/issdk/algorithms/sensorfusion/sources/ |
D | driver_KSDK_NVM.c | 37 FLASH_GetProperty(&flashDriver, FLASH_SECTOR_SIZE_PROPERTY, &pflashSectorSize); in NVM_SetBlockFlash()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/flash/ |
D | fsl_ftfx_flash.h | 675 status_t FLASH_GetProperty(flash_config_t *config, flash_property_tag_t whichProperty, uint32_t *va…
|
D | fsl_ftfx_flash.c | 1055 status_t FLASH_GetProperty(flash_config_t *config, flash_property_tag_t whichProperty, uint32_t *va… in FLASH_GetProperty() function
|
/hal_nxp-3.6.0/mcux/mcux-sdk/components/internal_flash/ |
D | fsl_adapter_flash.c | 252 …return HAL_FlashGetStatus(FLASH_GetProperty(&s_flashConfig, (flash_property_tag_t)property, value)… in HAL_FlashGetProperty()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/iap1/ |
D | fsl_iap.h | 518 status_t FLASH_GetProperty(flash_config_t *config, flash_property_tag_t whichProperty, uint32_t *va…
|
D | fsl_iap.c | 360 status_t FLASH_GetProperty(flash_config_t *config, flash_property_tag_t whichProperty, uint32_t *va… in FLASH_GetProperty() function
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC5534/drivers/flash/ |
D | fsl_flash.h | 554 status_t FLASH_GetProperty(flash_config_t *config, flash_property_tag_t whichProperty, uint32_t *va…
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC55S36/drivers/flash/ |
D | fsl_flash.h | 554 status_t FLASH_GetProperty(flash_config_t *config, flash_property_tag_t whichProperty, uint32_t *va…
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC5536/drivers/flash/ |
D | fsl_flash.h | 554 status_t FLASH_GetProperty(flash_config_t *config, flash_property_tag_t whichProperty, uint32_t *va…
|
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/flash_ftmr/ |
D | fsl_flash.h | 817 status_t FLASH_GetProperty(flash_config_t *config, flash_property_tag_t whichProperty, uint32_t *va…
|
D | fsl_flash.c | 1579 status_t FLASH_GetProperty(flash_config_t *config, flash_property_tag_t whichProperty, uint32_t *va… in FLASH_GetProperty() function
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC5534/drivers/flash/src/ |
D | fsl_flash.c | 233 status_t FLASH_GetProperty(flash_config_t *config, flash_property_tag_t whichProperty, uint32_t *va… in FLASH_GetProperty() function
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC55S36/drivers/flash/src/ |
D | fsl_flash.c | 233 status_t FLASH_GetProperty(flash_config_t *config, flash_property_tag_t whichProperty, uint32_t *va… in FLASH_GetProperty() function
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC5536/drivers/flash/src/ |
D | fsl_flash.c | 233 status_t FLASH_GetProperty(flash_config_t *config, flash_property_tag_t whichProperty, uint32_t *va… in FLASH_GetProperty() function
|
/hal_nxp-3.6.0/mcux/mcux-sdk/middleware/issdk/drivers/ads/kinetis/ |
D | auto_detection_service.c | 1081 FLASH_GetProperty(&s_flashDriver, FLASH_SECTOR_SIZE_PROPERTY, &pflashSectorSize); in ADS_FlashUpdate()
|