Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_comp_lp.c89 static const _cyhal_system_irq_t _cyhal_lp_comp_irq_n[] = variable
223 …_cyhal_irq_register(_cyhal_lp_comp_irq_n[obj->resource.block_num], CYHAL_ISR_PRIORITY_DEFAULT, _cy… in _cyhal_comp_lp_init_hw()
224 _cyhal_irq_enable(_cyhal_lp_comp_irq_n[obj->resource.block_num]); in _cyhal_comp_lp_init_hw()
365 _cyhal_irq_free(_cyhal_lp_comp_irq_n[lpcomp_num]); in _cyhal_comp_lp_free()
427 _cyhal_system_irq_t irqn = _cyhal_lp_comp_irq_n[obj->resource.block_num]; in _cyhal_comp_lp_enable_event()