Bit field declaration for ISR layout. More...
#include <core_ca.h>
Data Fields | |
| struct { | |
| uint32_t F:1 | |
| bit: 6 FIQ pending bit More... | |
| uint32_t I:1 | |
| bit: 7 IRQ pending bit More... | |
| uint32_t A:1 | |
| bit: 8 External abort pending bit More... | |
| } | b |
| Structure used for bit access. | |
| uint32_t | w |
| Type used for word access. | |
Bit field declaration for ISR layout.
| uint32_t ISR_Type::A |
bit: 8 External abort pending bit
| struct { ... } ISR_Type::b |
Structure used for bit access.
| uint32_t ISR_Type::F |
bit: 6 FIQ pending bit
| uint32_t ISR_Type::I |
bit: 7 IRQ pending bit
| uint32_t ISR_Type::w |
Type used for word access.