Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32u5xx/bl2/
Dlow_level_security.c921 if (flash_option_bytes_bank1.RDPLevel != OB_RDP_LEVEL_2) in LL_SECU_CheckStaticProtections()
923 rdp_level(TFM_OB_RDP_LEVEL_VALUE, flash_option_bytes_bank1.RDPLevel); in LL_SECU_CheckStaticProtections()
929 if ((flash_option_bytes_bank1.RDPLevel != OB_RDP_LEVEL_2) && in LL_SECU_CheckStaticProtections()
930 (flash_option_bytes_bank1.RDPLevel != OB_RDP_LEVEL_1)) in LL_SECU_CheckStaticProtections()
932 rdp_level(TFM_OB_RDP_LEVEL_VALUE, flash_option_bytes_bank1.RDPLevel); in LL_SECU_CheckStaticProtections()
938 if ((flash_option_bytes_bank1.RDPLevel != OB_RDP_LEVEL_2) && in LL_SECU_CheckStaticProtections()
939 (flash_option_bytes_bank1.RDPLevel != OB_RDP_LEVEL_1) && in LL_SECU_CheckStaticProtections()
940 (flash_option_bytes_bank1.RDPLevel != OB_RDP_LEVEL_0_5)) in LL_SECU_CheckStaticProtections()
942 rdp_level(TFM_OB_RDP_LEVEL_VALUE, flash_option_bytes_bank1.RDPLevel); in LL_SECU_CheckStaticProtections()
974 flash_option_bytes_bank.RDPLevel = rdplevel; in rdp_level()
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_flash_ex.c119 static void FLASH_OB_RDPConfig(uint32_t RDPLevel);
334 FLASH_OB_RDPConfig(pOBInit->RDPLevel); in HAL_FLASHEx_OBProgram()
403 pOBInit->RDPLevel = FLASH_OB_GetRDP(); in HAL_FLASHEx_OBGetConfig()
925 static void FLASH_OB_RDPConfig(uint32_t RDPLevel) in FLASH_OB_RDPConfig() argument
928 assert_param(IS_OB_RDP_LEVEL(RDPLevel)); in FLASH_OB_RDPConfig()
931 MODIFY_REG(FLASH->OPTR, FLASH_OPTR_RDP, RDPLevel); in FLASH_OB_RDPConfig()
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_flash_ex.c128 static void FLASH_OB_RDPConfig(uint32_t RDPLevel);
348 FLASH_OB_RDPConfig(pOBInit->RDPLevel); in HAL_FLASHEx_OBProgram()
425 pOBInit->RDPLevel = FLASH_OB_GetRDP(); in HAL_FLASHEx_OBGetConfig()
1036 static void FLASH_OB_RDPConfig(uint32_t RDPLevel) in FLASH_OB_RDPConfig() argument
1039 assert_param(IS_OB_RDP_LEVEL(RDPLevel)); in FLASH_OB_RDPConfig()
1042 MODIFY_REG(FLASH->OPTR, FLASH_OPTR_RDP, RDPLevel); in FLASH_OB_RDPConfig()
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32l5xx/bl2/
Dtfm_low_level_security.c419 if (flash_option_bytes_bank1.RDPLevel != TFM_OB_RDP_LEVEL_VALUE) in TFM_LL_SECU_CheckStaticProtections()
421 BOOT_LOG_INF("RDPLevel 0x%x (0x%x)", flash_option_bytes_bank1.RDPLevel, TFM_OB_RDP_LEVEL_VALUE); in TFM_LL_SECU_CheckStaticProtections()
437 flash_option_bytes_bank.RDPLevel = rdplevel; in rdp_level()
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_flash.h76 uint32_t RDPLevel; /*!< Set the read protection level.. (used for OPTIONBYTE_RDP). member
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_flash.h78 uint32_t RDPLevel; /*!< Set the read protection level (used for OPTIONBYTE_RDP). member