DoxigAlpha

c807

Source

Implementation

#
pub const c807: CpuModel = .{
    .name = "c807",
    .llvm_name = "c807",
    .features = featureSet(&[_]Feature{
        .cache,
        .ck807,
        .dsp1e2,
        .dspe60,
        .edsp,
        .hard_tp,
        .high_registers,
        .hwdiv,
        .mp,
        .mp1e2,
        .nvic,
        .trust,
    }),
}