FD32M0P Microcontroller SDK
|
Core Register type definitions. More...
Topics | |
Nested Vectored Interrupt Controller (NVIC) | |
Type definitions for the NVIC Registers. |
Data Structures | |
union | APSR_Type |
Union type to access the Application Program Status Register (APSR). More... | |
union | IPSR_Type |
Union type to access the Interrupt Program Status Register (IPSR). More... | |
union | xPSR_Type |
Union type to access the Special-Purpose Program Status Registers (xPSR). More... | |
union | CONTROL_Type |
Union type to access the Control Registers (CONTROL). More... | |
struct | APSR_Type.b |
struct | IPSR_Type.b |
struct | xPSR_Type.b |
struct | CONTROL_Type.b |
Core Register type definitions.
union APSR_Type |
Union type to access the Application Program Status Register (APSR).
Data Fields | ||
---|---|---|
struct APSR_Type | b |
Structure used for bit access |
uint32_t | w |
Type used for word access |
struct APSR_Type.b | b |
Structure used for bit access |
union IPSR_Type |
Union type to access the Interrupt Program Status Register (IPSR).
Data Fields | ||
---|---|---|
struct IPSR_Type | b |
Structure used for bit access |
uint32_t | w |
Type used for word access |
struct IPSR_Type.b | b |
Structure used for bit access |
union xPSR_Type |
Union type to access the Special-Purpose Program Status Registers (xPSR).
Data Fields | ||
---|---|---|
struct xPSR_Type | b |
Structure used for bit access |
uint32_t | w |
Type used for word access |
struct xPSR_Type.b | b |
Structure used for bit access |
union CONTROL_Type |
Union type to access the Control Registers (CONTROL).
Data Fields | ||
---|---|---|
struct CONTROL_Type | b |
Structure used for bit access |
uint32_t | w |
Type used for word access |
struct CONTROL_Type.b | b |
Structure used for bit access |
struct APSR_Type.b |
struct IPSR_Type.b |
struct xPSR_Type.b |
struct CONTROL_Type.b |