MCPcopy 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
818static __inline uint32_t
819dbg_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
828static __inline uint32_t
829dgb_get_brp_num(void)

Callers 1

dbg_monitor_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected