Searched refs:RDPLevel (Results 1 – 6 of 6) sorted by relevance
921 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()
119 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() argument928 assert_param(IS_OB_RDP_LEVEL(RDPLevel)); in FLASH_OB_RDPConfig()931 MODIFY_REG(FLASH->OPTR, FLASH_OPTR_RDP, RDPLevel); in FLASH_OB_RDPConfig()
128 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() argument1039 assert_param(IS_OB_RDP_LEVEL(RDPLevel)); in FLASH_OB_RDPConfig()1042 MODIFY_REG(FLASH->OPTR, FLASH_OPTR_RDP, RDPLevel); in FLASH_OB_RDPConfig()
419 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()
76 uint32_t RDPLevel; /*!< Set the read protection level.. (used for OPTIONBYTE_RDP). member
78 uint32_t RDPLevel; /*!< Set the read protection level (used for OPTIONBYTE_RDP). member