|
SimAVR
AVR Simulator
|
Data Structures | |
| struct | avr_watchdog_t |
Macros | |
| #define | AVR_IOCTL_WATCHDOG_RESET AVR_IOCTL_DEF('w','d','t','r') |
| #define | AVR_WATCHDOG_DECLARE(_WDSR, _vec) |
| This helps declare a watchdog block into a core. More... | |
| #define | AVR_WATCHDOG_DECLARE_128(_WDSR, _vec) |
Typedefs | |
| typedef struct avr_watchdog_t | avr_watchdog_t |
Functions | |
| void | avr_watchdog_init (avr_t *avr, avr_watchdog_t *p) |
| #define AVR_IOCTL_WATCHDOG_RESET AVR_IOCTL_DEF('w','d','t','r') |
| #define AVR_WATCHDOG_DECLARE | ( | _WDSR, | |
| _vec | |||
| ) |
This helps declare a watchdog block into a core.
No guarantee it will work with all, but it works with the one we have right now
| #define AVR_WATCHDOG_DECLARE_128 | ( | _WDSR, | |
| _vec | |||
| ) |
| typedef struct avr_watchdog_t avr_watchdog_t |
| void avr_watchdog_init | ( | avr_t * | avr, |
| avr_watchdog_t * | p | ||
| ) |

