DoxigAlpha

ck803snt

Source

Implementation

#
pub const ck803snt: CpuModel = .{
    .name = "ck803snt",
    .llvm_name = "ck803snt",
    .features = featureSet(&[_]Feature{
        .@"3e3r1",
        .btst16,
        .ck803,
        .ck803s,
        .dsp_silan,
        .hwdiv,
        .mp,
        .nvic,
        .trust,
    }),
}