iLLD_TC27xD  1.0
Utility Functions
Collaboration diagram for Utility Functions:

Functions

IFX_INLINE IfxGpt12_Mode IfxGpt12_T2_getMode (Ifx_GPT12 *gpt12)
 Returns the operating mode of the T2 timer. More...
 
IFX_INLINE uint16 IfxGpt12_T2_getTimerValue (Ifx_GPT12 *gpt12)
 Returns the timer value of the T2 timer. More...
 
IFX_INLINE IfxGpt12_Mode IfxGpt12_T3_getMode (Ifx_GPT12 *gpt12)
 Returns the operating mode of the T3 timer. More...
 
IFX_INLINE uint16 IfxGpt12_T3_getTimerValue (Ifx_GPT12 *gpt12)
 Returns the timer value of the T3 timer. More...
 
IFX_INLINE IfxGpt12_Mode IfxGpt12_T4_getMode (Ifx_GPT12 *gpt12)
 Returns the operating mode of the T4 timer. More...
 
IFX_INLINE uint16 IfxGpt12_T4_getTimerValue (Ifx_GPT12 *gpt12)
 Returns the timer value of the T4 timer. More...
 
IFX_INLINE IfxGpt12_Mode IfxGpt12_T5_getMode (Ifx_GPT12 *gpt12)
 Returns the operating mode of the T5 timer. More...
 
IFX_INLINE uint16 IfxGpt12_T5_getTimerValue (Ifx_GPT12 *gpt12)
 Returns the timer value of the T5 timer. More...
 
IFX_INLINE IfxGpt12_Mode IfxGpt12_T6_getMode (Ifx_GPT12 *gpt12)
 Returns the operating mode of the T6 timer. More...
 
IFX_INLINE uint16 IfxGpt12_T6_getTimerValue (Ifx_GPT12 *gpt12)
 Returns the timer value of the T6 timer. More...
 
IFX_INLINE float32 IfxGpt12_getModuleFrequency (Ifx_GPT12 *gpt12)
 Returns the gpt12 module frequency. More...
 
IFX_EXTERN float32 IfxGpt12_T2_getFrequency (Ifx_GPT12 *gpt12)
 Returns the frequency of the T2 timer. More...
 
IFX_EXTERN float32 IfxGpt12_T3_getFrequency (Ifx_GPT12 *gpt12)
 Returns the frequency of the T3 timer. More...
 
IFX_EXTERN float32 IfxGpt12_T4_getFrequency (Ifx_GPT12 *gpt12)
 Returns the frequency of the T4 timer. More...
 
IFX_EXTERN float32 IfxGpt12_T5_getFrequency (Ifx_GPT12 *gpt12)
 Returns the frequency of the T5 timer. More...
 
IFX_EXTERN float32 IfxGpt12_T6_getFrequency (Ifx_GPT12 *gpt12)
 Returns the frequency of the T6 timer. More...
 

Detailed Description

Function Documentation

IFX_INLINE float32 IfxGpt12_getModuleFrequency ( Ifx_GPT12 *  gpt12)

Returns the gpt12 module frequency.

Parameters
gpt12Pointer to module base address
Returns
gpt12 module frequency

Definition at line 1462 of file IfxGpt12.h.

Referenced by IfxGpt12_T2_getFrequency(), IfxGpt12_T3_getFrequency(), IfxGpt12_T4_getFrequency(), IfxGpt12_T5_getFrequency(), and IfxGpt12_T6_getFrequency().

IFX_EXTERN float32 IfxGpt12_T2_getFrequency ( Ifx_GPT12 *  gpt12)

Returns the frequency of the T2 timer.

Parameters
gpt12Pointer to Module base address
Returns
frequency

Definition at line 35 of file IfxGpt12.c.

IFX_INLINE IfxGpt12_Mode IfxGpt12_T2_getMode ( Ifx_GPT12 *  gpt12)

Returns the operating mode of the T2 timer.

Parameters
gpt12Pointer to module base address
Returns
mode of operation

