Home
last modified time | relevance | path

Searched refs:WMSecConfig (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_flash_ex.c121 static void FLASH_OB_WMSECConfig(uint32_t WMSecConfig, uint32_t WMSecStartPage, uint32_t WMSecE…
129 static void FLASH_OB_GetWMSEC(uint32_t * WMSecConfig, uint32_t * WMSecStartPage, uint32_t * WMS…
348 …FLASH_OB_WMSECConfig(pOBInit->WMSecConfig, pOBInit->WMSecStartPage, pOBInit->WMSecEndPage, pOBInit… in HAL_FLASHEx_OBProgram()
409 if ((pOBInit->WMSecConfig == OB_WMSEC_AREA1) || (pOBInit->WMSecConfig == OB_WMSEC_AREA2)) in HAL_FLASHEx_OBGetConfig()
412 …FLASH_OB_GetWMSEC(&(pOBInit->WMSecConfig), &(pOBInit->WMSecStartPage), &(pOBInit->WMSecEndPage), &… in HAL_FLASHEx_OBGetConfig()
1151 static void FLASH_OB_WMSECConfig(uint32_t WMSecConfig, uint32_t WMSecStartPage, uint32_t WMSecEndPa… in FLASH_OB_WMSECConfig() argument
1156 assert_param(IS_OB_WMSEC_CONFIG(WMSecConfig)); in FLASH_OB_WMSECConfig()
1157 assert_param(IS_OB_WMSEC_AREA_EXCLUSIVE(WMSecConfig & 0x3U)); in FLASH_OB_WMSECConfig()
1163 if ((WMSecConfig & OB_WMSEC_AREA1) != 0U) in FLASH_OB_WMSECConfig()
1168 else if ((WMSecConfig & OB_WMSEC_AREA2) != 0U) in FLASH_OB_WMSECConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_flash_ex.c130 static void FLASH_OB_WMSECConfig(uint32_t WMSecConfig, uint32_t WMSecStartPage, uint32…
140 static void FLASH_OB_GetWMSEC(uint32_t *WMSecConfig, uint32_t *WMSecStartPage, uint32_…
369 FLASH_OB_WMSECConfig(pOBInit->WMSecConfig, pOBInit->WMSecStartPage, pOBInit->WMSecEndPage, in HAL_FLASHEx_OBProgram()
431 if ((pOBInit->WMSecConfig == OB_WMSEC_AREA1) || (pOBInit->WMSecConfig == OB_WMSEC_AREA2)) in HAL_FLASHEx_OBGetConfig()
434 FLASH_OB_GetWMSEC(&(pOBInit->WMSecConfig), &(pOBInit->WMSecStartPage), &(pOBInit->WMSecEndPage), in HAL_FLASHEx_OBGetConfig()
1340 static void FLASH_OB_WMSECConfig(uint32_t WMSecConfig, uint32_t WMSecStartPage, uint32_t WMSecEndPa… in FLASH_OB_WMSECConfig() argument
1347 assert_param(IS_OB_WMSEC_CONFIG(WMSecConfig)); in FLASH_OB_WMSECConfig()
1348 assert_param(IS_OB_WMSEC_AREA_EXCLUSIVE(WMSecConfig & 0x3U)); in FLASH_OB_WMSECConfig()
1354 if ((WMSecConfig & OB_WMSEC_AREA1) != 0U) in FLASH_OB_WMSECConfig()
1359 else if ((WMSecConfig & OB_WMSEC_AREA2) != 0U) in FLASH_OB_WMSECConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_flash_ex.c128 static void FLASH_OB_WMSECConfig(uint32_t WMSecConfig, uint32_t WMSecStartPage, uint32_t WMSecE…
138 static void FLASH_OB_GetWMSEC(uint32_t *WMSecConfig, uint32_t *WMSecStartPage, uint32_t *WMSecE…
381 FLASH_OB_WMSECConfig(pOBInit->WMSecConfig, pOBInit->WMSecStartPage, pOBInit->WMSecEndPage, in HAL_FLASHEx_OBProgram()
443 if (pOBInit->WMSecConfig == OB_WMSEC_AREA1) in HAL_FLASHEx_OBGetConfig()
446 FLASH_OB_GetWMSEC(&(pOBInit->WMSecConfig), &(pOBInit->WMSecStartPage), &(pOBInit->WMSecEndPage), in HAL_FLASHEx_OBGetConfig()
1334 static void FLASH_OB_WMSECConfig(uint32_t WMSecConfig, uint32_t WMSecStartPage, uint32_t WMSecEndPa… in FLASH_OB_WMSECConfig() argument
1341 assert_param(IS_OB_WMSEC_CONFIG(WMSecConfig)); in FLASH_OB_WMSECConfig()
1342 assert_param(IS_OB_WMSEC_AREA_EXCLUSIVE(WMSecConfig & FLASH_BANK_1)); in FLASH_OB_WMSECConfig()
1348 if ((WMSecConfig & OB_WMSEC_AREA1) != 0U) in FLASH_OB_WMSECConfig()
1359 if ((WMSecConfig & OB_WMSEC_SECURE_AREA_CONFIG) != 0U) in FLASH_OB_WMSECConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_flash.h85 …uint32_t WMSecConfig; /*!< Configuration of the Watermark-based Secure Area (used for OPTIONB… member
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_flash.h89 …uint32_t WMSecConfig; /*!< Configuration of the Watermark-based Secure Area (used for OPTIONB… member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_flash.h94 …uint32_t WMSecConfig; /*!< Configuration of the Watermark-based Secure Area (used for OPTIONB… member