interrupts.hh (6064:46d327d42036) interrupts.hh (6066:a9fe0813039f)
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * Redistribution and use of this software in source and binary forms,
6 * with or without modification, are permitted provided that the
7 * following conditions are met:
8 *

--- 117 unchanged lines hidden (view full) ---

126 bool pendingNmi;
127 uint8_t nmiVector;
128 bool pendingExtInt;
129 uint8_t extIntVector;
130 bool pendingInit;
131 uint8_t initVector;
132 bool pendingStartup;
133 uint8_t startupVector;
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * Redistribution and use of this software in source and binary forms,
6 * with or without modification, are permitted provided that the
7 * following conditions are met:
8 *

--- 117 unchanged lines hidden (view full) ---

126 bool pendingNmi;
127 uint8_t nmiVector;
128 bool pendingExtInt;
129 uint8_t extIntVector;
130 bool pendingInit;
131 uint8_t initVector;
132 bool pendingStartup;
133 uint8_t startupVector;
134 bool startedUp;
134
135 // This is a quick check whether any of the above (except ExtInt) are set.
136 bool pendingUnmaskableInt;
137
138 /*
139 * IRR and ISR maintenance.
140 */
141 uint8_t IRRV;

--- 163 unchanged lines hidden ---
135
136 // This is a quick check whether any of the above (except ExtInt) are set.
137 bool pendingUnmaskableInt;
138
139 /*
140 * IRR and ISR maintenance.
141 */
142 uint8_t IRRV;

--- 163 unchanged lines hidden ---