Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/components/flash/mflash/lpc55s3x/
Dmflash_drv.c30 …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/
Dmflash_drv.c30 …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/
Ddriver_KSDK_NVM.c37 FLASH_GetProperty(&flashDriver, FLASH_SECTOR_SIZE_PROPERTY, &pflashSectorSize); in NVM_SetBlockFlash()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_flash.h675 status_t FLASH_GetProperty(flash_config_t *config, flash_property_tag_t whichProperty, uint32_t *va…
Dfsl_ftfx_flash.c1055 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/
Dfsl_adapter_flash.c252 …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/
Dfsl_iap.h518 status_t FLASH_GetProperty(flash_config_t *config, flash_property_tag_t whichProperty, uint32_t *va…
Dfsl_iap.c360 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/
Dfsl_flash.h554 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/
Dfsl_flash.h554 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/
Dfsl_flash.h554 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/
Dfsl_flash.h817 status_t FLASH_GetProperty(flash_config_t *config, flash_property_tag_t whichProperty, uint32_t *va…
Dfsl_flash.c1579 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/
Dfsl_flash.c233 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/
Dfsl_flash.c233 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/
Dfsl_flash.c233 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/
Dauto_detection_service.c1081 FLASH_GetProperty(&s_flashDriver, FLASH_SECTOR_SIZE_PROPERTY, &pflashSectorSize); in ADS_FlashUpdate()