Enum Bssel
#[repr(u8)]pub enum Bssel {
Show 32 variants
Bs0R = 0,
Bs0F = 1,
Bs1R = 2,
Bs1F = 3,
Bs2R = 4,
Bs2F = 5,
Bs3R = 6,
Bs3F = 7,
Bs4R = 8,
Bs4F = 9,
Bs5R = 10,
Bs5F = 11,
Bs6R = 12,
Bs6F = 13,
Bs7R = 14,
Bs7F = 15,
Bs8R = 16,
Bs8F = 17,
Bs9R = 18,
Bs9F = 19,
Bs10R = 20,
Bs10F = 21,
Bs11R = 22,
Bs11F = 23,
Bs12R = 24,
Bs12F = 25,
Bs13R = 26,
Bs13F = 27,
Bs14R = 28,
Bs14F = 29,
Bs15R = 30,
Bs15F = 31,
}Expand description
Bitstream selection. This bitfield is set and cleared by software. It is used to select the bitstream to be used by the DFLT0.
Variants§
Bs0R = 0
bsx_r provided to DFLTy (and SCDy).
Bs0F = 1
bsx_f provided to DFLTy (and SCDy).
Bs1R = 2
bsx_r provided to DFLTy (and SCDy).
Bs1F = 3
bsx_f provided to DFLTy (and SCDy).
Bs2R = 4
bsx_r provided to DFLTy (and SCDy).
Bs2F = 5
bsx_f provided to DFLTy (and SCDy).
Bs3R = 6
bsx_r provided to DFLTy (and SCDy).
Bs3F = 7
bsx_f provided to DFLTy (and SCDy).
Bs4R = 8
bsx_r provided to DFLTy (and SCDy).
Bs4F = 9
bsx_f provided to DFLTy (and SCDy).
Bs5R = 10
bsx_r provided to DFLTy (and SCDy).
Bs5F = 11
bsx_f provided to DFLTy (and SCDy).
Bs6R = 12
bsx_r provided to DFLTy (and SCDy).
Bs6F = 13
bsx_f provided to DFLTy (and SCDy).
Bs7R = 14
bsx_r provided to DFLTy (and SCDy).
Bs7F = 15
bsx_f provided to DFLTy (and SCDy).
Bs8R = 16
bsx_r provided to DFLTy (and SCDy).
Bs8F = 17
bsx_f provided to DFLTy (and SCDy).
Bs9R = 18
bsx_r provided to DFLTy (and SCDy).
Bs9F = 19
bsx_f provided to DFLTy (and SCDy).
Bs10R = 20
bsx_r provided to DFLTy (and SCDy).
Bs10F = 21
bsx_f provided to DFLTy (and SCDy).
Bs11R = 22
bsx_r provided to DFLTy (and SCDy).
Bs11F = 23
bsx_f provided to DFLTy (and SCDy).
Bs12R = 24
bsx_r provided to DFLTy (and SCDy).
Bs12F = 25
bsx_f provided to DFLTy (and SCDy).
Bs13R = 26
bsx_r provided to DFLTy (and SCDy).
Bs13F = 27
bsx_f provided to DFLTy (and SCDy).
Bs14R = 28
bsx_r provided to DFLTy (and SCDy).
Bs14F = 29
bsx_f provided to DFLTy (and SCDy).
Bs15R = 30
bsx_r provided to DFLTy (and SCDy).
Bs15F = 31
bsx_f provided to DFLTy (and SCDy).