Smart Remote 3 nRF52 v1.2
JLINK_MONITOR.h
1 /*********************************************************************
2 * SEGGER Microcontroller GmbH & Co. KG *
3 * The Embedded Experts *
4 **********************************************************************
5 * *
6 * (c) 1995 - 2015 SEGGER Microcontroller GmbH & Co. KG *
7 * *
8 * www.segger.com Support: [email protected] *
9 * *
10 **********************************************************************
11 
12 ----------------------------------------------------------------------
13 File : JLINK_MONITOR.h
14 Purpose : Header file of debug monitor for J-Link monitor mode debug on Cortex-M devices.
15 -------- END-OF-HEADER ---------------------------------------------
16 */
17 
18 #ifndef JLINK_MONITOR_H
19 #define JLINK_MONITOR_H
20 
21 void JLINK_MONITOR_OnExit (void);
22 void JLINK_MONITOR_OnEnter (void);
23 void JLINK_MONITOR_OnPoll (void);
24 
25 #endif
26 
27 /****** End Of File *************************************************/

Documentation feedback | Developer Zone | Subscribe | Updated