Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_flash_ex.c904 assert_param(IS_FLASH_SECTOR(pHDPExtension->NbSectors)); in HAL_FLASHEx_ConfigHDPExtension()
998 assert_param(IS_FLASH_SECTOR(Sector)); in FLASH_Erase_Sector()
1620 assert_param(IS_FLASH_SECTOR(WMSecStartSector)); in FLASH_OB_WMSECConfig()
1621 assert_param(IS_FLASH_SECTOR(WMSecEndSector)); in FLASH_OB_WMSECConfig()
1694 assert_param(IS_FLASH_SECTOR(HDPStartSector)); in FLASH_OB_HDPConfig()
1695 assert_param(IS_FLASH_SECTOR(HDPEndSector)); in FLASH_OB_HDPConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_flash.h766 #define IS_FLASH_SECTOR(SECTOR) ((SECTOR) < FLASH_SECTOR_NB) macro