iLLD_TC27xC
1.0
|
![]() |
Functions | |
IFX_INLINE uint32 | IfxStm_getCompare (Ifx_STM *stm, IfxStm_Comparator comparator) |
Returns the updated compare register value. More... | |
IFX_INLINE void | IfxStm_increaseCompare (Ifx_STM *stm, IfxStm_Comparator comparator, uint32 ticks) |
Update the compare register value increased with given ticks. More... | |
IFX_INLINE void | IfxStm_updateCompare (Ifx_STM *stm, IfxStm_Comparator comparator, uint32 ticks) |
Update the compare register value. More... | |
IFX_EXTERN void | IfxStm_clearCompareFlag (Ifx_STM *stm, IfxStm_Comparator comparator) |
Clear the compare interrupt flag. More... | |
IFX_EXTERN boolean | IfxStm_initCompare (Ifx_STM *stm, IfxStm_CompareConfig *config) |
Initialise stm compare register. More... | |
IFX_EXTERN void | IfxStm_initCompareConfig (IfxStm_CompareConfig *config) |
Initialise compare configuration with default values. More... | |
IFX_EXTERN void IfxStm_clearCompareFlag | ( | Ifx_STM * | stm, |
IfxStm_Comparator | comparator | ||
) |
IFX_INLINE uint32 IfxStm_getCompare | ( | Ifx_STM * | stm, |
IfxStm_Comparator | comparator | ||
) |
IFX_INLINE void IfxStm_increaseCompare | ( | Ifx_STM * | stm, |
IfxStm_Comparator | comparator, | ||
uint32 | ticks | ||
) |
IFX_EXTERN boolean IfxStm_initCompare | ( | Ifx_STM * | stm, |
IfxStm_CompareConfig * | config | ||
) |
IFX_EXTERN void IfxStm_initCompareConfig | ( | IfxStm_CompareConfig * | config) |
IFX_INLINE void IfxStm_updateCompare | ( | Ifx_STM * | stm, |
IfxStm_Comparator | comparator, | ||
uint32 | ticks | ||
) |