Definition at line 965 of file IfxGpt12.h.

Referenced by IfxGpt12_T2_getFrequency().

IFX_INLINE uint16 IfxGpt12_T2_getTimerValue ( Ifx_GPT12 *  gpt12)

Returns the timer value of the T2 timer.

Parameters
gpt12Pointer to module base address
Returns
timer current value

Definition at line 977 of file IfxGpt12.h.

IFX_EXTERN float32 IfxGpt12_T3_getFrequency ( Ifx_GPT12 *  gpt12)

Returns the frequency of the T3 timer.

Parameters
gpt12Pointer to Module base address
Returns
frequency

Definition at line 76 of file IfxGpt12.c.

IFX_INLINE IfxGpt12_Mode IfxGpt12_T3_getMode ( Ifx_GPT12 *  gpt12)

Returns the operating mode of the T3 timer.

Parameters
gpt12Pointer to module base address
Returns
mode of operation

Definition at line 1075 of file IfxGpt12.h.

IFX_INLINE uint16 IfxGpt12_T3_getTimerValue ( Ifx_GPT12 *  gpt12)

Returns the timer value of the T3 timer.

Parameters
gpt12Pointer to module base address
Returns
timer current value

Definition at line 1087 of file IfxGpt12.h.

IFX_EXTERN float32 IfxGpt12_T4_getFrequency ( Ifx_GPT12 *  gpt12)

Returns the frequency of the T4 timer.

Parameters
gpt12Pointer to Module base address
Returns
frequency

Definition at line 117 of file IfxGpt12.c.

IFX_INLINE IfxGpt12_Mode IfxGpt12_T4_getMode ( Ifx_GPT12 *  gpt12)

Returns the operating mode of the T4 timer.

Parameters
gpt12Pointer to module base address
Returns
mode of operation

Definition at line 1167 of file IfxGpt12.h.

IFX_INLINE uint16 IfxGpt12_T4_getTimerValue ( Ifx_GPT12 *  gpt12)

Returns the timer value of the T4 timer.

Parameters
gpt12Pointer to module base address
Returns
timer current value

Definition at line 1179 of file IfxGpt12.h.

IFX_EXTERN float32 IfxGpt12_T5_getFrequency ( Ifx_GPT12 *  gpt12)

Returns the frequency of the T5 timer.

Parameters
gpt12Pointer to Module base address
Returns
frequency

Definition at line 158 of file IfxGpt12.c.

Referenced by IfxGpt12_IncrEnc_init().

IFX_INLINE IfxGpt12_Mode IfxGpt12_T5_getMode ( Ifx_GPT12 *  gpt12)

Returns the operating mode of the T5 timer.

Parameters
gpt12Pointer to module base address
Returns
mode of operation

Definition at line 1275 of file IfxGpt12.h.

IFX_INLINE uint16 IfxGpt12_T5_getTimerValue ( Ifx_GPT12 *  gpt12)

Returns the timer value of the T5 timer.

Parameters
gpt12Pointer to module base address
Returns
timer current value

Definition at line 1287 of file IfxGpt12.h.

IFX_EXTERN float32 IfxGpt12_T6_getFrequency ( Ifx_GPT12 *  gpt12)

Returns the frequency of the T6 timer.

Parameters
gpt12Pointer to Module base address
Returns
frequency

Definition at line 199 of file IfxGpt12.c.

IFX_INLINE IfxGpt12_Mode IfxGpt12_T6_getMode ( Ifx_GPT12 *  gpt12)

Returns the operating mode of the T6 timer.

Parameters
gpt12Pointer to module base address
Returns
mode of operation

Definition at line 1380 of file IfxGpt12.h.

IFX_INLINE uint16 IfxGpt12_T6_getTimerValue ( Ifx_GPT12 *  gpt12)

Returns the timer value of the T6 timer.

Parameters
gpt12Pointer to module base address
Returns
timer current value

Definition at line 1392 of file IfxGpt12.h.