Home
last modified time | relevance | path

Searched refs:cy_lpcomp_context (Results 1 – 1 of 1) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_lpcomp.c40 static cy_stc_lpcomp_context_t cy_lpcomp_context; variable
190 cy_lpcomp_context.intType[(uint8_t)channel - 1u] = config->intType; in Cy_LPComp_Init()
193 cy_lpcomp_context.power[(uint8_t)channel - 1u] = config->power; in Cy_LPComp_Init()
280 powerSpeed = cy_lpcomp_context.power[(uint8_t)channel - 1u]; in Cy_LPComp_Enable()
300 …Cy_LPComp_SetInterruptTriggerMode(base, channel, cy_lpcomp_context.intType[(uint8_t)channel - 1u]); in Cy_LPComp_Enable()
487 cy_lpcomp_context.intType[(uint8_t)channel - 1u] = intType; in Cy_LPComp_SetInterruptTriggerMode()