MCPcopy Create free account
hub / github.com/F-Stack/f-stack / dgb_get_brp_num

Function dgb_get_brp_num

freebsd/arm/arm/debug_monitor.c:828–836  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

826}
827
828static __inline uint32_t
829dgb_get_brp_num(void)
830{
831 uint32_t dbg_didr;
832
833 dbg_didr = cp14_dbgdidr_get();
834
835 return (DBGDIDR_BRPS_NUM(dbg_didr));
836}
837
838static int
839dbg_reset_state(void)

Callers 1

dbg_monitor_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected