iLLD_TC27xC
1.0
|
_ATOM PWMHL details More...
Go to the source code of this file.
Data Structures | |
struct | IfxGtm_Atom_PwmHl_Base |
Multi-channels PWM object definition (channels only) More... | |
struct | IfxGtm_Atom_PwmHl_Config |
GTM ATOM: PWM HL configuration. More... | |
struct | IfxGtm_Atom_PwmHl_Mode |
Structure for PWM configuration. More... | |
struct | IfxGtm_Atom_PwmHl_s |
GTM ATOM PWM driver. More... | |
Macros | |
#define | IFXGTM_ATOM_PWMHL_CH_MAX_CHANNELS (8) |
Maximal number of channels handled by the driver. One channel has a top and bottom pwm output. More... | |
Typedefs | |
typedef struct IfxGtm_Atom_PwmHl_s | IfxGtm_Atom_PwmHl |
typedef void(* | IfxGtm_Atom_PwmHl_Update )(IfxGtm_Atom_PwmHl *driver, Ifx_TimerValue *tOn) |
_ATOM PWMHL 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 IfxGtm_Atom_PwmHl.h.
#define IFXGTM_ATOM_PWMHL_CH_MAX_CHANNELS (8) |
Maximal number of channels handled by the driver. One channel has a top and bottom pwm output.
Definition at line 91 of file IfxGtm_Atom_PwmHl.h.
Referenced by IfxGtm_Atom_PwmHl_init().
typedef struct IfxGtm_Atom_PwmHl_s IfxGtm_Atom_PwmHl |
Definition at line 97 of file IfxGtm_Atom_PwmHl.h.
typedef void(* IfxGtm_Atom_PwmHl_Update)(IfxGtm_Atom_PwmHl *driver, Ifx_TimerValue *tOn) |
Definition at line 99 of file IfxGtm_Atom_PwmHl.h.