stm32l4_rdp::RDP_LEVEL_0_5 is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDstm32l4_rdp::RDP_LEVEL_0_5

stm32l4_rdp::RDP_LEVEL_0_5

Syntax

RDP_LEVEL_0_5 = 0x55;

References

LocationReferrerText
stm32l4x.c:171
RDP_LEVEL_0_5 = 0x55, /* for devices with TrustZone enabled */
stm32l4x.c:822stm32l4_sync_rdp_tzen()
if (!tzen || (tzen && rdp != RDP_LEVEL_0_5))
stm32l4x.c:1685stm32l4_write()
if (stm32l4_info->tzen && (stm32l4_info->rdp == RDP_LEVEL_0_5))
stm32l4x.c:1874stm32l4_probe()
stm32l4_info->rdp == RDP_LEVEL_0 ? "0" : stm32l4_info->rdp == RDP_LEVEL_0_5 ? "0.5" : "1",
stm32l4x.c:2387stm32l4_handle_trustzone_command()
if (stm32l4_info->rdp != RDP_LEVEL_1 && stm32l4_info->rdp != RDP_LEVEL_0_5) {

Data Use

Functions using stm32l4_rdp::RDP_LEVEL_0_5
stm32l4_rdp::RDP_LEVEL_0_5