CMSIS-Core (Cortex-A)  
CMSIS-Core support for Cortex-A processor-based devices
 
Loading...
Searching...
No Matches

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.
 

Description

Bit field declaration for ISR layout.

Field Documentation

◆ A

uint32_t ISR_Type::A

bit: 8 External abort pending bit

◆ 

struct { ... } ISR_Type::b

Structure used for bit access.

◆ F

uint32_t ISR_Type::F

bit: 6 FIQ pending bit

◆ I

uint32_t ISR_Type::I

bit: 7 IRQ pending bit

◆ w

uint32_t ISR_Type::w

Type used for word access.