DoxigAlpha

s803

Source

Implementation

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