enum Feature [src]
Fields
bool
clamps
coprocessor
dcache
debug
density
dfpaccel
div32
exception
extendedl32r
fp
highpriinterrupts
highpriinterrupts_level3
highpriinterrupts_level4
highpriinterrupts_level5
highpriinterrupts_level6
highpriinterrupts_level7
interrupt
loop
mac16
minmax
miscsr
mul16
mul32
mul32high
nsa
prid
regprotect
rvector
sext
threadptr
timers1
timers2
timers3
windowed
 Source
 pub const Feature = enum {
    bool,
    clamps,
    coprocessor,
    dcache,
    debug,
    density,
    dfpaccel,
    div32,
    exception,
    extendedl32r,
    fp,
    highpriinterrupts,
    highpriinterrupts_level3,
    highpriinterrupts_level4,
    highpriinterrupts_level5,
    highpriinterrupts_level6,
    highpriinterrupts_level7,
    interrupt,
    loop,
    mac16,
    minmax,
    miscsr,
    mul16,
    mul32,
    mul32high,
    nsa,
    prid,
    regprotect,
    rvector,
    sext,
    threadptr,
    timers1,
    timers2,
    timers3,
    windowed,
}