Home
last modified time | relevance | path

Searched refs:rdp_level (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_flash_ex.c1339 uint32_t rdp_level = READ_BIT(FLASH->OPTR, FLASH_OPTR_RDP); in FLASH_OB_GetRDP() local
1341 …if ((rdp_level != OB_RDP_LEVEL_0) && (rdp_level != OB_RDP_LEVEL_0_5) && (rdp_level != OB_RDP_LEVEL… in FLASH_OB_GetRDP()
1347 return (rdp_level); in FLASH_OB_GetRDP()
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_flash_ex.c1537 uint32_t rdp_level = READ_BIT(FLASH->OPTR, FLASH_OPTR_RDP); in FLASH_OB_GetRDP() local
1539 …if ((rdp_level != OB_RDP_LEVEL_0) && (rdp_level != OB_RDP_LEVEL_0_5) && (rdp_level != OB_RDP_LEVEL… in FLASH_OB_GetRDP()
1545 return rdp_level; in FLASH_OB_GetRDP()
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32l5xx/bl2/
Dtfm_low_level_security.c45 static void rdp_level(uint32_t rdplevel);
423 rdp_level(TFM_OB_RDP_LEVEL_VALUE); in TFM_LL_SECU_CheckStaticProtections()
430 static void rdp_level(uint32_t rdplevel) in rdp_level() function
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32u5xx/bl2/
Dlow_level_security.c454 static void rdp_level(uint32_t rdplevel, uint32_t current_rdplevel);
923 rdp_level(TFM_OB_RDP_LEVEL_VALUE, flash_option_bytes_bank1.RDPLevel); in LL_SECU_CheckStaticProtections()
932 rdp_level(TFM_OB_RDP_LEVEL_VALUE, flash_option_bytes_bank1.RDPLevel); in LL_SECU_CheckStaticProtections()
942 rdp_level(TFM_OB_RDP_LEVEL_VALUE, flash_option_bytes_bank1.RDPLevel); in LL_SECU_CheckStaticProtections()
958 static void rdp_level(uint32_t rdplevel, uint32_t current_rdplevel) in rdp_level() function