DoxigAlpha

ck803st

Source

Implementation

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