Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ dbg_get_wrp_num
Function
dbg_get_wrp_num
freebsd/arm/arm/debug_monitor.c:818–826 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
816
}
817
818
static __inline uint32_t
819
dbg_get_wrp_num(void)
820
{
821
uint32_t dbg_didr;
822
823
dbg_didr = cp14_dbgdidr_get();
824
825
return (DBGDIDR_WRPS_NUM(dbg_didr));
826
}
827
828
static __inline uint32_t
829
dgb_get_brp_num(void)
Callers
1
dbg_monitor_init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected