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

Union type to access CLICINFO information register. More...

Data Fields

struct {
   __IM uint32_t   numint:13
 bit: 0..12 number of maximum interrupt inputs supported More...
 
   __IM uint32_t   version:8
 bit: 13..20 20:17 for architecture version,16:13 for implementation version More...
 
   __IM uint32_t   intctlbits:4
 bit: 21..24 specifies how many hardware bits are actually implemented in the clicintctl registers More...
 
   __IM uint32_t   _reserved0:7
 bit: 25..31 Reserved More...
 
b
 Structure used for bit access. More...
 
__IM uint32_t w
 Type used for word access. More...
 

Detailed Description

Union type to access CLICINFO information register.

Definition at line 70 of file core_feature_eclic.h.

Field Documentation

◆ _reserved0

__IM uint32_t CLICINFO_Type::_reserved0

bit: 25..31 Reserved

Definition at line 75 of file core_feature_eclic.h.

◆ b

struct { ... } CLICINFO_Type::b

Structure used for bit access.

◆ intctlbits

__IM uint32_t CLICINFO_Type::intctlbits

bit: 21..24 specifies how many hardware bits are actually implemented in the clicintctl registers

Definition at line 74 of file core_feature_eclic.h.

◆ numint

__IM uint32_t CLICINFO_Type::numint

bit: 0..12 number of maximum interrupt inputs supported

Definition at line 72 of file core_feature_eclic.h.

◆ version

__IM uint32_t CLICINFO_Type::version

bit: 13..20 20:17 for architecture version,16:13 for implementation version

Definition at line 73 of file core_feature_eclic.h.

◆ w

__IM uint32_t CLICINFO_Type::w

Type used for word access.

Definition at line 77 of file core_feature_eclic.h.