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

Union type to access CLICFG configure register. More...

Data Fields

struct {
   __IM uint8_t   _reserved0:1
 
   __IOM uint8_t   nlbits:4
 bit: 1..4 specified the bit-width of level and priority in the register clicintctl[i] More...
 
   __IM uint8_t   nmbits:2
 bit: 5..6 ties to 1 if supervisor-level interrupt supported, or else it's reserved More...
 
   __IM uint8_t   _reserved1:1
 
b
 Structure used for bit access. More...
 
uint8_t w
 Type used for byte access. More...
 

Detailed Description

Union type to access CLICFG configure register.

Definition at line 56 of file core_feature_eclic.h.

Field Documentation

◆ _reserved0

__IM uint8_t CLICCFG_Type::_reserved0

Definition at line 59 of file core_feature_eclic.h.

◆ _reserved1

__IM uint8_t CLICCFG_Type::_reserved1

Definition at line 62 of file core_feature_eclic.h.

◆ b

struct { ... } CLICCFG_Type::b

Structure used for bit access.

◆ nlbits

__IOM uint8_t CLICCFG_Type::nlbits

bit: 1..4 specified the bit-width of level and priority in the register clicintctl[i]

Definition at line 60 of file core_feature_eclic.h.

◆ nmbits

__IM uint8_t CLICCFG_Type::nmbits

bit: 5..6 ties to 1 if supervisor-level interrupt supported, or else it's reserved

Definition at line 61 of file core_feature_eclic.h.

◆ w

uint8_t CLICCFG_Type::w

Type used for byte access.

Definition at line 64 of file core_feature_eclic.h.