NMSIS-Core  Version 1.2.0
NMSIS-Core support for Nuclei processor-based devices

Access to the machine mode register structure of INTIP, INTIE, INTATTR, INTCTL. More...

Data Fields

__IOM uint8_t INTIP
 Offset: 0x000 (R/W) Interrupt set pending register. More...
 
__IOM uint8_t INTIE
 Offset: 0x001 (R/W) Interrupt set enable register. More...
 
__IOM uint8_t INTATTR
 Offset: 0x002 (R/W) Interrupt set attributes register. More...
 
__IOM uint8_t INTCTRL
 Offset: 0x003 (R/W) Interrupt configure register. More...
 

Detailed Description

Access to the machine mode register structure of INTIP, INTIE, INTATTR, INTCTL.

Definition at line 83 of file core_feature_eclic.h.

Field Documentation

◆ INTATTR

__IOM uint8_t CLIC_CTRL_Type::INTATTR

Offset: 0x002 (R/W) Interrupt set attributes register.

Definition at line 86 of file core_feature_eclic.h.

◆ INTCTRL

__IOM uint8_t CLIC_CTRL_Type::INTCTRL

Offset: 0x003 (R/W) Interrupt configure register.

Definition at line 87 of file core_feature_eclic.h.

◆ INTIE

__IOM uint8_t CLIC_CTRL_Type::INTIE

Offset: 0x001 (R/W) Interrupt set enable register.

Definition at line 85 of file core_feature_eclic.h.

◆ INTIP

__IOM uint8_t CLIC_CTRL_Type::INTIP

Offset: 0x000 (R/W) Interrupt set pending register.

Definition at line 84 of file core_feature_eclic.h.