Files
firmware/src/platform/nrf52/JLINK_MONITOR.h

28 lines
1.2 KiB
C
Raw Normal View History

/*********************************************************************
* SEGGER Microcontroller GmbH & Co. KG *
* The Embedded Experts *
**********************************************************************
* *
* (c) 1995 - 2015 SEGGER Microcontroller GmbH & Co. KG *
* *
* www.segger.com Support: support@segger.com *
* *
**********************************************************************
2023-01-21 14:34:29 +01:00
----------------------------------------------------------------------
File : JLINK_MONITOR.h
Purpose : Header file of debug monitor for J-Link monitor mode debug on Cortex-M devices.
-------- END-OF-HEADER ---------------------------------------------
*/
#ifndef JLINK_MONITOR_H
#define JLINK_MONITOR_H
2023-01-21 14:34:29 +01:00
void JLINK_MONITOR_OnExit(void);
void JLINK_MONITOR_OnEnter(void);
void JLINK_MONITOR_OnPoll(void);
#endif
/****** End Of File *************************************************/