Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: UniGraphic mbed vt100
edge_utils/edge_reset_mgr.h@0:0b6732b53bf4, 2018-04-24 (annotated)
- Committer:
- Rhyme
- Date:
- Tue Apr 24 08:58:33 2018 +0000
- Revision:
- 0:0b6732b53bf4
Temporary Connector Reversed Version
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| Rhyme | 0:0b6732b53bf4 | 1 | #ifndef _EDGE_RESET_MGR_H_ |
| Rhyme | 0:0b6732b53bf4 | 2 | #define _EDGE_RESET_MGR_H_ |
| Rhyme | 0:0b6732b53bf4 | 3 | |
| Rhyme | 0:0b6732b53bf4 | 4 | void print_reset_reason(void) ; |
| Rhyme | 0:0b6732b53bf4 | 5 | void software_reset(void) ; |
| Rhyme | 0:0b6732b53bf4 | 6 | void reset_watch_dog(void) ; |
| Rhyme | 0:0b6732b53bf4 | 7 | |
| Rhyme | 0:0b6732b53bf4 | 8 | #endif /* _EDGE_RESET_MGR_H_ */ |