Searched defs:csg (Results 1 – 2 of 2) sorted by relevance
| /hal_infineon-latest/XMCLib/drivers/src/ |
| D | xmc_hrpwm.c | 384 void XMC_HRPWM_CSG_Init(XMC_HRPWM_CSG_t *const csg, const XMC_HRPWM_CSG_CONFIG_t *const config) in XMC_HRPWM_CSG_Init() 422 void XMC_HRPWM_CSG_SetCMPInput(XMC_HRPWM_CSG_t *const csg, const XMC_HRPWM_CSG_CMP_INPUT_t input) in XMC_HRPWM_CSG_SetCMPInput() 439 void XMC_HRPWM_CSG_SelBlankingInput(XMC_HRPWM_CSG_t *const csg, const XMC_HRPWM_CSG_INPUT_CONFIG_t … in XMC_HRPWM_CSG_SelBlankingInput() 460 void XMC_HRPWM_CSG_SelClampingInput(XMC_HRPWM_CSG_t *const csg, const XMC_HRPWM_CSG_INPUT_CONFIG_t … in XMC_HRPWM_CSG_SelClampingInput() 478 void XMC_HRPWM_CSG_StartSlopeGenConfig(XMC_HRPWM_CSG_t *const csg, const XMC_HRPWM_CSG_INPUT_CONFIG… in XMC_HRPWM_CSG_StartSlopeGenConfig() 489 void XMC_HRPWM_CSG_StopSlopeGenConfig(XMC_HRPWM_CSG_t *const csg, const XMC_HRPWM_CSG_INPUT_CONFIG_… in XMC_HRPWM_CSG_StopSlopeGenConfig() 500 void XMC_HRPWM_CSG_TriggerDACConvConfig(XMC_HRPWM_CSG_t *const csg, const XMC_HRPWM_CSG_INPUT_CONFI… in XMC_HRPWM_CSG_TriggerDACConvConfig() 511 void XMC_HRPWM_CSG_TriggerShadowXferConfig(XMC_HRPWM_CSG_t *const csg, const XMC_HRPWM_CSG_INPUT_CO… in XMC_HRPWM_CSG_TriggerShadowXferConfig() 522 void XMC_HRPWM_CSG_DACRefValSwitchingConfig(XMC_HRPWM_CSG_t *const csg, const XMC_HRPWM_CSG_INPUT_C… in XMC_HRPWM_CSG_DACRefValSwitchingConfig() 533 void XMC_HRPWM_CSG_SelSlopeGenClkInput(XMC_HRPWM_CSG_t *const csg, const XMC_HRPWM_CSG_CLK_INPUT_t … in XMC_HRPWM_CSG_SelSlopeGenClkInput() [all …]
|
| /hal_infineon-latest/XMCLib/drivers/inc/ |
| D | xmc_hrpwm.h | 2051 __STATIC_INLINE uint32_t XMC_HRPWM_CSG_GetEventStatus(XMC_HRPWM_CSG_t *const csg, const uint32_t ma… in XMC_HRPWM_CSG_GetEventStatus() 2071 __STATIC_INLINE void XMC_HRPWM_CSG_UpdateDACRefDSV2(XMC_HRPWM_CSG_t *const csg, uint32_t value) in XMC_HRPWM_CSG_UpdateDACRefDSV2() 2089 __STATIC_INLINE void XMC_HRPWM_CSG_UpdateBlankingValue(XMC_HRPWM_CSG_t *const csg, uint8_t value) in XMC_HRPWM_CSG_UpdateBlankingValue() 2112 __STATIC_INLINE void XMC_HRPWM_CSG_UpdateFilterWindow(XMC_HRPWM_CSG_t *const csg, XMC_HRPWM_CSG_CMP… in XMC_HRPWM_CSG_UpdateFilterWindow() 2135 __STATIC_INLINE void XMC_HRPWM_CSG_UpdatePulseClk(XMC_HRPWM_CSG_t *const csg, uint32_t value) in XMC_HRPWM_CSG_UpdatePulseClk() 2158 __STATIC_INLINE void XMC_HRPWM_CSG_UpdateDACRefDSV1(XMC_HRPWM_CSG_t *const csg, uint32_t value) in XMC_HRPWM_CSG_UpdateDACRefDSV1() 2179 __STATIC_INLINE void XMC_HRPWM_CSG_UpdateDACStepGain(XMC_HRPWM_CSG_t *const csg, XMC_HRPWM_CSG_SLOP… in XMC_HRPWM_CSG_UpdateDACStepGain() 2202 __STATIC_INLINE void XMC_HRPWM_CSG_UpdateDACPrescaler(XMC_HRPWM_CSG_t *const csg, XMC_HRPWM_CSG_PRE… in XMC_HRPWM_CSG_UpdateDACPrescaler() 2227 __STATIC_INLINE void XMC_HRPWM_CSG_EnableEvent(XMC_HRPWM_CSG_t *const csg, XMC_HRPWM_CSG_IRQ_ID_t e… in XMC_HRPWM_CSG_EnableEvent() 2250 __STATIC_INLINE void XMC_HRPWM_CSG_DisableEvent(XMC_HRPWM_CSG_t *const csg, XMC_HRPWM_CSG_IRQ_ID_t … in XMC_HRPWM_CSG_DisableEvent() [all …]
|