Lines Matching defs:channel

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()
585 void Cy_LPComp_SetPower(LPCOMP_Type* base, cy_en_lpcomp_channel_t channel, cy_en_lpcomp_pwr_t power) in Cy_LPComp_SetPower()
622 void Cy_LPComp_SetHysteresis(LPCOMP_Type* base, cy_en_lpcomp_channel_t channel, cy_en_lpcomp_hyst_t… in Cy_LPComp_SetHysteresis()
676 void Cy_LPComp_SetInputs(LPCOMP_Type* base, cy_en_lpcomp_channel_t channel, cy_en_lpcomp_inputs_t i… in Cy_LPComp_SetInputs()
770 void Cy_LPComp_SetOutputMode(LPCOMP_Type* base, cy_en_lpcomp_channel_t channel, cy_en_lpcomp_out_t … in Cy_LPComp_SetOutputMode()
1014 void Cy_LPComp_GetTrim(LPCOMP_Type const * base, cy_en_lpcomp_channel_t channel, cy_en_lpcomp_trim_… in Cy_LPComp_GetTrim()
1056 void Cy_LPComp_SetTrim(LPCOMP_Type * base, cy_en_lpcomp_channel_t channel, const cy_en_lpcomp_trim_… in Cy_LPComp_SetTrim()
1093 …tic cy_en_lpcomp_status_t LPComp_LoadTrimmValues(LPCOMP_Type *base, cy_en_lpcomp_channel_t channel) in LPComp_LoadTrimmValues()