Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_comp_ctb.c69 static const _cyhal_system_irq_t _cyhal_ctb_irq_n[] = variable
89 for (uint32_t i = 0; i < sizeof(_cyhal_ctb_irq_n) / sizeof(_cyhal_system_irq_t); i++) in _cyhal_ctb_get_interrupt_source()
91 if (_cyhal_ctb_irq_n[i] == irqn) in _cyhal_ctb_get_interrupt_source()
188 …_cyhal_irq_register(_cyhal_ctb_irq_n[obj->resource.block_num], CYHAL_ISR_PRIORITY_DEFAULT, _cyhal_… in _cyhal_comp_ctb_init_hw()
189 _cyhal_irq_enable(_cyhal_ctb_irq_n[obj->resource.block_num]); in _cyhal_comp_ctb_init_hw()
292 _cyhal_irq_free(_cyhal_ctb_irq_n[obj->resource.block_num]); in _cyhal_comp_ctb_free()
358 _cyhal_system_irq_t irqn = _cyhal_ctb_irq_n[obj->resource.block_num]; in _cyhal_comp_ctb_enable_event()