![]() |
Infineon MOTIX™ MCU TLE988x/9x Device Family SDK
|
Go to the source code of this file.
ADC1 low level access library.
Data Structures | |
union | ADC1_SQCFGx |
union | ADC1_SQSLOTx |
union | ADC1_CHCFGx |
union | ADC1_CONVCFGx |
union | ADC1_CMPCFGx |
Macros | |
#define | ADC1_DCH_CNT (20u) |
ADC1 number of digital channels. More... | |
#define | ADC1_AI_CNT (27u) |
ADC1 number of analog intputs. More... | |
#define | ADC1_FILT_CNT (4u) |
ADC1 number of filter channels. More... | |
#define | ADC1_SEQ_CNT (4u) |
ADC1 number of sequencer channels. More... | |
#define | ADC1_SLOT_CNT (4u) |
ADC1 number of channel slots per sequencer channels. More... | |
#define | ADC1_FILT_CH_DIS (4u) |
ADC1 filter channel disabled. More... | |
#define | ADC1_SHADOWTRANS_EN (0x00700000u) |
ADC1 sequencer shadow transfer, enable shadow transfer. More... | |
#define | ADC1_SHADOWTRANS_BY_SW (0x00770000u) |
ADC1 sequencer shadow transfer, Software Mode trigger. More... | |
#define | ADC1_ALL_DCH_MSK (0xFFFFFu) |
ADC1 all digital channel mask, 9..0. More... | |
#define | ADC1_ALL_SQSTS_MSK (0xFFFu) |
ADC1 all sequence status mask, 11..0. More... | |
#define | ADC1_ALL_FILTSTS_MSK (0xFu) |
ADC1 all filter status mask, 3..0. More... | |
#define | ADC1_ALL_CMPSTS_MSK (0xFF00FFu) |
ADC1 all compare status mask, 23..16, 7..0. More... | |
#define | ADC1_VREF_5000mV (5000u) |
ADC1 reference voltage 5.0V. More... | |
#define | ADC1_MAX_RESOLUTION (0x3FFFu) |
ADC1 resolution mask (14bit) incl. two bit shift due to calibration. More... | |
#define | ADC1_ATT_TYPE0 (102u) |
ADC1 attenuator type 0 (102/512) More... | |
#define | ADC1_ATT_TYPE1 (72u) |
ADC1 attenuator type 1 (72/512) More... | |
#define | ADC1_ATT_TYPE2 (512u) |
ADC1 attenuator type 2 (512/512) More... | |
#define | ADC1_ATT_DENOM (512u) |
ADC1 attenuator denominator (512) More... | |
#define | ADC1_DCH0 (0u) |
ADC1 digital channel selection macro, channel 0. More... | |
#define | ADC1_DCH1 (1u) |
ADC1 digital channel selection macro, channel 1. More... | |
#define | ADC1_DCH2 (2u) |
ADC1 digital channel selection macro, channel 2. More... | |
#define | ADC1_DCH3 (3u) |
ADC1 digital channel selection macro, channel 3. More... | |
#define | ADC1_DCH4 (4u) |
ADC1 digital channel selection macro, channel 4. More... | |
#define | ADC1_DCH5 (5u) |
ADC1 digital channel selection macro, channel 5. More... | |
#define | ADC1_DCH6 (6u) |
ADC1 digital channel selection macro, channel 6. More... | |
#define | ADC1_DCH7 (7u) |
ADC1 digital channel selection macro, channel 7. More... | |
#define | ADC1_DCH8 (8u) |
ADC1 digital channel selection macro, channel 8. More... | |
#define | ADC1_DCH9 (9u) |
ADC1 digital channel selection macro, channel 9. More... | |
#define | ADC1_DCH10 (10u) |
ADC1 digital channel selection macro, channel 10. More... | |
#define | ADC1_DCH11 (11u) |
ADC1 digital channel selection macro, channel 11. More... | |
#define | ADC1_DCH12 (12u) |
ADC1 digital channel selection macro, channel 12. More... | |
#define | ADC1_DCH13 (13u) |
ADC1 digital channel selection macro, channel 13. More... | |
#define | ADC1_DCH14 (14u) |
ADC1 digital channel selection macro, channel 14. More... | |
#define | ADC1_DCH15 (15u) |
ADC1 digital channel selection macro, channel 15. More... | |
#define | ADC1_DCH16 (16u) |
ADC1 digital channel selection macro, channel 16. More... | |
#define | ADC1_DCH17 (17u) |
ADC1 digital channel selection macro, channel 17. More... | |
#define | ADC1_DCH18 (18u) |
ADC1 digital channel selection macro, channel 18. More... | |
#define | ADC1_DCH19 (19u) |
ADC1 digital channel selection macro, channel 19. More... | |
#define | ADC1_SEQ0 (0u) |
ADC1 sequencer channel selection macro, sequencer channel 0. More... | |
#define | ADC1_SEQ1 (1u) |
ADC1 sequencer channel selection macro, sequencer channel 1. More... | |
#define | ADC1_SEQ2 (2u) |
ADC1 sequencer channel selection macro, sequencer channel 2. More... | |
#define | ADC1_SEQ3 (3u) |
ADC1 sequencer channel selection macro, sequencer channel 3. More... | |
#define | ADC1_SEQ_SLOT0 (0u) |
ADC1 sequencer slot selection, slot 0. More... | |
#define | ADC1_SEQ_SLOT1 (1u) |
ADC1 sequencer slot selection, slot 1. More... | |
#define | ADC1_SEQ_SLOT2 (2u) |
ADC1 sequencer slot selection, slot 2. More... | |
#define | ADC1_SEQ_SLOT3 (3u) |
ADC1 sequencer slot selection, slot 3. More... | |
#define | ADC1_SW_TRIGGER (0u) |
ADC1 software trigger selection. More... | |
Typedefs | |
typedef enum ADC1_Seq0Trig | tADC1_Seq0Trig |
typedef enum ADC1_Seq1Trig | tADC1_Seq1Trig |
typedef enum ADC1_Seq2Trig | tADC1_Seq2Trig |
typedef enum ADC1_Seq3Trig | tADC1_Seq3Trig |
typedef union ADC1_SQCFGx | tADC1_SQCFGx |
typedef union ADC1_SQSLOTx | tADC1_SQSLOTx |
typedef union ADC1_CHCFGx | tADC1_CHCFGx |
typedef union ADC1_CONVCFGx | tADC1_CONVCFGx |
typedef union ADC1_CMPCFGx | tADC1_CMPCFGx |
Functions | |
sint8 | ADC1_init (void) |
Initialize all CW registers of the ADC1 module. More... | |
sint8 | ADC1_getChResult (uint16 *u16p_digValue, uint8 u8_channel) |
Get the 14-bit value of the ADC1 Result Register of the selected ADC1 channel. More... | |
sint8 | ADC1_getChResult_mV (uint16 *u16p_digValue_mV, uint8 u8_channel) |
Get the value of the ADC1 Result Register of the selected ADC1 channel in millivolt (mV) More... | |
sint8 | ADC1_getChFiltResult (uint16 *u16p_filtDigValue, uint8 u8_channel) |
Get the 16-bit value of the ADC1 Filter Result Register of the selected ADC1 channel and returns the validity info. More... | |
sint8 | ADC1_getChFiltResult_mV (uint16 *u16p_filtDigValue_mV, uint8 u8_channel) |
Get the value of the ADC1 Filter Result Register of the selected ADC1 channel in millivolt (mV) and returns the validity info. More... | |
sint8 | ADC1_getSeqResult (uint16 *u16p_DigValue, uint8 u8_seqIdx, uint8 u8_slotIdx) |
Get the 14-bit value of the ADC1 Result Register of the selected slot in the sequencer and returns the validity info. More... | |
sint8 | ADC1_getSeqResult_mV (uint16 *u16p_digValue_mV, uint8 u8_seqIdx, uint8 u8_slotIdx) |
Get the 14-bit value of the ADC1 Result Register in mV of the selected slot in the sequencer and returns the validity info. More... | |
sint8 | ADC1_startSequence (uint8 u8_seqIdx) |
Start the conversion of a sequence by software. More... | |
uint8 | ADC1_getEndOfConvSts (uint8 u8_seqIdx, uint8 u8_slotIdx) |
Get End-of-Convertion status for selected sequence and slot. More... | |
INLINE void | ADC1_enPower (void) |
Enable ADC1 Module. More... | |
INLINE void | ADC1_disPower (void) |
Disable ADC1 Module. More... | |
INLINE void | ADC1_setClockDiv (uint8 u8_value) |
Set Clock Divider Settings. More... | |
INLINE uint8 | ADC1_getClockDiv (void) |
Get Clock Divider Settings. More... | |
INLINE void | ADC1_enSuspend (void) |
Enable ADC1 Suspend. More... | |
INLINE void | ADC1_disSuspend (void) |
Disable ADC1 Suspend. More... | |
INLINE void | ADC1_setSuspendMode (uint8 u8_value) |
Set Suspend Mode. More... | |
INLINE uint8 | ADC1_getSuspendMode (void) |
Get Suspend Mode. More... | |
INLINE uint8 | ADC1_getSuspendSts (void) |
Get Suspend Mode Status. More... | |
INLINE uint8 | ADC1_getReady (void) |
Get Module Ready. More... | |
INLINE void | ADC1_setSeq0Config (tADC1_SQCFGx s_value) |
Set Sequence 0 configuration. More... | |
INLINE void | ADC1_setSeq0Repetition (uint8 u8_value) |
Set Sequence repetition. More... | |
INLINE uint8 | ADC1_getSeq0Repetition (void) |
Get Sequence repetition. More... | |
INLINE void | ADC1_enSeq0CollisionDetect (void) |
Enable Collision Config. More... | |
INLINE void | ADC1_disSeq0CollisionDetect (void) |
Disable Collision Config. More... | |
INLINE void | ADC1_enSeq0WaitForRead (void) |
Enable Wait for Read Enable. More... | |
INLINE void | ADC1_disSeq0WaitForRead (void) |
Disable Wait for Read Enable. More... | |
INLINE void | ADC1_setSeq0TriggerSelect (tADC1_Seq0Trig e_Seq0Trig) |
Set Trigger Select. More... | |
INLINE uint8 | ADC1_getSeq0TriggerSelect (void) |
Get Trigger Select. More... | |
INLINE void | ADC1_setSeq0GatingSelect (uint8 u8_value) |
Set Gating Select. More... | |
INLINE uint8 | ADC1_getSeq0GatingSelect (void) |
Get Gating Select. More... | |
INLINE void | ADC1_enSeq0TriggerGate (void) |
Enable Trigger Software Gating. More... | |
INLINE void | ADC1_disSeq0TriggerGate (void) |
Disable Trigger Software Gating. More... | |
INLINE void | ADC1_setSeq0Slot0 (uint8 u8_value) |
Set Channel Select for Sequence 0 Slot 0. More... | |
INLINE uint8 | ADC1_getSeq0Slot0 (void) |
Get Channel Select for Sequence 0 Slot 0. More... | |
INLINE void | ADC1_setSeq0Slot1 (uint8 u8_value) |
Set Channel Select for Sequence 0 Slot 1. More... | |
INLINE uint8 | ADC1_getSeq0Slot1 (void) |
Get Channel Select for Sequence 0 Slot 1. More... | |
INLINE void | ADC1_setSeq0Slot2 (uint8 u8_value) |
Set Channel Select for Sequence 0 Slot 2. More... | |
INLINE uint8 | ADC1_getSeq0Slot2 (void) |
Get Channel Select for Sequence 0 Slot 2. More... | |
INLINE void | ADC1_setSeq0Slot3 (uint8 u8_value) |
Set Channel Select for Sequence 0 Slot 3. More... | |
INLINE uint8 | ADC1_getSeq0Slot3 (void) |
Get Channel Select for Sequence 0 Slot 3. More... | |
INLINE void | ADC1_setSeq1Config (tADC1_SQCFGx s_value) |
Set Sequence 1 configuration. More... | |
INLINE void | ADC1_setSeq1Repetition (uint8 u8_value) |
Set Sequence repetition. More... | |
INLINE uint8 | ADC1_getSeq1Repetition (void) |
Get Sequence repetition. More... | |
INLINE void | ADC1_enSeq1CollisionDetect (void) |
Enable Collision Config. More... | |
INLINE void | ADC1_disSeq1CollisionDetect (void) |
Disable Collision Config. More... | |
INLINE void | ADC1_enSeq1WaitForRead (void) |
Enable Wait for Read Enable. More... | |
INLINE void | ADC1_disSeq1WaitForRead (void) |
Disable Wait for Read Enable. More... | |
INLINE void | ADC1_setSeq1TriggerSelect (tADC1_Seq1Trig e_Seq1Trig) |
Set Trigger Select. More... | |
INLINE uint8 | ADC1_getSeq1TriggerSelect (void) |
Get Trigger Select. More... | |
INLINE void | ADC1_setSeq1GatingSelect (uint8 u8_value) |
Set Gating Select. More... | |
INLINE uint8 | ADC1_getSeq1GatingSelect (void) |
Get Gating Select. More... | |
INLINE void | ADC1_enSeq1TriggerGate (void) |
Enable Trigger Software Gating. More... | |
INLINE void | ADC1_disSeq1TriggerGate (void) |
Disable Trigger Software Gating. More... | |
INLINE void | ADC1_setSeq1Slot0 (uint8 u8_value) |
Set Channel Select for Sequence 1 Slot 0. More... | |
INLINE uint8 | ADC1_getSeq1Slot0 (void) |
Get Channel Select for Sequence 1 Slot 0. More... | |
INLINE void | ADC1_setSeq1Slot1 (uint8 u8_value) |
Set Channel Select for Sequence 1 Slot 1. More... | |
INLINE uint8 | ADC1_getSeq1Slot1 (void) |
Get Channel Select for Sequence 1 Slot 1. More... | |
INLINE void | ADC1_setSeq1Slot2 (uint8 u8_value) |
Set Channel Select for Sequence 1 Slot 2. More... | |
INLINE uint8 | ADC1_getSeq1Slot2 (void) |
Get Channel Select for Sequence 1 Slot 2. More... | |
INLINE void | ADC1_setSeq1Slot3 (uint8 u8_value) |
Set Channel Select for Sequence 1 Slot 3. More... | |
INLINE uint8 | ADC1_getSeq1Slot3 (void) |
Get Channel Select for Sequence 1 Slot 3. More... | |
INLINE void | ADC1_setSeq2Config (tADC1_SQCFGx s_value) |
Set Sequence 2 configuration. More... | |
INLINE void | ADC1_setSeq2Repetition (uint8 u8_value) |
Set Sequence repetition. More... | |
INLINE uint8 | ADC1_getSeq2Repetition (void) |
Get Sequence repetition. More... | |
INLINE void | ADC1_enSeq2CollisionDetect (void) |
Enable Collision Config. More... | |
INLINE void | ADC1_disSeq2CollisionDetect (void) |
Disable Collision Config. More... | |
INLINE void | ADC1_enSeq2WaitForRead (void) |
Enable Wait for Read Enable. More... | |
INLINE void | ADC1_disSeq2WaitForRead (void) |
Disable Wait for Read Enable. More... | |
INLINE void | ADC1_setSeq2TriggerSelect (tADC1_Seq2Trig e_Seq2Trig) |
Set Trigger Select. More... | |
INLINE uint8 | ADC1_getSeq2TriggerSelect (void) |
Get Trigger Select. More... | |
INLINE void | ADC1_setSeq2GatingSelect (uint8 u8_value) |
Set Gating Select. More... | |
INLINE uint8 | ADC1_getSeq2GatingSelect (void) |
Get Gating Select. More... | |
INLINE void | ADC1_enSeq2TriggerGate (void) |
Enable Trigger Software Gating. More... | |
INLINE void | ADC1_disSeq2TriggerGate (void) |
Disable Trigger Software Gating. More... | |
INLINE void | ADC1_setSeq2Slot0 (uint8 u8_value) |
Set Channel Select for Sequence 2 Slot 0. More... | |
INLINE uint8 | ADC1_getSeq2Slot0 (void) |
Get Channel Select for Sequence 2 Slot 0. More... | |
INLINE void | ADC1_setSeq2Slot1 (uint8 u8_value) |
Set Channel Select for Sequence 2 Slot 1. More... | |
INLINE uint8 | ADC1_getSeq2Slot1 (void) |
Get Channel Select for Sequence 2 Slot 1. More... | |
INLINE void | ADC1_setSeq2Slot2 (uint8 u8_value) |
Set Channel Select for Sequence 2 Slot 2. More... | |
INLINE uint8 | ADC1_getSeq2Slot2 (void) |
Get Channel Select for Sequence 2 Slot 2. More... | |
INLINE void | ADC1_setSeq2Slot3 (uint8 u8_value) |
Set Channel Select for Sequence 2 Slot 3. More... | |
INLINE uint8 | ADC1_getSeq2Slot3 (void) |
Get Channel Select for Sequence 2 Slot 3. More... | |
INLINE void | ADC1_setSeq3Config (tADC1_SQCFGx s_value) |
Set Sequence 3 configuration. More... | |
INLINE void | ADC1_setSeq3Repetition (uint8 u8_value) |
Set Sequence repetition. More... | |
INLINE uint8 | ADC1_getSeq3Repetition (void) |
Get Sequence repetition. More... | |
INLINE void | ADC1_enSeq3CollisionDetect (void) |
Enable Collision Config. More... | |
INLINE void | ADC1_disSeq3CollisionDetect (void) |
Disable Collision Config. More... | |
INLINE void | ADC1_enSeq3WaitForRead (void) |
Enable Wait for Read Enable. More... | |
INLINE void | ADC1_disSeq3WaitForRead (void) |
Disable Wait for Read Enable. More... | |
INLINE void | ADC1_setSeq3TriggerSelect (tADC1_Seq3Trig e_Seq3Trig) |
Set Trigger Select. More... | |
INLINE uint8 | ADC1_getSeq3TriggerSelect (void) |
Get Trigger Select. More... | |
INLINE void | ADC1_setSeq3GatingSelect (uint8 u8_value) |
Set Gating Select. More... | |
INLINE uint8 | ADC1_getSeq3GatingSelect (void) |
Get Gating Select. More... | |
INLINE void | ADC1_enSeq3TriggerGate (void) |
Enable Trigger Software Gating. More... | |
INLINE void | ADC1_disSeq3TriggerGate (void) |
Disable Trigger Software Gating. More... | |
INLINE void | ADC1_setSeq3Slot0 (uint8 u8_value) |
Set Channel Select for Sequence 3 Slot 0. More... | |
INLINE uint8 | ADC1_getSeq3Slot0 (void) |
Get Channel Select for Sequence 3 Slot 0. More... | |
INLINE void | ADC1_setSeq3Slot1 (uint8 u8_value) |
Set Channel Select for Sequence 3 Slot 1. More... | |
INLINE uint8 | ADC1_getSeq3Slot1 (void) |
Get Channel Select for Sequence 3 Slot 1. More... | |
INLINE void | ADC1_setSeq3Slot2 (uint8 u8_value) |
Set Channel Select for Sequence 3 Slot 2. More... | |
INLINE uint8 | ADC1_getSeq3Slot2 (void) |
Get Channel Select for Sequence 3 Slot 2. More... | |
INLINE void | ADC1_setSeq3Slot3 (uint8 u8_value) |
Set Channel Select for Sequence 3 Slot 3. More... | |
INLINE uint8 | ADC1_getSeq3Slot3 (void) |
Get Channel Select for Sequence 3 Slot 3. More... | |
INLINE uint8 | ADC1_getSeq0WaitForRead (void) |
Get Sequence 0 Wait for Read Status. More... | |
INLINE uint8 | ADC1_getSeq1WaitForRead (void) |
Get Sequence 1 Wait for Read Status. More... | |
INLINE uint8 | ADC1_getSeq2WaitForRead (void) |
Get Sequence 2 Wait for Read Status. More... | |
INLINE uint8 | ADC1_getSeq3WaitForRead (void) |
Get Sequence 3 Wait for Read Status. More... | |
INLINE uint8 | ADC1_getSeq0CollSts (void) |
Get Sequence 0 Collision Status. More... | |
INLINE uint8 | ADC1_getSeq1CollSts (void) |
Get Sequence 1 Collision Status. More... | |
INLINE uint8 | ADC1_getSeq2CollSts (void) |
Get Sequence 2 Collision Status. More... | |
INLINE uint8 | ADC1_getSeq3CollSts (void) |
Get Sequence 3 Collision Status. More... | |
INLINE uint8 | ADC1_getSeq0IntSts (void) |
Get Sequence 0 Interrupt Status. More... | |
INLINE uint8 | ADC1_getSeq1IntSts (void) |
Get Sequence 1 Interrupt Status. More... | |
INLINE uint8 | ADC1_getSeq2IntSts (void) |
Get Sequence 2 Interrupt Status. More... | |
INLINE uint8 | ADC1_getSeq3IntSts (void) |
Get Sequence 3 Interrupt Status. More... | |
INLINE uint8 | ADC1_getCurrSeq (void) |
Get Actual Sequence processed. More... | |
INLINE void | ADC1_clrSeq0WaitForRead (void) |
Clear Sequence 0 Wait for Read Status. More... | |
INLINE void | ADC1_clrSeq1WaitForRead (void) |
Clear Sequence 1 Wait for Read Status. More... | |
INLINE void | ADC1_clrSeq2WaitForRead (void) |
Clear Sequence 2 Wait for Read Status. More... | |
INLINE void | ADC1_clrSeq3WaitForRead (void) |
Clear Sequence 3 Wait for Read Status. More... | |
INLINE void | ADC1_clrSeq0CollSts (void) |
Clear Sequence 0 Collision Status. More... | |
INLINE void | ADC1_clrSeq1CollSts (void) |
Clear Sequence 1 Collision Status. More... | |
INLINE void | ADC1_clrSeq2CollSts (void) |
Clear Sequence 2 Collision Status. More... | |
INLINE void | ADC1_clrSeq3CollSts (void) |
Clear Sequence 3 Collision Status. More... | |
INLINE void | ADC1_clrSeq0IntSts (void) |
Clear Sequence 0 Interrupt Status. More... | |
INLINE void | ADC1_clrSeq1IntSts (void) |
Clear Sequence 1 Interrupt Status. More... | |
INLINE void | ADC1_clrSeq2IntSts (void) |
Clear Sequence 2 Interrupt Status. More... | |
INLINE void | ADC1_clrSeq3IntSts (void) |
Clear Sequence 3 Interrupt Status. More... | |
INLINE void | ADC1_setSeq0WaitForRead (void) |
Set Sequence 0 Wait for Read Status. More... | |
INLINE void | ADC1_setSeq1WaitForRead (void) |
Set Sequence 1 Wait for Read Status. More... | |
INLINE void | ADC1_setSeq2WaitForRead (void) |
Set Sequence 2 Wait for Read Status. More... | |
INLINE void | ADC1_setSeq3WaitForRead (void) |
Set Sequence 3 Wait for Read Status. More... | |
INLINE void | ADC1_setSeq0CollSts (void) |
Set Sequence 0 Collision Status. More... | |
INLINE void | ADC1_setSeq1CollSts (void) |
Set Sequence 1 Collision Status. More... | |
INLINE void | ADC1_setSeq2CollSts (void) |
Set Sequence 2 Collision Status. More... | |
INLINE void | ADC1_setSeq3CollSts (void) |
Set Sequence 3 Collision Status. More... | |
INLINE void | ADC1_setSeq0IntSts (void) |
Set Sequence 0 Interrupt Status. More... | |
INLINE void | ADC1_setSeq1IntSts (void) |
Set Sequence 1 Interrupt Status. More... | |
INLINE void | ADC1_setSeq2IntSts (void) |
Set Sequence 2 Interrupt Status. More... | |
INLINE void | ADC1_setSeq3IntSts (void) |
Set Sequence 3 Interrupt Status. More... | |
INLINE void | ADC1_setCh0Config (tADC1_CHCFGx s_value) |
Set Channel 0 configuration. More... | |
INLINE void | ADC1_setCh1Config (tADC1_CHCFGx s_value) |
Set Channel 1 configuration. More... | |
INLINE void | ADC1_setCh2Config (tADC1_CHCFGx s_value) |
Set Channel 2 configuration. More... | |
INLINE void | ADC1_setCh3Config (tADC1_CHCFGx s_value) |
Set Channel 3 configuration. More... | |
INLINE void | ADC1_setCh4Config (tADC1_CHCFGx s_value) |
Set Channel 4 configuration. More... | |
INLINE void | ADC1_setCh5Config (tADC1_CHCFGx s_value) |
Set Channel 5 configuration. More... | |
INLINE void | ADC1_setCh6Config (tADC1_CHCFGx s_value) |
Set Channel 6 configuration. More... | |
INLINE void | ADC1_setCh7Config (tADC1_CHCFGx s_value) |
Set Channel 7 configuration. More... | |
INLINE void | ADC1_setCh8Config (tADC1_CHCFGx s_value) |
Set Channel 8 configuration. More... | |
INLINE void | ADC1_setCh9Config (tADC1_CHCFGx s_value) |
Set Channel 9 configuration. More... | |
INLINE void | ADC1_setCh10Config (tADC1_CHCFGx s_value) |
Set Channel 10 configuration. More... | |
INLINE void | ADC1_setCh11Config (tADC1_CHCFGx s_value) |
Set Channel 11 configuration. More... | |
INLINE void | ADC1_setCh12Config (tADC1_CHCFGx s_value) |
Set Channel 12 configuration. More... | |
INLINE void | ADC1_setCh13Config (tADC1_CHCFGx s_value) |
Set Channel 13 configuration. More... | |
INLINE void | ADC1_setCh14Config (tADC1_CHCFGx s_value) |
Set Channel 14 configuration. More... | |
INLINE void | ADC1_setCh15Config (tADC1_CHCFGx s_value) |
Set Channel 15 configuration. More... | |
INLINE void | ADC1_setCh16Config (tADC1_CHCFGx s_value) |
Set Channel 16 configuration. More... | |
INLINE void | ADC1_setCh17Config (tADC1_CHCFGx s_value) |
Set Channel 17 configuration. More... | |
INLINE void | ADC1_setCh18Config (tADC1_CHCFGx s_value) |
Set Channel 18 configuration. More... | |
INLINE void | ADC1_setCh19Config (tADC1_CHCFGx s_value) |
Set Channel 19 configuration. More... | |
INLINE uint8 | ADC1_getCh0EndOfConvSts (void) |
Get Channel 0 End Of Conversion Status. More... | |
INLINE uint8 | ADC1_getCh1EndOfConvSts (void) |
Get Channel 1 End Of Conversion Status. More... | |
INLINE uint8 | ADC1_getCh2EndOfConvSts (void) |
Get Channel 2 End Of Conversion Status. More... | |
INLINE uint8 | ADC1_getCh3EndOfConvSts (void) |
Get Channel 3 End Of Conversion Status. More... | |
INLINE uint8 | ADC1_getCh4EndOfConvSts (void) |
Get Channel 4 End Of Conversion Status. More... | |
INLINE uint8 | ADC1_getCh5EndOfConvSts (void) |
Get Channel 5 End Of Conversion Status. More... | |
INLINE uint8 | ADC1_getCh6EndOfConvSts (void) |
Get Channel 6 End Of Conversion Status. More... | |
INLINE uint8 | ADC1_getCh7EndOfConvSts (void) |
Get Channel 7 End Of Conversion Status. More... | |
INLINE uint8 | ADC1_getCh8EndOfConvSts (void) |
Get Channel 8 End Of Conversion Status. More... | |
INLINE uint8 | ADC1_getCh9EndOfConvSts (void) |
Get Channel 9 End Of Conversion Status. More... | |
INLINE uint8 | ADC1_getCh10EndOfConvSts (void) |
Get Channel 10 End Of Conversion Status. More... | |
INLINE uint8 | ADC1_getCh11EndOfConvSts (void) |
Get Channel 11 End Of Conversion Status. More... | |
INLINE uint8 | ADC1_getCh12EndOfConvSts (void) |
Get Channel 12 End Of Conversion Status. More... | |
INLINE uint8 | ADC1_getCh13EndOfConvSts (void) |
Get Channel 13 End Of Conversion Status. More... | |
INLINE uint8 | ADC1_getCh14EndOfConvSts (void) |
Get Channel 14 End Of Conversion Status. More... | |
INLINE uint8 | ADC1_getCh15EndOfConvSts (void) |
Get Channel 15 End Of Conversion Status. More... | |
INLINE uint8 | ADC1_getCh16EndOfConvSts (void) |
Get Channel 16 End Of Conversion Status. More... | |
INLINE uint8 | ADC1_getCh17EndOfConvSts (void) |
Get Channel 17 End Of Conversion Status. More... | |
INLINE uint8 | ADC1_getCh18EndOfConvSts (void) |
Get Channel 18 End Of Conversion Status. More... | |
INLINE uint8 | ADC1_getCh19EndOfConvSts (void) |
Get Channel 19 End Of Conversion Status. More... | |
INLINE uint8 | ADC1_getCurrChannel (void) |
Get Current Channel under conversion. More... | |
INLINE void | ADC1_clrCh0EndOfConvSts (void) |
Clear Channel 0 End Of Conversion Status. More... | |
INLINE void | ADC1_clrCh1EndOfConvSts (void) |
Clear Channel 1 End Of Conversion Status. More... | |
INLINE void | ADC1_clrCh2EndOfConvSts (void) |
Clear Channel 2 End Of Conversion Status. More... | |
INLINE void | ADC1_clrCh3EndOfConvSts (void) |
Clear Channel 3 End Of Conversion Status. More... | |
INLINE void | ADC1_clrCh4EndOfConvSts (void) |
Clear Channel 4 End Of Conversion Status. More... | |
INLINE void | ADC1_clrCh5EndOfConvSts (void) |
Clear Channel 5 End Of Conversion Status. More... | |
INLINE void | ADC1_clrCh6EndOfConvSts (void) |
Clear Channel 6 End Of Conversion Status. More... | |
INLINE void | ADC1_clrCh7EndOfConvSts (void) |
Clear Channel 7 End Of Conversion Status. More... | |
INLINE void | ADC1_clrCh8EndOfConvSts (void) |
Clear Channel 8 End Of Conversion Status. More... | |
INLINE void | ADC1_clrCh9EndOfConvSts (void) |
Clear Channel 9 End Of Conversion Status. More... | |
INLINE void | ADC1_clrCh10EndOfConvSts (void) |
Clear Channel 10 End Of Conversion Status. More... | |
INLINE void | ADC1_clrCh11EndOfConvSts (void) |
Clear Channel 11 End Of Conversion Status. More... | |
INLINE void | ADC1_clrCh12EndOfConvSts (void) |
Clear Channel 12 End Of Conversion Status. More... | |
INLINE void | ADC1_clrCh13EndOfConvSts (void) |
Clear Channel 13 End Of Conversion Status. More... | |
INLINE void | ADC1_clrCh14EndOfConvSts (void) |
Clear Channel 14 End Of Conversion Status. More... | |
INLINE void | ADC1_clrCh15EndOfConvSts (void) |
Clear Channel 15 End Of Conversion Status. More... | |
INLINE void | ADC1_clrCh16EndOfConvSts (void) |
Clear Channel 16 End Of Conversion Status. More... | |
INLINE void | ADC1_clrCh17EndOfConvSts (void) |
Clear Channel 17 End Of Conversion Status. More... | |
INLINE void | ADC1_clrCh18EndOfConvSts (void) |
Clear Channel 18 End Of Conversion Status. More... | |
INLINE void | ADC1_clrCh19EndOfConvSts (void) |
Clear Channel 19 End Of Conversion Status. More... | |
INLINE void | ADC1_setCh0EndOfConvSts (void) |
Set Channel 0 End Of Conversion Status. More... | |
INLINE void | ADC1_setCh1EndOfConvSts (void) |
Set Channel 1 End Of Conversion Status. More... | |
INLINE void | ADC1_setCh2EndOfConvSts (void) |
Set Channel 2 End Of Conversion Status. More... | |
INLINE void | ADC1_setCh3EndOfConvSts (void) |
Set Channel 3 End Of Conversion Status. More... | |
INLINE void | ADC1_setCh4EndOfConvSts (void) |
Set Channel 4 End Of Conversion Status. More... | |
INLINE void | ADC1_setCh5EndOfConvSts (void) |
Set Channel 5 End Of Conversion Status. More... | |
INLINE void | ADC1_setCh6EndOfConvSts (void) |
Set Channel 6 End Of Conversion Status. More... | |
INLINE void | ADC1_setCh7EndOfConvSts (void) |
Set Channel 7 End Of Conversion Status. More... | |
INLINE void | ADC1_setCh8EndOfConvSts (void) |
Set Channel 8 End Of Conversion Status. More... | |
INLINE void | ADC1_setCh9EndOfConvSts (void) |
Set Channel 9 End Of Conversion Status. More... | |
INLINE void | ADC1_setCh10EndOfConvSts (void) |
Set Channel 10 End Of Conversion Status. More... | |
INLINE void | ADC1_setCh11EndOfConvSts (void) |
Set Channel 11 End Of Conversion Status. More... | |
INLINE void | ADC1_setCh12EndOfConvSts (void) |
Set Channel 12 End Of Conversion Status. More... | |
INLINE void | ADC1_setCh13EndOfConvSts (void) |
Set Channel 13 End Of Conversion Status. More... | |
INLINE void | ADC1_setCh14EndOfConvSts (void) |
Set Channel 14 End Of Conversion Status. More... | |
INLINE void | ADC1_setCh15EndOfConvSts (void) |
Set Channel 15 End Of Conversion Status. More... | |
INLINE void | ADC1_setCh16EndOfConvSts (void) |
Set Channel 16 End Of Conversion Status. More... | |
INLINE void | ADC1_setCh17EndOfConvSts (void) |
Set Channel 17 End Of Conversion Status. More... | |
INLINE void | ADC1_setCh18EndOfConvSts (void) |
Set Channel 18 End Of Conversion Status. More... | |
INLINE void | ADC1_setCh19EndOfConvSts (void) |
Set Channel 19 End Of Conversion Status. More... | |
INLINE void | ADC1_setConvClass0Config (tADC1_CONVCFGx s_value) |
Set Conversion Class 0. More... | |
INLINE void | ADC1_setConvClass1Config (tADC1_CONVCFGx s_value) |
Set Conversion Class 1. More... | |
INLINE void | ADC1_setConvClass2Config (tADC1_CONVCFGx s_value) |
Set Conversion Class 2. More... | |
INLINE void | ADC1_setConvClass3Config (tADC1_CONVCFGx s_value) |
Set Conversion Class 3. More... | |
INLINE void | ADC1_enCalibCh0 (void) |
Enable Calibration Channel 0. More... | |
INLINE void | ADC1_disCalibCh0 (void) |
Disable Calibration Channel 0. More... | |
INLINE void | ADC1_enCalibCh1 (void) |
Enable Calibration Channel 1. More... | |
INLINE void | ADC1_disCalibCh1 (void) |
Disable Calibration Channel 1. More... | |
INLINE void | ADC1_enCalibCh2 (void) |
Enable Calibration Channel 2. More... | |
INLINE void | ADC1_disCalibCh2 (void) |
Disable Calibration Channel 2. More... | |
INLINE void | ADC1_enCalibCh3 (void) |
Enable Calibration Channel 3. More... | |
INLINE void | ADC1_disCalibCh3 (void) |
Disable Calibration Channel 3. More... | |
INLINE void | ADC1_enCalibCh4 (void) |
Enable Calibration Channel 4. More... | |
INLINE void | ADC1_disCalibCh4 (void) |
Disable Calibration Channel 4. More... | |
INLINE void | ADC1_enCalibCh5 (void) |
Enable Calibration Channel 5. More... | |
INLINE void | ADC1_disCalibCh5 (void) |
Disable Calibration Channel 5. More... | |
INLINE void | ADC1_enCalibCh6 (void) |
Enable Calibration Channel 6. More... | |
INLINE void | ADC1_disCalibCh6 (void) |
Disable Calibration Channel 6. More... | |
INLINE void | ADC1_enCalibCh7 (void) |
Enable Calibration Channel 7. More... | |
INLINE void | ADC1_disCalibCh7 (void) |
Disable Calibration Channel 7. More... | |
INLINE void | ADC1_enCalibCh8 (void) |
Enable Calibration Channel 8. More... | |
INLINE void | ADC1_disCalibCh8 (void) |
Disable Calibration Channel 8. More... | |
INLINE void | ADC1_enCalibCh9 (void) |
Enable Calibration Channel 9. More... | |
INLINE void | ADC1_disCalibCh9 (void) |
Disable Calibration Channel 9. More... | |
INLINE void | ADC1_enCalibCh10 (void) |
Enable Calibration Channel 10. More... | |
INLINE void | ADC1_disCalibCh10 (void) |
Disable Calibration Channel 10. More... | |
INLINE void | ADC1_enCalibCh11 (void) |
Enable Calibration Channel 11. More... | |
INLINE void | ADC1_disCalibCh11 (void) |
Disable Calibration Channel 11. More... | |
INLINE void | ADC1_enCalibCh12 (void) |
Enable Calibration Channel 12. More... | |
INLINE void | ADC1_disCalibCh12 (void) |
Disable Calibration Channel 12. More... | |
INLINE void | ADC1_enCalibCh13 (void) |
Enable Calibration Channel 13. More... | |
INLINE void | ADC1_disCalibCh13 (void) |
Disable Calibration Channel 13. More... | |
INLINE void | ADC1_enCalibCh14 (void) |
Enable Calibration Channel 14. More... | |
INLINE void | ADC1_disCalibCh14 (void) |
Disable Calibration Channel 14. More... | |
INLINE void | ADC1_enCalibCh15 (void) |
Enable Calibration Channel 15. More... | |
INLINE void | ADC1_disCalibCh15 (void) |
Disable Calibration Channel 15. More... | |
INLINE void | ADC1_enCalibCh16 (void) |
Enable Calibration Channel 16. More... | |
INLINE void | ADC1_disCalibCh16 (void) |
Disable Calibration Channel 16. More... | |
INLINE void | ADC1_enCalibCh17 (void) |
Enable Calibration Channel 17. More... | |
INLINE void | ADC1_disCalibCh17 (void) |
Disable Calibration Channel 17. More... | |
INLINE void | ADC1_enCalibCh18 (void) |
Enable Calibration Channel 18. More... | |
INLINE void | ADC1_disCalibCh18 (void) |
Disable Calibration Channel 18. More... | |
INLINE void | ADC1_enCalibCh19 (void) |
Enable Calibration Channel 19. More... | |
INLINE void | ADC1_disCalibCh19 (void) |
Disable Calibration Channel 19. More... | |
INLINE void | ADC1_enCalibCh20 (void) |
Enable Calibration Channel 20. More... | |
INLINE void | ADC1_disCalibCh20 (void) |
Disable Calibration Channel 20. More... | |
INLINE void | ADC1_enCalibCh21 (void) |
Enable Calibration Channel 21. More... | |
INLINE void | ADC1_disCalibCh21 (void) |
Disable Calibration Channel 21. More... | |
INLINE void | ADC1_enCalibCh22 (void) |
Enable Calibration Channel 22. More... | |
INLINE void | ADC1_disCalibCh22 (void) |
Disable Calibration Channel 22. More... | |
INLINE void | ADC1_enCalibCh23 (void) |
Enable Calibration Channel 23. More... | |
INLINE void | ADC1_disCalibCh23 (void) |
Disable Calibration Channel 23. More... | |
INLINE void | ADC1_enCalibCh24 (void) |
Enable Calibration Channel 24. More... | |
INLINE void | ADC1_disCalibCh24 (void) |
Disable Calibration Channel 24. More... | |
INLINE void | ADC1_enCalibCh25 (void) |
Enable Calibration Channel 25. More... | |
INLINE void | ADC1_disCalibCh25 (void) |
Disable Calibration Channel 25. More... | |
INLINE void | ADC1_enCalibCh26 (void) |
Enable Calibration Channel 26. More... | |
INLINE void | ADC1_disCalibCh26 (void) |
Disable Calibration Channel 26. More... | |
INLINE void | ADC1_enCalibProtCh0 (void) |
Enable Calibration Protection Channel 0. More... | |
INLINE void | ADC1_disCalibProtCh0 (void) |
Disable Calibration Protection Channel 0. More... | |
INLINE void | ADC1_enCalibProtCh1 (void) |
Enable Calibration Protection Channel 1. More... | |
INLINE void | ADC1_disCalibProtCh1 (void) |
Disable Calibration Protection Channel 1. More... | |
INLINE void | ADC1_enCalibProtCh2 (void) |
Enable Calibration Protection Channel 2. More... | |
INLINE void | ADC1_disCalibProtCh2 (void) |
Disable Calibration Protection Channel 2. More... | |
INLINE void | ADC1_enCalibProtCh3 (void) |
Enable Calibration Protection Channel 3. More... | |
INLINE void | ADC1_disCalibProtCh3 (void) |
Disable Calibration Protection Channel 3. More... | |
INLINE void | ADC1_enCalibProtCh4 (void) |
Enable Calibration Protection Channel 4. More... | |
INLINE void | ADC1_disCalibProtCh4 (void) |
Disable Calibration Protection Channel 4. More... | |
INLINE void | ADC1_enCalibProtCh5 (void) |
Enable Calibration Protection Channel 5. More... | |
INLINE void | ADC1_disCalibProtCh5 (void) |
Disable Calibration Protection Channel 5. More... | |
INLINE void | ADC1_enCalibProtCh6 (void) |
Enable Calibration Protection Channel 6. More... | |
INLINE void | ADC1_disCalibProtCh6 (void) |
Disable Calibration Protection Channel 6. More... | |
INLINE void | ADC1_enCalibProtCh7 (void) |
Enable Calibration Protection Channel 7. More... | |
INLINE void | ADC1_disCalibProtCh7 (void) |
Disable Calibration Protection Channel 7. More... | |
INLINE void | ADC1_enCalibProtCh8 (void) |
Enable Calibration Protection Channel 8. More... | |
INLINE void | ADC1_disCalibProtCh8 (void) |
Disable Calibration Protection Channel 8. More... | |
INLINE void | ADC1_enCalibProtCh9 (void) |
Enable Calibration Protection Channel 9. More... | |
INLINE void | ADC1_disCalibProtCh9 (void) |
Disable Calibration Protection Channel 9. More... | |
INLINE void | ADC1_enCalibProtCh10 (void) |
Enable Calibration Protection Channel 10. More... | |
INLINE void | ADC1_disCalibProtCh10 (void) |
Disable Calibration Protection Channel 10. More... | |
INLINE void | ADC1_enCalibProtCh11 (void) |
Enable Calibration Protection Channel 11. More... | |
INLINE void | ADC1_disCalibProtCh11 (void) |
Disable Calibration Protection Channel 11. More... | |
INLINE void | ADC1_enCalibProtCh12 (void) |
Enable Calibration Protection Channel 12. More... | |
INLINE void | ADC1_disCalibProtCh12 (void) |
Disable Calibration Protection Channel 12. More... | |
INLINE void | ADC1_enCalibProtCh13 (void) |
Enable Calibration Protection Channel 13. More... | |
INLINE void | ADC1_disCalibProtCh13 (void) |
Disable Calibration Protection Channel 13. More... | |
INLINE void | ADC1_enCalibProtCh14 (void) |
Enable Calibration Protection Channel 14. More... | |
INLINE void | ADC1_disCalibProtCh14 (void) |
Disable Calibration Protection Channel 14. More... | |
INLINE void | ADC1_enCalibProtCh15 (void) |
Enable Calibration Protection Channel 15. More... | |
INLINE void | ADC1_disCalibProtCh15 (void) |
Disable Calibration Protection Channel 15. More... | |
INLINE void | ADC1_enCalibProtCh16 (void) |
Enable Calibration Protection Channel 16. More... | |
INLINE void | ADC1_disCalibProtCh16 (void) |
Disable Calibration Protection Channel 16. More... | |
INLINE void | ADC1_enCalibProtCh17 (void) |
Enable Calibration Protection Channel 17. More... | |
INLINE void | ADC1_disCalibProtCh17 (void) |
Disable Calibration Protection Channel 17. More... | |
INLINE void | ADC1_enCalibProtCh18 (void) |
Enable Calibration Protection Channel 18. More... | |
INLINE void | ADC1_disCalibProtCh18 (void) |
Disable Calibration Protection Channel 18. More... | |
INLINE void | ADC1_enCalibProtCh19 (void) |
Enable Calibration Protection Channel 19. More... | |
INLINE void | ADC1_disCalibProtCh19 (void) |
Disable Calibration Protection Channel 19. More... | |
INLINE void | ADC1_enCalibProtCh20 (void) |
Enable Calibration Protection Channel 20. More... | |
INLINE void | ADC1_disCalibProtCh20 (void) |
Disable Calibration Protection Channel 20. More... | |
INLINE void | ADC1_enCalibProtCh21 (void) |
Enable Calibration Protection Channel 21. More... | |
INLINE void | ADC1_disCalibProtCh21 (void) |
Disable Calibration Protection Channel 21. More... | |
INLINE void | ADC1_enCalibProtCh22 (void) |
Enable Calibration Protection Channel 22. More... | |
INLINE void | ADC1_disCalibProtCh22 (void) |
Disable Calibration Protection Channel 22. More... | |
INLINE void | ADC1_enCalibProtCh23 (void) |
Enable Calibration Protection Channel 23. More... | |
INLINE void | ADC1_disCalibProtCh23 (void) |
Disable Calibration Protection Channel 23. More... | |
INLINE void | ADC1_enCalibProtCh24 (void) |
Enable Calibration Protection Channel 24. More... | |
INLINE void | ADC1_disCalibProtCh24 (void) |
Disable Calibration Protection Channel 24. More... | |
INLINE void | ADC1_enCalibProtCh25 (void) |
Enable Calibration Protection Channel 25. More... | |
INLINE void | ADC1_disCalibProtCh25 (void) |
Disable Calibration Protection Channel 25. More... | |
INLINE void | ADC1_enCalibProtCh26 (void) |
Enable Calibration Protection Channel 26. More... | |
INLINE void | ADC1_disCalibProtCh26 (void) |
Disable Calibration Protection Channel 26. More... | |
INLINE void | ADC1_setFilter0Coeff (uint8 u8_value) |
Set Filter 0 Coefficient. More... | |
INLINE uint8 | ADC1_getFilter0Coeff (void) |
Get Filter 0 Coefficient. More... | |
INLINE void | ADC1_setFilter1Coeff (uint8 u8_value) |
Set Filter 1 Coefficient. More... | |
INLINE uint8 | ADC1_getFilter1Coeff (void) |
Get Filter 1 Coefficient. More... | |
INLINE void | ADC1_setFilter2Coeff (uint8 u8_value) |
Set Filter 2 Coefficient. More... | |
INLINE uint8 | ADC1_getFilter2Coeff (void) |
Get Filter 2 Coefficient. More... | |
INLINE void | ADC1_setFilter3Coeff (uint8 u8_value) |
Set Filter 3 Coefficient. More... | |
INLINE uint8 | ADC1_getFilter3Coeff (void) |
Get Filter 3 Coefficient. More... | |
INLINE uint16 | ADC1_getFilter0Result (void) |
Get Result Value Filter 0. More... | |
INLINE uint16 | ADC1_getFilter1Result (void) |
Get Result Value Filter 1. More... | |
INLINE uint16 | ADC1_getFilter2Result (void) |
Get Result Value Filter 2. More... | |
INLINE uint16 | ADC1_getFilter3Result (void) |
Get Result Value Filter 3. More... | |
INLINE uint8 | ADC1_getFilter0Sts (void) |
Get Filter 0 Event flag. More... | |
INLINE uint8 | ADC1_getFilter1Sts (void) |
Get Filter 1 Event flag. More... | |
INLINE uint8 | ADC1_getFilter2Sts (void) |
Get Filter 2 Event flag. More... | |
INLINE uint8 | ADC1_getFilter3Sts (void) |
Get Filter 3 Event flag. More... | |
INLINE void | ADC1_clrFilter0Sts (void) |
Clear Filter 0 Event flag. More... | |
INLINE void | ADC1_clrFilter1Sts (void) |
Clear Filter 1 Event flag. More... | |
INLINE void | ADC1_clrFilter2Sts (void) |
Clear Filter 2 Event flag. More... | |
INLINE void | ADC1_clrFilter3Sts (void) |
Clear Filter 3 Event flag. More... | |
INLINE void | ADC1_setFilter0Sts (void) |
Set Filter 0 Event flag. More... | |
INLINE void | ADC1_setFilter1Sts (void) |
Set Filter 1 Event flag. More... | |
INLINE void | ADC1_setFilter2Sts (void) |
Set Filter 2 Event flag. More... | |
INLINE void | ADC1_setFilter3Sts (void) |
Set Filter 3 Event flag. More... | |
INLINE uint16 | ADC1_getCh0Result (void) |
Get Result Value Channel 0. More... | |
INLINE uint8 | ADC1_getCh0ResultValidSts (void) |
Get Result Valid Flag Channel 0. More... | |
INLINE uint16 | ADC1_getCh1Result (void) |
Get Result Value Channel 1. More... | |
INLINE uint8 | ADC1_getCh1ResultValidSts (void) |
Get Result Valid Flag Channel 1. More... | |
INLINE uint16 | ADC1_getCh2Result (void) |
Get Result Value Channel 2. More... | |
INLINE uint8 | ADC1_getCh2ResultValidSts (void) |
Get Result Valid Flag Channel 2. More... | |
INLINE uint16 | ADC1_getCh3Result (void) |
Get Result Value Channel 3. More... | |
INLINE uint8 | ADC1_getCh3ResultValidSts (void) |
Get Result Valid Flag Channel 3. More... | |
INLINE uint16 | ADC1_getCh4Result (void) |
Get Result Value Channel 4. More... | |
INLINE uint8 | ADC1_getCh4ResultValidSts (void) |
Get Result Valid Flag Channel 4. More... | |
INLINE uint16 | ADC1_getCh5Result (void) |
Get Result Value Channel 5. More... | |
INLINE uint8 | ADC1_getCh5ResultValidSts (void) |
Get Result Valid Flag Channel 5. More... | |
INLINE uint16 | ADC1_getCh6Result (void) |
Get Result Value Channel 6. More... | |
INLINE uint8 | ADC1_getCh6ResultValidSts (void) |
Get Result Valid Flag Channel 6. More... | |
INLINE uint16 | ADC1_getCh7Result (void) |
Get Result Value Channel 7. More... | |
INLINE uint8 | ADC1_getCh7ResultValidSts (void) |
Get Result Valid Flag Channel 7. More... | |
INLINE uint16 | ADC1_getCh8Result (void) |
Get Result Value Channel 8. More... | |
INLINE uint8 | ADC1_getCh8ResultValidSts (void) |
Get Result Valid Flag Channel 8. More... | |
INLINE uint16 | ADC1_getCh9Result (void) |
Get Result Value Channel 9. More... | |
INLINE uint8 | ADC1_getCh9ResultValidSts (void) |
Get Result Valid Flag Channel 9. More... | |
INLINE uint16 | ADC1_getCh10Result (void) |
Get Result Value Channel 10. More... | |
INLINE uint8 | ADC1_getCh10ResultValidSts (void) |
Get Result Valid Flag Channel 10. More... | |
INLINE uint16 | ADC1_getCh11Result (void) |
Get Result Value Channel 11. More... | |
INLINE uint8 | ADC1_getCh11ResultValidSts (void) |
Get Result Valid Flag Channel 11. More... | |
INLINE uint16 | ADC1_getCh12Result (void) |
Get Result Value Channel 12. More... | |
INLINE uint8 | ADC1_getCh12ResultValidSts (void) |
Get Result Valid Flag Channel 12. More... | |
INLINE uint16 | ADC1_getCh13Result (void) |
Get Result Value Channel 13. More... | |
INLINE uint8 | ADC1_getCh13ResultValidSts (void) |
Get Result Valid Flag Channel 13. More... | |
INLINE uint16 | ADC1_getCh14Result (void) |
Get Result Value Channel 14. More... | |
INLINE uint8 | ADC1_getCh14ResultValidSts (void) |
Get Result Valid Flag Channel 14. More... | |
INLINE uint16 | ADC1_getCh15Result (void) |
Get Result Value Channel 15. More... | |
INLINE uint8 | ADC1_getCh15ResultValidSts (void) |
Get Result Valid Flag Channel 15. More... | |
INLINE uint16 | ADC1_getCh16Result (void) |
Get Result Value Channel 16. More... | |
INLINE uint8 | ADC1_getCh16ResultValidSts (void) |
Get Result Valid Flag Channel 16. More... | |
INLINE uint16 | ADC1_getCh17Result (void) |
Get Result Value Channel 17. More... | |
INLINE uint8 | ADC1_getCh17ResultValidSts (void) |
Get Result Valid Flag Channel 17. More... | |
INLINE uint16 | ADC1_getCh18Result (void) |
Get Result Value Channel 18. More... | |
INLINE uint8 | ADC1_getCh18ResultValidSts (void) |
Get Result Valid Flag Channel 18. More... | |
INLINE uint16 | ADC1_getCh19Result (void) |
Get Result Value Channel 19. More... | |
INLINE uint8 | ADC1_getCh19ResultValidSts (void) |
Get Result Valid Flag Channel 19. More... | |
INLINE void | ADC1_setCmp0Config (tADC1_CMPCFGx s_value) |
Set Compare Channel 0 configuration. More... | |
INLINE void | ADC1_setCmp1Config (tADC1_CMPCFGx s_value) |
Set Compare Channel 1 configuration. More... | |
INLINE void | ADC1_setCmp2Config (tADC1_CMPCFGx s_value) |
Set Compare Channel 2 configuration. More... | |
INLINE void | ADC1_setCmp3Config (tADC1_CMPCFGx s_value) |
Set Compare Channel 3 configuration. More... | |
INLINE uint8 | ADC1_getCmp0UpIntSts (void) |
Get Compare 0 Upper Threshold Interrupt Status. More... | |
INLINE uint8 | ADC1_getCmp1UpIntSts (void) |
Get Compare 1 Upper Threshold Interrupt Status. More... | |
INLINE uint8 | ADC1_getCmp2UpIntSts (void) |
Get Compare 2 Upper Threshold Interrupt Status. More... | |
INLINE uint8 | ADC1_getCmp3UpIntSts (void) |
Get Compare 3 Upper Threshold Interrupt Status. More... | |
INLINE uint8 | ADC1_getCmp0UpThSts (void) |
Get Compare 0 Upper Threshold Status. More... | |
INLINE uint8 | ADC1_getCmp1UpThSts (void) |
Get Compare 1 Upper Threshold Status. More... | |
INLINE uint8 | ADC1_getCmp2UpThSts (void) |
Get Compare 2 Upper Threshold Status. More... | |
INLINE uint8 | ADC1_getCmp3UpThSts (void) |
Get Compare 3 Upper Threshold Status. More... | |
INLINE uint8 | ADC1_getCmp0LoIntSts (void) |
Get Compare 0 Lower Threshold Interrupt Status. More... | |
INLINE uint8 | ADC1_getCmp1LoIntSts (void) |
Get Compare 1 Lower Threshold Interrupt Status. More... | |
INLINE uint8 | ADC1_getCmp2LoIntSts (void) |
Get Compare 2 Lower Threshold Interrupt Status. More... | |
INLINE uint8 | ADC1_getCmp3LoIntSts (void) |
Get Compare 3 Lower Threshold Interrupt Status. More... | |
INLINE uint8 | ADC1_getCmp0LoThSts (void) |
Get Compare 0 Lower Threshold Status. More... | |
INLINE uint8 | ADC1_getCmp1LoThSts (void) |
Get Compare 1 Lower Threshold Status. More... | |
INLINE uint8 | ADC1_getCmp2LoThSts (void) |
Get Compare 2 Lower Threshold Status. More... | |
INLINE uint8 | ADC1_getCmp3LoThSts (void) |
Get Compare 3 Lower Threshold Status. More... | |
INLINE void | ADC1_clrCmp0UpIntSts (void) |
Clear Compare 0 Upper Threshold Interrupt Status. More... | |
INLINE void | ADC1_clrCmp1UpIntSts (void) |
Clear Compare 1 Upper Threshold Interrupt Status. More... | |
INLINE void | ADC1_clrCmp2UpIntSts (void) |
Clear Compare 2 Upper Threshold Interrupt Status. More... | |
INLINE void | ADC1_clrCmp3UpIntSts (void) |
Clear Compare 3 Upper Threshold Interrupt Status. More... | |
INLINE void | ADC1_clrCmp0UpThSts (void) |
Clear Compare 0 Upper Threshold Status. More... | |
INLINE void | ADC1_clrCmp1UpThSts (void) |
Clear Compare 1 Upper Threshold Status. More... | |
INLINE void | ADC1_clrCmp2UpThSts (void) |
Clear Compare 2 Upper Threshold Status. More... | |
INLINE void | ADC1_clrCmp3UpThSts (void) |
Clear Compare 3 Upper Threshold Status. More... | |
INLINE void | ADC1_clrCmp0LoIntSts (void) |
Clear Compare 0 Lower Threshold Interrupt Status. More... | |
INLINE void | ADC1_clrCmp1LoIntSts (void) |
Clear Compare 1 Lower Threshold Interrupt Status. More... | |
INLINE void | ADC1_clrCmp2LoIntSts (void) |
Clear Compare 2 Lower Threshold Interrupt Status. More... | |
INLINE void | ADC1_clrCmp3LoIntSts (void) |
Clear Compare 3 Lower Threshold Interrupt Status. More... | |
INLINE void | ADC1_clrCmp0LoThSts (void) |
Clear Compare 0 Lower Threshold Status. More... | |
INLINE void | ADC1_clrCmp1LoThSts (void) |
Clear Compare 1 Lower Threshold Status. More... | |
INLINE void | ADC1_clrCmp2LoThSts (void) |
Clear Compare 2 Lower Threshold Status. More... | |
INLINE void | ADC1_clrCmp3LoThSts (void) |
Clear Compare 3 Lower Threshold Status. More... | |
INLINE void | ADC1_setCmp0UpIntSts (void) |
Set Compare 0 Upper Threshold Interrupt Status. More... | |
INLINE void | ADC1_setCmp1UpIntSts (void) |
Set Compare 1 Upper Threshold Interrupt Status. More... | |
INLINE void | ADC1_setCmp2UpIntSts (void) |
Set Compare 2 Upper Threshold Interrupt Status. More... | |
INLINE void | ADC1_setCmp3UpIntSts (void) |
Set Compare 3 Upper Threshold Interrupt Status. More... | |
INLINE void | ADC1_setCmp0UpThSts (void) |
Set Compare 0 Upper Threshold Status. More... | |
INLINE void | ADC1_setCmp1UpThSts (void) |
Set Compare 1 Upper Threshold Status. More... | |
INLINE void | ADC1_setCmp2UpThSts (void) |
Set Compare 2 Upper Threshold Status. More... | |
INLINE void | ADC1_setCmp3UpThSts (void) |
Set Compare 3 Upper Threshold Status. More... | |
INLINE void | ADC1_setCmp0LoIntSts (void) |
Set Compare 0 Lower Threshold Interrupt Status. More... | |
INLINE void | ADC1_setCmp1LoIntSts (void) |
Set Compare 1 Lower Threshold Interrupt Status. More... | |
INLINE void | ADC1_setCmp2LoIntSts (void) |
Set Compare 2 Lower Threshold Interrupt Status. More... | |
INLINE void | ADC1_setCmp3LoIntSts (void) |
Set Compare 3 Lower Threshold Interrupt Status. More... | |
INLINE void | ADC1_setCmp0LoThSts (void) |
Set Compare 0 Lower Threshold Status. More... | |
INLINE void | ADC1_setCmp1LoThSts (void) |
Set Compare 1 Lower Threshold Status. More... | |
INLINE void | ADC1_setCmp2LoThSts (void) |
Set Compare 2 Lower Threshold Status. More... | |
INLINE void | ADC1_setCmp3LoThSts (void) |
Set Compare 3 Lower Threshold Status. More... | |
INLINE void | ADC1_enCmp0UpInt (void) |
Enable Compare 0 Upper Threshold Interrupt. More... | |
INLINE void | ADC1_disCmp0UpInt (void) |
Disable Compare 0 Upper Threshold Interrupt. More... | |
INLINE void | ADC1_enCmp1UpInt (void) |
Enable Compare 1 Upper Threshold Interrupt. More... | |
INLINE void | ADC1_disCmp1UpInt (void) |
Disable Compare 1 Upper Threshold Interrupt. More... | |
INLINE void | ADC1_enCmp2UpInt (void) |
Enable Compare 2 Upper Threshold Interrupt. More... | |
INLINE void | ADC1_disCmp2UpInt (void) |
Disable Compare 2 Upper Threshold Interrupt. More... | |
INLINE void | ADC1_enCmp3UpInt (void) |
Enable Compare 3 Upper Threshold Interrupt. More... | |
INLINE void | ADC1_disCmp3UpInt (void) |
Disable Compare 3 Upper Threshold Interrupt. More... | |
INLINE void | ADC1_enCmp0LoInt (void) |
Enable Compare 0 Lower Threshold Interrupt. More... | |
INLINE void | ADC1_disCmp0LoInt (void) |
Disable Compare 0 Lower Threshold Interrupt. More... | |
INLINE void | ADC1_enCmp1LoInt (void) |
Enable Compare 1 Lower Threshold Interrupt. More... | |
INLINE void | ADC1_disCmp1LoInt (void) |
Disable Compare 1 Lower Threshold Interrupt. More... | |
INLINE void | ADC1_enCmp2LoInt (void) |
Enable Compare 2 Lower Threshold Interrupt. More... | |
INLINE void | ADC1_disCmp2LoInt (void) |
Disable Compare 2 Lower Threshold Interrupt. More... | |
INLINE void | ADC1_enCmp3LoInt (void) |
Enable Compare 3 Lower Threshold Interrupt. More... | |
INLINE void | ADC1_disCmp3LoInt (void) |
Disable Compare 3 Lower Threshold Interrupt. More... | |
INLINE void | ADC1_enSeq0Int (void) |
Enable Sequence 0 Interrupt. More... | |
INLINE void | ADC1_disSeq0Int (void) |
Disable Sequence 0 Interrupt. More... | |
INLINE void | ADC1_enSeq1Int (void) |
Enable Sequence 1 Interrupt. More... | |
INLINE void | ADC1_disSeq1Int (void) |
Disable Sequence 1 Interrupt. More... | |
INLINE void | ADC1_enSeq2Int (void) |
Enable Sequence 2 Interrupt. More... | |
INLINE void | ADC1_disSeq2Int (void) |
Disable Sequence 2 Interrupt. More... | |
INLINE void | ADC1_enSeq3Int (void) |
Enable Sequence 3 Interrupt. More... | |
INLINE void | ADC1_disSeq3Int (void) |
Disable Sequence 3 Interrupt. More... | |
INLINE void | ADC1_enCh0Int (void) |
Enable Channel 0 Interrupt. More... | |
INLINE void | ADC1_disCh0Int (void) |
Disable Channel 0 Interrupt. More... | |
INLINE void | ADC1_enCh1Int (void) |
Enable Channel 1 Interrupt. More... | |
INLINE void | ADC1_disCh1Int (void) |
Disable Channel 1 Interrupt. More... | |
INLINE void | ADC1_enCh2Int (void) |
Enable Channel 2 Interrupt. More... | |
INLINE void | ADC1_disCh2Int (void) |
Disable Channel 2 Interrupt. More... | |
INLINE void | ADC1_enCh3Int (void) |
Enable Channel 3 Interrupt. More... | |
INLINE void | ADC1_disCh3Int (void) |
Disable Channel 3 Interrupt. More... | |
INLINE void | ADC1_enCh4Int (void) |
Enable Channel 4 Interrupt. More... | |
INLINE void | ADC1_disCh4Int (void) |
Disable Channel 4 Interrupt. More... | |
INLINE void | ADC1_enCh5Int (void) |
Enable Channel 5 Interrupt. More... | |
INLINE void | ADC1_disCh5Int (void) |
Disable Channel 5 Interrupt. More... | |
INLINE void | ADC1_enCh6Int (void) |
Enable Channel 6 Interrupt. More... | |
INLINE void | ADC1_disCh6Int (void) |
Disable Channel 6 Interrupt. More... | |
INLINE void | ADC1_enCh7Int (void) |
Enable Channel 7 Interrupt. More... | |
INLINE void | ADC1_disCh7Int (void) |
Disable Channel 7 Interrupt. More... | |
INLINE void | ADC1_enCh8Int (void) |
Enable Channel 8 Interrupt. More... | |
INLINE void | ADC1_disCh8Int (void) |
Disable Channel 8 Interrupt. More... | |
INLINE void | ADC1_enCh9Int (void) |
Enable Channel 9 Interrupt. More... | |
INLINE void | ADC1_disCh9Int (void) |
Disable Channel 9 Interrupt. More... | |
INLINE void | ADC1_enCh10Int (void) |
Enable Channel 10 Interrupt. More... | |
INLINE void | ADC1_disCh10Int (void) |
Disable Channel 10 Interrupt. More... | |
INLINE void | ADC1_enCh11Int (void) |
Enable Channel 11 Interrupt. More... | |
INLINE void | ADC1_disCh11Int (void) |
Disable Channel 11 Interrupt. More... | |
INLINE void | ADC1_enCh12Int (void) |
Enable Channel 12 Interrupt. More... | |
INLINE void | ADC1_disCh12Int (void) |
Disable Channel 12 Interrupt. More... | |
INLINE void | ADC1_enCh13Int (void) |
Enable Channel 13 Interrupt. More... | |
INLINE void | ADC1_disCh13Int (void) |
Disable Channel 13 Interrupt. More... | |
INLINE void | ADC1_enCh14Int (void) |
Enable Channel 14 Interrupt. More... | |
INLINE void | ADC1_disCh14Int (void) |
Disable Channel 14 Interrupt. More... | |
INLINE void | ADC1_enCh15Int (void) |
Enable Channel 15 Interrupt. More... | |
INLINE void | ADC1_disCh15Int (void) |
Disable Channel 15 Interrupt. More... | |
INLINE void | ADC1_enCh16Int (void) |
Enable Channel 16 Interrupt. More... | |
INLINE void | ADC1_disCh16Int (void) |
Disable Channel 16 Interrupt. More... | |
INLINE void | ADC1_enCh17Int (void) |
Enable Channel 17 Interrupt. More... | |
INLINE void | ADC1_disCh17Int (void) |
Disable Channel 17 Interrupt. More... | |
INLINE void | ADC1_enCh18Int (void) |
Enable Channel 18 Interrupt. More... | |
INLINE void | ADC1_disCh18Int (void) |
Disable Channel 18 Interrupt. More... | |
INLINE void | ADC1_enCh19Int (void) |
Enable Channel 19 Interrupt. More... | |
INLINE void | ADC1_disCh19Int (void) |
Disable Channel 19 Interrupt. More... | |
INLINE void | ADC1_enSeq0WaitForReadInt (void) |
Enable Sequence 0 Wait for Read Interrupt. More... | |
INLINE void | ADC1_disSeq0WaitForReadInt (void) |
Disable Sequence 0 Wait for Read Interrupt. More... | |
INLINE void | ADC1_enSeq1WaitForReadInt (void) |
Enable Sequence 1 Wait for Read Interrupt. More... | |
INLINE void | ADC1_disSeq1WaitForReadInt (void) |
Disable Sequence 1 Wait for Read Interrupt. More... | |
INLINE void | ADC1_enSeq2WaitForReadInt (void) |
Enable Sequence 2 Wait for Read Interrupt. More... | |
INLINE void | ADC1_disSeq2WaitForReadInt (void) |
Disable Sequence 2 Wait for Read Interrupt. More... | |
INLINE void | ADC1_enSeq3WaitForReadInt (void) |
Enable Sequence 3 Wait for Read Interrupt. More... | |
INLINE void | ADC1_disSeq3WaitForReadInt (void) |
Disable Sequence 3 Wait for Read Interrupt. More... | |
INLINE void | ADC1_enSeq0CollInt (void) |
Enable Sequence 0 Collision Detection Interrupt. More... | |
INLINE void | ADC1_disSeq0CollInt (void) |
Disable Sequence 0 Collision Detection Interrupt. More... | |
INLINE void | ADC1_enSeq1CollInt (void) |
Enable Sequence 1 Collision Detection Interrupt. More... | |
INLINE void | ADC1_disSeq1CollInt (void) |
Disable Sequence 1 Collision Detection Interrupt. More... | |
INLINE void | ADC1_enSeq2CollInt (void) |
Enable Sequence 2 Collision Detection Interrupt. More... | |
INLINE void | ADC1_disSeq2CollInt (void) |
Disable Sequence 2 Collision Detection Interrupt. More... | |
INLINE void | ADC1_enSeq3CollInt (void) |
Enable Sequence 3 Collision Detection Interrupt. More... | |
INLINE void | ADC1_disSeq3CollInt (void) |
Disable Sequence 3 Collision Detection Interrupt. More... | |
INLINE uint8 | ADC1_getCh0IntNodePtr (void) |
Get Channel 0 Interrupt Node Pointer. More... | |
INLINE uint8 | ADC1_getCh1IntNodePtr (void) |
Get Channel 1 Interrupt Node Pointer. More... | |
INLINE uint8 | ADC1_getCh2IntNodePtr (void) |
Get Channel 2 Interrupt Node Pointer. More... | |
INLINE uint8 | ADC1_getCh3IntNodePtr (void) |
Get Channel 3 Interrupt Node Pointer. More... | |
INLINE uint8 | ADC1_getCh4IntNodePtr (void) |
Get Channel 4 Interrupt Node Pointer. More... | |
INLINE uint8 | ADC1_getCh5IntNodePtr (void) |
Get Channel 5 Interrupt Node Pointer. More... | |
INLINE uint8 | ADC1_getCh6IntNodePtr (void) |
Get Channel 6 Interrupt Node Pointer. More... | |
INLINE uint8 | ADC1_getCh7IntNodePtr (void) |
Get Channel 7 Interrupt Node Pointer. More... | |
INLINE uint8 | ADC1_getCh8IntNodePtr (void) |
Get Channel 8 Interrupt Node Pointer. More... | |
INLINE uint8 | ADC1_getCh9IntNodePtr (void) |
Get Channel 9 Interrupt Node Pointer. More... | |
INLINE uint8 | ADC1_getCh10IntNodePtr (void) |
Get Channel 10 Interrupt Node Pointer. More... | |
INLINE uint8 | ADC1_getCh11IntNodePtr (void) |
Get Channel 11 Interrupt Node Pointer. More... | |
INLINE uint8 | ADC1_getCh12IntNodePtr (void) |
Get Channel 12 Interrupt Node Pointer. More... | |
INLINE uint8 | ADC1_getCh13IntNodePtr (void) |
Get Channel 13 Interrupt Node Pointer. More... | |
INLINE uint8 | ADC1_getCh14IntNodePtr (void) |
Get Channel 14 Interrupt Node Pointer. More... | |
INLINE uint8 | ADC1_getCh15IntNodePtr (void) |
Get Channel 15 Interrupt Node Pointer. More... | |
INLINE uint8 | ADC1_getCh16IntNodePtr (void) |
Get Channel 16 Interrupt Node Pointer. More... | |
INLINE uint8 | ADC1_getCh17IntNodePtr (void) |
Get Channel 17 Interrupt Node Pointer. More... | |
INLINE uint8 | ADC1_getCh18IntNodePtr (void) |
Get Channel 18 Interrupt Node Pointer. More... | |
INLINE uint8 | ADC1_getCh19IntNodePtr (void) |
Get Channel 19 Interrupt Node Pointer. More... | |
INLINE uint8 | ADC1_getCmp0LoIntNodePtr (void) |
Get Compare Lo Interrupt Node Pointer. More... | |
INLINE uint8 | ADC1_getCmp1LoIntNodePtr (void) |
Get Compare Lo Interrupt Node Pointer. More... | |
INLINE uint8 | ADC1_getCmp2LoIntNodePtr (void) |
Get Compare Lo Interrupt Node Pointer. More... | |
INLINE uint8 | ADC1_getCmp3LoIntNodePtr (void) |
Get Compare Lo Interrupt Node Pointer. More... | |
INLINE uint8 | ADC1_getCmp0UpIntNodePtr (void) |
Get Compare Up Interrupt Node Pointer. More... | |
INLINE uint8 | ADC1_getCmp1UpIntNodePtr (void) |
Get Compare Up Interrupt Node Pointer. More... | |
INLINE uint8 | ADC1_getCmp2UpIntNodePtr (void) |
Get Compare Up Interrupt Node Pointer. More... | |
INLINE uint8 | ADC1_getCmp3UpIntNodePtr (void) |
Get Compare Up Interrupt Node Pointer. More... | |
INLINE uint8 | ADC1_getSeq0IntNodePtr (void) |
Get Sequence Interrupt Node Pointer. More... | |
INLINE uint8 | ADC1_getSeq1IntNodePtr (void) |
Get Sequence Interrupt Node Pointer. More... | |
INLINE uint8 | ADC1_getSeq2IntNodePtr (void) |
Get Sequence Interrupt Node Pointer. More... | |
INLINE uint8 | ADC1_getSeq3IntNodePtr (void) |
Get Sequence Interrupt Node Pointer. More... | |
INLINE uint8 | ADC1_getSeq0CollIntNodePtr (void) |
Get Collision Interrupt Node Pointer. More... | |
INLINE uint8 | ADC1_getSeq1CollIntNodePtr (void) |
Get Collision Interrupt Node Pointer. More... | |
INLINE uint8 | ADC1_getSeq2CollIntNodePtr (void) |
Get Collision Interrupt Node Pointer. More... | |
INLINE uint8 | ADC1_getSeq3CollIntNodePtr (void) |
Get Collision Interrupt Node Pointer. More... | |
INLINE uint8 | ADC1_getSeq0WaitForReadIntNodePtr (void) |
Get Wait for read Interrupt Node Pointer. More... | |
INLINE uint8 | ADC1_getSeq1WaitForReadIntNodePtr (void) |
Get Wait for read Interrupt Node Pointer. More... | |
INLINE uint8 | ADC1_getSeq2WaitForReadIntNodePtr (void) |
Get Wait for read Interrupt Node Pointer. More... | |
INLINE uint8 | ADC1_getSeq3WaitForReadIntNodePtr (void) |
Get Wait for read Interrupt Node Pointer. More... | |
INLINE void | ADC1_setSeqHwShadowTrans (uint8 u8_value) |
Set Sequence Shadow Transfer Selection. More... | |
INLINE uint8 | ADC1_getSeqHwShadowTrans (void) |
Get Sequence Shadow Transfer Selection. More... | |
INLINE void | ADC1_setTriggHwShadowTrans (uint8 u8_value) |
Set Trigger Shadow Transfer Selection. More... | |
INLINE uint8 | ADC1_getTriggHwShadowTrans (void) |
Get Trigger Shadow Transfer Selection. More... | |
INLINE void | ADC1_setGateHwShadowTrans (uint8 u8_value) |
Set Gating Shadow Transfer Selection. More... | |
INLINE uint8 | ADC1_getGateHwShadowTrans (void) |
Get Gating Shadow Transfer Selection. More... | |
INLINE void | ADC1_enSeqHwShadowTrans (void) |
Enable Sequence Shadow Transfer Selection. More... | |
INLINE void | ADC1_disSeqHwShadowTrans (void) |
Disable Sequence Shadow Transfer Selection. More... | |
INLINE void | ADC1_enTriggHwShadowTrans (void) |
Enable Trigger Shadow Transfer Selection. More... | |
INLINE void | ADC1_disTriggHwShadowTrans (void) |
Disable Trigger Shadow Transfer Selection. More... | |
INLINE void | ADC1_enGateHwShadowTrans (void) |
Enable Gating Shadow Transfer Selection. More... | |
INLINE void | ADC1_disGateHwShadowTrans (void) |
Disable Gating Shadow Transfer Selection. More... | |
INLINE void | ADC1_setSeqSwShadowTrans (void) |
Set Sequence Software Shadow Transfer. More... | |
INLINE uint8 | ADC1_getSeqSwShadowTrans (void) |
Get Sequence Software Shadow Transfer. More... | |
INLINE void | ADC1_setTriggSwShadowTrans (void) |
Set Trigger Software Shadow Transfer. More... | |
INLINE uint8 | ADC1_getTriggSwShadowTrans (void) |
Get Trigger Software Shadow Transfer. More... | |
INLINE void | ADC1_setGateSwShadowTrans (void) |
Set Gating Software Shadow Transfer. More... | |
INLINE uint8 | ADC1_getGateSwShadowTrans (void) |
Get Gating Software Shadow Transfer. More... | |
INLINE void | ADC1_enSeqSwShadowTrans (void) |
Enable Sequence Shadow Transfer. More... | |
INLINE void | ADC1_disSeqSwShadowTrans (void) |
Disable Sequence Shadow Transfer. More... | |
INLINE void | ADC1_enTriggSwShadowTrans (void) |
Enable Trigger Shadow Transfer. More... | |
INLINE void | ADC1_disTriggSwShadowTrans (void) |
Disable Trigger Shadow Transfer. More... | |
INLINE void | ADC1_enGateSwShadowTrans (void) |
Enable Gating Shadow Transfer. More... | |
INLINE void | ADC1_disGateSwShadowTrans (void) |
Disable Gating Shadow Transfer. More... | |
INLINE void | ADC1_setCalibOffsAnaIn1 (uint8 u8_value) |
Set Calibration Offset analog input 1. More... | |
INLINE uint8 | ADC1_getCalibOffsAnaIn1 (void) |
Get Calibration Offset analog input 1. More... | |
INLINE void | ADC1_setCalibGainAnaIn1 (uint16 u16_value) |
Set Calibration Gain analog input 1. More... | |
INLINE uint16 | ADC1_getCalibGainAnaIn1 (void) |
Get Calibration Gain analog input 1. More... | |
INLINE void | ADC1_setCalibOffsAnaIn3 (uint8 u8_value) |
Set Calibration Offset analog input 3. More... | |
INLINE uint8 | ADC1_getCalibOffsAnaIn3 (void) |
Get Calibration Offset analog input 3. More... | |
INLINE void | ADC1_setCalibGainAnaIn3 (uint16 u16_value) |
Set Calibration Gain analog input 3. More... | |
INLINE uint16 | ADC1_getCalibGainAnaIn3 (void) |
Get Calibration Gain analog input 3. More... | |
INLINE void | ADC1_setCalibOffsAnaIn5 (uint8 u8_value) |
Set Calibration Offset analog input 5. More... | |
INLINE uint8 | ADC1_getCalibOffsAnaIn5 (void) |
Get Calibration Offset analog input 5. More... | |
INLINE void | ADC1_setCalibGainAnaIn5 (uint16 u16_value) |
Set Calibration Gain analog input 5. More... | |
INLINE uint16 | ADC1_getCalibGainAnaIn5 (void) |
Get Calibration Gain analog input 5. More... | |
INLINE void | ADC1_setCalibOffsAnaIn7 (uint8 u8_value) |
Set Calibration Offset analog input 7. More... | |
INLINE uint8 | ADC1_getCalibOffsAnaIn7 (void) |
Get Calibration Offset analog input 7. More... | |
INLINE void | ADC1_setCalibGainAnaIn7 (uint16 u16_value) |
Set Calibration Gain analog input 7. More... | |
INLINE uint16 | ADC1_getCalibGainAnaIn7 (void) |
Get Calibration Gain analog input 7. More... | |
INLINE void | ADC1_setCalibOffsAnaIn9 (uint8 u8_value) |
Set Calibration Offset analog input 9. More... | |
INLINE uint8 | ADC1_getCalibOffsAnaIn9 (void) |
Get Calibration Offset analog input 9. More... | |
INLINE void | ADC1_setCalibGainAnaIn9 (uint16 u16_value) |
Set Calibration Gain analog input 9. More... | |
INLINE uint16 | ADC1_getCalibGainAnaIn9 (void) |
Get Calibration Gain analog input 9. More... | |
INLINE void | ADC1_setCalibOffsAnaIn11 (uint8 u8_value) |
Set Calibration Offset analog input 11. More... | |
INLINE uint8 | ADC1_getCalibOffsAnaIn11 (void) |
Get Calibration Offset analog input 11. More... | |
INLINE void | ADC1_setCalibGainAnaIn11 (uint16 u16_value) |
Set Calibration Gain analog input 11. More... | |
INLINE uint16 | ADC1_getCalibGainAnaIn11 (void) |
Get Calibration Gain analog input 11. More... | |
INLINE void | ADC1_setCalibOffsAnaIn13 (uint8 u8_value) |
Set Calibration Offset analog input 13. More... | |
INLINE uint8 | ADC1_getCalibOffsAnaIn13 (void) |
Get Calibration Offset analog input 13. More... | |
INLINE void | ADC1_setCalibGainAnaIn13 (uint16 u16_value) |
Set Calibration Gain analog input 13. More... | |
INLINE uint16 | ADC1_getCalibGainAnaIn13 (void) |
Get Calibration Gain analog input 13. More... | |
INLINE void | ADC1_setCalibOffsAnaIn15 (uint8 u8_value) |
Set Calibration Offset analog input 15. More... | |
INLINE uint8 | ADC1_getCalibOffsAnaIn15 (void) |
Get Calibration Offset analog input 15. More... | |
INLINE void | ADC1_setCalibGainAnaIn15 (uint16 u16_value) |
Set Calibration Gain analog input 15. More... | |
INLINE uint16 | ADC1_getCalibGainAnaIn15 (void) |
Get Calibration Gain analog input 15. More... | |
INLINE void | ADC1_setCalibOffsAnaIn16 (uint8 u8_value) |
Set Calibration Offset analog input 16. More... | |
INLINE uint8 | ADC1_getCalibOffsAnaIn16 (void) |
Get Calibration Offset analog input 16. More... | |
INLINE void | ADC1_setCalibGainAnaIn16 (uint16 u16_value) |
Set Calibration Gain analog input 16. More... | |
INLINE uint16 | ADC1_getCalibGainAnaIn16 (void) |
Get Calibration Gain analog input 16. More... | |
INLINE void | ADC1_setCalibOffsAnaIn17 (uint8 u8_value) |
Set Calibration Offset analog input 17. More... | |
INLINE uint8 | ADC1_getCalibOffsAnaIn17 (void) |
Get Calibration Offset analog input 17. More... | |
INLINE void | ADC1_setCalibGainAnaIn17 (uint16 u16_value) |
Set Calibration Gain analog input 17. More... | |
INLINE uint16 | ADC1_getCalibGainAnaIn17 (void) |
Get Calibration Gain analog input 17. More... | |
INLINE void | ADC1_setCalibOffsAnaIn18 (uint8 u8_value) |
Set Calibration Offset analog input 18. More... | |
INLINE uint8 | ADC1_getCalibOffsAnaIn18 (void) |
Get Calibration Offset analog input 18. More... | |
INLINE void | ADC1_setCalibGainAnaIn18 (uint16 u16_value) |
Set Calibration Gain analog input 18. More... | |
INLINE uint16 | ADC1_getCalibGainAnaIn18 (void) |
Get Calibration Gain analog input 18. More... | |
INLINE void | ADC1_setCalibOffsAnaIn19 (uint8 u8_value) |
Set Calibration Offset analog input 19. More... | |
INLINE uint8 | ADC1_getCalibOffsAnaIn19 (void) |
Get Calibration Offset analog input 19. More... | |
INLINE void | ADC1_setCalibGainAnaIn19 (uint16 u16_value) |
Set Calibration Gain analog input 19. More... | |
INLINE uint16 | ADC1_getCalibGainAnaIn19 (void) |
Get Calibration Gain analog input 19. More... | |
INLINE void | ADC1_setCalibOffsAnaIn20 (uint8 u8_value) |
Set Calibration Offset analog input 20. More... | |
INLINE uint8 | ADC1_getCalibOffsAnaIn20 (void) |
Get Calibration Offset analog input 20. More... | |
INLINE void | ADC1_setCalibGainAnaIn20 (uint16 u16_value) |
Set Calibration Gain analog input 20. More... | |
INLINE uint16 | ADC1_getCalibGainAnaIn20 (void) |
Get Calibration Gain analog input 20. More... | |
INLINE void | ADC1_setCalibOffsAnaIn21 (uint8 u8_value) |
Set Calibration Offset analog input 21. More... | |
INLINE uint8 | ADC1_getCalibOffsAnaIn21 (void) |
Get Calibration Offset analog input 21. More... | |
INLINE void | ADC1_setCalibGainAnaIn21 (uint16 u16_value) |
Set Calibration Gain analog input 21. More... | |
INLINE uint16 | ADC1_getCalibGainAnaIn21 (void) |
Get Calibration Gain analog input 21. More... | |
INLINE void | ADC1_setCalibOffsAnaIn22 (uint8 u8_value) |
Set Calibration Offset analog input 22. More... | |
INLINE uint8 | ADC1_getCalibOffsAnaIn22 (void) |
Get Calibration Offset analog input 22. More... | |
INLINE void | ADC1_setCalibGainAnaIn22 (uint16 u16_value) |
Set Calibration Gain analog input 22. More... | |
INLINE uint16 | ADC1_getCalibGainAnaIn22 (void) |
Get Calibration Gain analog input 22. More... | |
INLINE void | ADC1_setCalibOffsAnaIn23 (uint8 u8_value) |
Set Calibration Offset analog input 23. More... | |
INLINE uint8 | ADC1_getCalibOffsAnaIn23 (void) |
Get Calibration Offset analog input 23. More... | |
INLINE void | ADC1_setCalibGainAnaIn23 (uint16 u16_value) |
Set Calibration Gain analog input 23. More... | |
INLINE uint16 | ADC1_getCalibGainAnaIn23 (void) |
Get Calibration Gain analog input 23. More... | |
INLINE void | ADC1_setCalibOffsAnaIn24 (uint8 u8_value) |
Set Calibration Offset analog input 24. More... | |
INLINE uint8 | ADC1_getCalibOffsAnaIn24 (void) |
Get Calibration Offset analog input 24. More... | |
INLINE void | ADC1_setCalibGainAnaIn24 (uint16 u16_value) |
Set Calibration Gain analog input 24. More... | |
INLINE uint16 | ADC1_getCalibGainAnaIn24 (void) |
Get Calibration Gain analog input 24. More... | |
INLINE void | ADC1_setCalibOffsAnaIn25 (uint8 u8_value) |
Set Calibration Offset analog input 25. More... | |
INLINE uint8 | ADC1_getCalibOffsAnaIn25 (void) |
Get Calibration Offset analog input 25. More... | |
INLINE void | ADC1_setCalibGainAnaIn25 (uint16 u16_value) |
Set Calibration Gain analog input 25. More... | |
INLINE uint16 | ADC1_getCalibGainAnaIn25 (void) |
Get Calibration Gain analog input 25. More... | |
INLINE void | ADC1_setCalibOffsAnaIn26 (uint8 u8_value) |
Set Calibration Offset analog input 26. More... | |
INLINE uint8 | ADC1_getCalibOffsAnaIn26 (void) |
Get Calibration Offset analog input 26. More... | |
INLINE void | ADC1_setCalibGainAnaIn26 (uint16 u16_value) |
Set Calibration Gain analog input 26. More... | |
INLINE uint16 | ADC1_getCalibGainAnaIn26 (void) |
Get Calibration Gain analog input 26. More... | |
INLINE void | ARVG_enVAREF (void) |
Enable VAREF. More... | |
INLINE void | ARVG_disVAREF (void) |
Disable VAREF. More... | |
INLINE void | ARVG_enVAREFOvercurrentInt (void) |
Enable VAREF Overcurrent Interrupt. More... | |
INLINE void | ARVG_disVAREFOvercurrentInt (void) |
Disable VAREF Overcurrent Interrupt. More... | |
INLINE uint8 | ARVG_getVAREFOvercurrentIntSts (void) |
Get VAREF Overcurrent Interrupt Status. More... | |
INLINE uint8 | ARVG_getVAREFOvercurrentSts (void) |
Get VAREF Overcurrent Status. More... | |
INLINE void | ARVG_clrVAREFOvercurrentIntSts (void) |
Clear VAREF Overcurrent Interrupt Status. More... | |
INLINE void | ARVG_clrVAREFOvercurrentSts (void) |
Clear VAREF Overcurrent Status. More... | |
void | ADC1_setCh0IntNodePtr (void) __attribute__((deprecated("Do not change this at runtime |
Set Channel 0 Interrupt Node Pointer. More... | |
void | ADC1_setCh1IntNodePtr (void) __attribute__((deprecated("Do not change this at runtime |
Set Channel 1 Interrupt Node Pointer. More... | |
void | ADC1_setCh2IntNodePtr (void) __attribute__((deprecated("Do not change this at runtime |
Set Channel 2 Interrupt Node Pointer. More... | |
void | ADC1_setCh3IntNodePtr (void) __attribute__((deprecated("Do not change this at runtime |
Set Channel 3 Interrupt Node Pointer. More... | |
void | ADC1_setCh4IntNodePtr (void) __attribute__((deprecated("Do not change this at runtime |
Set Channel 4 Interrupt Node Pointer. More... | |
void | ADC1_setCh5IntNodePtr (void) __attribute__((deprecated("Do not change this at runtime |
Set Channel 5 Interrupt Node Pointer. More... | |
void | ADC1_setCh6IntNodePtr (void) __attribute__((deprecated("Do not change this at runtime |
Set Channel 6 Interrupt Node Pointer. More... | |
void | ADC1_setCh7IntNodePtr (void) __attribute__((deprecated("Do not change this at runtime |
Set Channel 7 Interrupt Node Pointer. More... | |
void | ADC1_setCh8IntNodePtr (void) __attribute__((deprecated("Do not change this at runtime |
Set Channel 8 Interrupt Node Pointer. More... | |
void | ADC1_setCh9IntNodePtr (void) __attribute__((deprecated("Do not change this at runtime |
Set Channel 9 Interrupt Node Pointer. More... | |
void | ADC1_setCh10IntNodePtr (void) __attribute__((deprecated("Do not change this at runtime |
Set Channel 10 Interrupt Node Pointer. More... | |
void | ADC1_setCh11IntNodePtr (void) __attribute__((deprecated("Do not change this at runtime |
Set Channel 11 Interrupt Node Pointer. More... | |
void | ADC1_setCh12IntNodePtr (void) __attribute__((deprecated("Do not change this at runtime |
Set Channel 12 Interrupt Node Pointer. More... | |
void | ADC1_setCh13IntNodePtr (void) __attribute__((deprecated("Do not change this at runtime |
Set Channel 13 Interrupt Node Pointer. More... | |
void | ADC1_setCh14IntNodePtr (void) __attribute__((deprecated("Do not change this at runtime |
Set Channel 14 Interrupt Node Pointer. More... | |
void | ADC1_setCh15IntNodePtr (void) __attribute__((deprecated("Do not change this at runtime |
Set Channel 15 Interrupt Node Pointer. More... | |
void | ADC1_setCh16IntNodePtr (void) __attribute__((deprecated("Do not change this at runtime |
Set Channel 16 Interrupt Node Pointer. More... | |
void | ADC1_setCh17IntNodePtr (void) __attribute__((deprecated("Do not change this at runtime |
Set Channel 17 Interrupt Node Pointer. More... | |
void | ADC1_setCh18IntNodePtr (void) __attribute__((deprecated("Do not change this at runtime |
Set Channel 18 Interrupt Node Pointer. More... | |
void | ADC1_setCh19IntNodePtr (void) __attribute__((deprecated("Do not change this at runtime |
Set Channel 19 Interrupt Node Pointer. More... | |
void | ADC1_setCmp0LoIntNodePtr (void) __attribute__((deprecated("Do not change this at runtime |
Set Compare Lo Interrupt Node Pointer. More... | |
void | ADC1_setCmp1LoIntNodePtr (void) __attribute__((deprecated("Do not change this at runtime |
Set Compare Lo Interrupt Node Pointer. More... | |
void | ADC1_setCmp2LoIntNodePtr (void) __attribute__((deprecated("Do not change this at runtime |
Set Compare Lo Interrupt Node Pointer. More... | |
void | ADC1_setCmp3LoIntNodePtr (void) __attribute__((deprecated("Do not change this at runtime |
Set Compare Lo Interrupt Node Pointer. More... | |
void | ADC1_setCmp0UpIntNodePtr (void) __attribute__((deprecated("Do not change this at runtime |
Set Compare Up Interrupt Node Pointer. More... | |
void | ADC1_setCmp1UpIntNodePtr (void) __attribute__((deprecated("Do not change this at runtime |
Set Compare Up Interrupt Node Pointer. More... | |
void | ADC1_setCmp2UpIntNodePtr (void) __attribute__((deprecated("Do not change this at runtime |
Set Compare Up Interrupt Node Pointer. More... | |
void | ADC1_setCmp3UpIntNodePtr (void) __attribute__((deprecated("Do not change this at runtime |
Set Compare Up Interrupt Node Pointer. More... | |
void | ADC1_setSeq0IntNodePtr (void) __attribute__((deprecated("Do not change this at runtime |
Set Sequence Interrupt Node Pointer. More... | |
void | ADC1_setSeq1IntNodePtr (void) __attribute__((deprecated("Do not change this at runtime |
Set Sequence Interrupt Node Pointer. More... | |
void | ADC1_setSeq2IntNodePtr (void) __attribute__((deprecated("Do not change this at runtime |
Set Sequence Interrupt Node Pointer. More... | |
void | ADC1_setSeq3IntNodePtr (void) __attribute__((deprecated("Do not change this at runtime |
Set Sequence Interrupt Node Pointer. More... | |
void | ADC1_setSeq0CollIntNodePtr (void) __attribute__((deprecated("Do not change this at runtime |
Set Collision Interrupt Node Pointer. More... | |
void | ADC1_setSeq1CollIntNodePtr (void) __attribute__((deprecated("Do not change this at runtime |
Set Collision Interrupt Node Pointer. More... | |
void | ADC1_setSeq2CollIntNodePtr (void) __attribute__((deprecated("Do not change this at runtime |
Set Collision Interrupt Node Pointer. More... | |
void | ADC1_setSeq3CollIntNodePtr (void) __attribute__((deprecated("Do not change this at runtime |
Set Collision Interrupt Node Pointer. More... | |
void | ADC1_setSeq0WaitForReadIntNodePtr (void) __attribute__((deprecated("Do not change this at runtime |
Set Wait for read Interrupt Node Pointer. More... | |
void | ADC1_setSeq1WaitForReadIntNodePtr (void) __attribute__((deprecated("Do not change this at runtime |
Set Wait for read Interrupt Node Pointer. More... | |
void | ADC1_setSeq2WaitForReadIntNodePtr (void) __attribute__((deprecated("Do not change this at runtime |
Set Wait for read Interrupt Node Pointer. More... | |
void | ADC1_setSeq3WaitForReadIntNodePtr (void) __attribute__((deprecated("Do not change this at runtime |
Set Wait for read Interrupt Node Pointer. More... | |
Variables | |
void use the ConfigWizard to configure this | feature |