iLLD_TC29x
1.0
|
CCU6 TIMER details. More...
Go to the source code of this file.
Data Structures | |
struct | IfxCcu6_Timer_Clock |
Structure for clock configuration. More... | |
struct | IfxCcu6_Timer_InterruptConfig |
Structure for interrupt configuration. More... | |
struct | IfxCcu6_Timer_Timer12 |
Structure for Timer 12. More... | |
struct | IfxCcu6_Timer_Timer13 |
Structure for Timer 13. More... | |
struct | IfxCcu6_Timer_TriggerConfig |
Configuration structure for external triggers. More... | |
struct | IfxCcu6_Timer_Pins |
Structure for CCU6 output pin configuration. More... | |
struct | IfxCcu6_Timer |
Module handle. More... | |
struct | IfxCcu6_Timer_Config |
Configuration structure of the module. More... | |
Functions | |
IFX_EXTERN void | IfxCcu6_Timer_initModule (IfxCcu6_Timer *timer, const IfxCcu6_Timer_Config *config) |
Initialises the module with default configuration. More... | |
IFX_EXTERN void | IfxCcu6_Timer_initModuleConfig (IfxCcu6_Timer_Config *config, Ifx_CCU6 *ccu6) |
Fills the config structure with default values. More... | |
IFX_EXTERN void | IfxCcu6_Timer_countOneStep (IfxCcu6_Timer *timer) |
Counts the timer one step. More... | |
IFX_EXTERN void | IfxCcu6_Timer_start (IfxCcu6_Timer *timer) |
Starts the timer. More... | |
IFX_EXTERN void | IfxCcu6_Timer_startSingleShotMode (IfxCcu6_Timer *timer) |
Starts the single shot mode of the timer. More... | |
IFX_EXTERN void | IfxCcu6_Timer_stop (IfxCcu6_Timer *timer) |
Stops the timer. More... | |
IFX_EXTERN void | IfxCcu6_Timer_synchronousStart (IfxCcu6_Timer *timer) |
Starts both the timers together. More... | |
IFX_EXTERN void | IfxCcu6_Timer_synchronousStop (IfxCcu6_Timer *timer) |
Starts both the timers together. More... | |
CCU6 TIMER details.
IMPORTANT NOTICE
Infineon Technologies AG (Infineon) is supplying this file for use exclusively with Infineon's microcontroller products. This file can be freely distributed within development tools that are supporting such microcontroller products.
THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE. INFINEON SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.
Definition in file IfxCcu6_Timer.h.
struct IfxCcu6_Timer_Pins |
Structure for CCU6 output pin configuration.
Definition at line 265 of file IfxCcu6_Timer.h.
Data Fields | ||
---|---|---|
const IfxCcu6_T12hr_In * | t12hr | T12HR input signal. |
const IfxCcu6_T13hr_In * | t13hr | T13HR input signal. |
IfxPort_InputMode | t1xhrInputMode | The T1xHR pin input mode which should be configured. |