Searched refs:cy_en_lpcomp_channel_t (Results 1 – 2 of 2) sorted by relevance
| /hal_infineon-latest/mtb-pdl-cat1/drivers/include/ |
| D | cy_lpcomp.h | 347 } cy_en_lpcomp_channel_t; typedef 507 cy_en_lpcomp_status_t Cy_LPComp_Init_Ext(LPCOMP_Type *base, cy_en_lpcomp_channel_t channel, const c… 509 void Cy_LPComp_Enable_Ext(LPCOMP_Type* base, cy_en_lpcomp_channel_t channel, cy_stc_lpcomp_context_… 510 void Cy_LPComp_Disable_Ext(LPCOMP_Type* base, cy_en_lpcomp_channel_t channel, cy_stc_lpcomp_context… 512 cy_en_lpcomp_status_t Cy_LPComp_Init(LPCOMP_Type *base, cy_en_lpcomp_channel_t channel, const cy_st… 513 void Cy_LPComp_Enable(LPCOMP_Type* base, cy_en_lpcomp_channel_t channel); 514 void Cy_LPComp_Disable(LPCOMP_Type* base, cy_en_lpcomp_channel_t channel); 520 __STATIC_INLINE uint32_t Cy_LPComp_GetCompare(LPCOMP_Type const * base, cy_en_lpcomp_channel_t chan… 521 void Cy_LPComp_SetPower_Ext(LPCOMP_Type* base, cy_en_lpcomp_channel_t channel, cy_en_lpcomp_pwr_t p… 524 void Cy_LPComp_SetPower(LPCOMP_Type* base, cy_en_lpcomp_channel_t channel, cy_en_lpcomp_pwr_t power… [all …]
|
| /hal_infineon-latest/mtb-pdl-cat1/drivers/source/ |
| D | cy_lpcomp.c | 53 static cy_en_lpcomp_status_t LPComp_LoadTrimmValues(LPCOMP_Type *base, cy_en_lpcomp_channel_t chann… 91 cy_en_lpcomp_status_t Cy_LPComp_Init_Ext(LPCOMP_Type *base, cy_en_lpcomp_channel_t channel, const c… in Cy_LPComp_Init_Ext() 162 cy_en_lpcomp_status_t Cy_LPComp_Init(LPCOMP_Type* base, cy_en_lpcomp_channel_t channel, const cy_st… in Cy_LPComp_Init() 228 void Cy_LPComp_Enable_Ext(LPCOMP_Type* base, cy_en_lpcomp_channel_t channel, cy_stc_lpcomp_context_… in Cy_LPComp_Enable_Ext() 274 void Cy_LPComp_Enable(LPCOMP_Type* base, cy_en_lpcomp_channel_t channel) in Cy_LPComp_Enable() 337 void Cy_LPComp_Disable_Ext(LPCOMP_Type* base, cy_en_lpcomp_channel_t channel, cy_stc_lpcomp_context… in Cy_LPComp_Disable_Ext() 365 void Cy_LPComp_Disable(LPCOMP_Type* base, cy_en_lpcomp_channel_t channel) in Cy_LPComp_Disable() 420 void Cy_LPComp_SetInterruptTriggerMode_Ext(LPCOMP_Type* base, cy_en_lpcomp_channel_t channel, cy_en… in Cy_LPComp_SetInterruptTriggerMode_Ext() 472 void Cy_LPComp_SetInterruptTriggerMode(LPCOMP_Type* base, cy_en_lpcomp_channel_t channel, cy_en_lpc… in Cy_LPComp_SetInterruptTriggerMode() 533 void Cy_LPComp_SetPower_Ext(LPCOMP_Type* base, cy_en_lpcomp_channel_t channel, cy_en_lpcomp_pwr_t p… in Cy_LPComp_SetPower_Ext() [all …]
|