#[repr(u8)]pub enum TexcNum {
Show 16 variants
NoExceptions = 0,
Bit0MeansTrigger0Interrupted = 1,
Bit1MeansTrigger1Interrupted = 2,
SetBitsIndicateTriggerXInterrupted3 = 3,
SetBitsIndicateTriggerXInterrupted4 = 4,
SetBitsIndicateTriggerXInterrupted5 = 5,
SetBitsIndicateTriggerXInterrupted6 = 6,
SetBitsIndicateTriggerXInterrupted7 = 7,
SetBitsIndicateTriggerXInterrupted8 = 8,
SetBitsIndicateTriggerXInterrupted9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
AllBitsSetIndicateAllTriggersInterrupted = 15,
}Variants§
NoExceptions = 0
No triggers have been interrupted by a high-priority exception.
Bit0MeansTrigger0Interrupted = 1
Trigger 0 has been interrupted by a high-priority exception.
Bit1MeansTrigger1Interrupted = 2
Trigger 1 has been interrupted by a high-priority exception.
SetBitsIndicateTriggerXInterrupted3 = 3
Associated trigger sequence has interrupted by a high-priority exception.
SetBitsIndicateTriggerXInterrupted4 = 4
Associated trigger sequence has interrupted by a high-priority exception.
SetBitsIndicateTriggerXInterrupted5 = 5
Associated trigger sequence has interrupted by a high-priority exception.
SetBitsIndicateTriggerXInterrupted6 = 6
Associated trigger sequence has interrupted by a high-priority exception.
SetBitsIndicateTriggerXInterrupted7 = 7
Associated trigger sequence has interrupted by a high-priority exception.
SetBitsIndicateTriggerXInterrupted8 = 8
Associated trigger sequence has interrupted by a high-priority exception.
SetBitsIndicateTriggerXInterrupted9 = 9
Associated trigger sequence has interrupted by a high-priority exception.
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
AllBitsSetIndicateAllTriggersInterrupted = 15
Every trigger sequence has been interrupted by a high-priority exception.