DoxigAlpha

ck860

Source

Implementation

#
pub const ck860: CpuModel = .{
    .name = "ck860",
    .llvm_name = "ck860",
    .features = featureSet(&[_]Feature{
        .@"10e60",
        .@"3e3r2",
        .@"3e3r3",
        .btst16,
        .cache,
        .ck860,
        .dspe60,
        .hard_tp,
        .high_registers,
        .hwdiv,
        .mp,
        .mp1e2,
        .nvic,
        .trust,
    }),
}