A list of Serial Wombat public data sources.
Enumerator |
---|
SW_DATA_SOURCE_PIN_0 | (0) 16 bit public data provided by Pin 0
|
SW_DATA_SOURCE_PIN_1 | (1) 16 bit public data provided by Pin 1
|
SW_DATA_SOURCE_PIN_2 | (2) 16 bit public data provided by Pin 2
|
SW_DATA_SOURCE_PIN_3 | (3) 16 bit public data provided by Pin 3
|
SW_DATA_SOURCE_PIN_4 | (4) 16 bit public data provided by Pin 4
|
SW_DATA_SOURCE_PIN_5 | (5) 16 bit public data provided by Pin 5
|
SW_DATA_SOURCE_PIN_6 | (6) 16 bit public data provided by Pin 6
|
SW_DATA_SOURCE_PIN_7 | (7) 16 bit public data provided by Pin 7
|
SW_DATA_SOURCE_PIN_8 | (8) 16 bit public data provided by Pin 8
|
SW_DATA_SOURCE_PIN_9 | (9) 16 bit public data provided by Pin 9
|
SW_DATA_SOURCE_PIN_10 | (10) 16 bit public data provided by Pin 10
|
SW_DATA_SOURCE_PIN_11 | (11) 16 bit public data provided by Pin 11
|
SW_DATA_SOURCE_PIN_12 | (12) 16 bit public data provided by Pin 12
|
SW_DATA_SOURCE_PIN_13 | (13) 16 bit public data provided by Pin 13
|
SW_DATA_SOURCE_PIN_14 | (14) 16 bit public data provided by Pin 14
|
SW_DATA_SOURCE_PIN_15 | (15) 16 bit public data provided by Pin 15
|
SW_DATA_SOURCE_PIN_16 | (16) 16 bit public data provided by Pin 16
|
SW_DATA_SOURCE_PIN_17 | (17) 16 bit public data provided by Pin 17
|
SW_DATA_SOURCE_PIN_18 | (18) 16 bit public data provided by Pin 18
|
SW_DATA_SOURCE_PIN_19 | (19) 16 bit public data provided by Pin 19
|
SW_DATA_SOURCE_INCREMENTING_NUMBER | (65) An number that increments each time it is accessed.
|
SW_DATA_SOURCE_1024mvCounts | (66) The number of ADC counts that result from a 1.024V reading
|
SW_DATA_SOURCE_FRAMES_RUN_LSW | (67) The number of frames run since reset, least significant 16 bits
|
SW_DATA_SOURCE_FRAMES_RUN_MSW | (68) The number of frames run since reset, most significant 16 bits
|
SW_DATA_SOURCE_OVERRUN_FRAMES | (69) The number of frames that ran more than 1mS
|
SW_DATA_SOURCE_TEMPERATURE | (70)The internal core temperature expressed in 100ths deg C
|
SW_DATA_SOURCE_PACKETS_RECEIVED | (71) The nubmer of incoming command packets that have been processed since reset (rolls over at 65535)
|
SW_DATA_SOURCE_ERRORS | (72)The number of incoming packets that have caused errors since reset (rolls over at 65535)
|
SW_DATA_SOURCE_DROPPED_FRAMES | (73) The number of times since reset that a frame ran so far behind that it crossed two subsequent 1ms boundaries, causing a permanent lost frame
|
SW_DATA_SOURCE_SYSTEM_UTILIZATION | (74) A number between 0 and 65535 that scales to the average length of pin processing frames between 0 and 1000mS
|
SW_DATA_SOURCE_VCC_mVOLTS | (75) The system source voltage in mV
|
SW_DATA_SOURCE_VBG_COUNTS_VS_VREF | (76) A/D conversion of VBG against VRef . Used for mfg calibration
|
SW_DATA_SOURCE_LFSR | (78) A Linear Feedback Shift Register that produces a Pseudo random sequence of 16 bit values
|
SW_DATA_SOURCE_0x55 | (85) 0x55 is a reserved value for resyncing. Returns 0x55 0x55
|
SW_DATA_SOURCE_PIN_0_MV | (100) Pin 0 public output expressed in mV (for analog modes only)
|
SW_DATA_SOURCE_PIN_1_MV | (101) Pin 1 public output expressed in mV (for analog modes only)
|
SW_DATA_SOURCE_PIN_2_MV | (102) Pin 2 public output expressed in mV (for analog modes only)
|
SW_DATA_SOURCE_PIN_3_MV | (103) Pin 3 public output expressed in mV (for analog modes only)
|
SW_DATA_SOURCE_PIN_4_MV | (104) Pin 4 public output expressed in mV (for analog modes only)
|
SW_DATA_SOURCE_PIN_16_MV | (116) Pin 16 public output expressed in mV (for analog modes only)
|
SW_DATA_SOURCE_PIN_17_MV | (117) Pin 17 public output expressed in mV (for analog modes only)
|
SW_DATA_SOURCE_PIN_18_MV | (118) Pin 18 public output expressed in mV (for analog modes only)
|
SW_DATA_SOURCE_PIN_19_MV | (119) Pin 19 public output expressed in mV (for analog modes only)
|
SW_DATA_SOURCE_2HZ_SQUARE | (164) Square wave that alternates between 0 and 65535 every 256 frames
|
SW_DATA_SOURCE_2HZ_SAW | (165) Sawtooth wave that goes from 0 to 65535 to 0 every 512 frames
|
SW_DATA_SOURCE_1HZ_SQUARE | (167) Square wave that alternates between 0 and 65535 every 512 frames
|
SW_DATA_SOURCE_1HZ_SAW | (168) Sawtooth wave that goes from 0 to 65535 to 0 every 1024 frames
|
SW_DATA_SOURCE_2SEC_SQUARE | (170)Square wave that alternates between 0 and 65535 every 1024 frames
|
SW_DATA_SOURCE_2SEC_SAW | (171)Sawtooth wave that goes from 0 to 65535 to 0 every 2048 frames
|
SW_DATA_SOURCE_8SEC_SQUARE | (173)Square wave that alternates between 0 and 65535 every 4096 frames
|
SW_DATA_SOURCE_8SEC_SAW | (174)Sawtooth wave that goes from 0 to 65535 to 0 every 8192 frames
|
SW_DATA_SOURCE_65SEC_SQUARE | (176) Square wave that alternates between 0 and 65535 every 32768 frames
|
SW_DATA_SOURCE_65SEC_SAW | (177 )Sawtooth wave that goes from 0 to 65535 to 0 every 65536 frames
|
SW_DATA_SOURCE_NONE | (255 ) Used to mean "No Source Selected"
|