Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_lptimer.c296Cy_MCWDT_SetInterruptMask(obj->base, Cy_MCWDT_GetInterruptMask(obj->base) & ~_cyhal_lptimer_counte… in _cyhal_lptimer_irq_handler()
302 Cy_MCWDT_SetInterruptMask(obj->base, 0); in _cyhal_lptimer_irq_handler()
327Cy_MCWDT_SetInterruptMask(obj->base, Cy_MCWDT_GetInterruptMask(obj->base) & ~_cyhal_lptimer_counte… in _cyhal_lptimer_irq_handler()
330 Cy_MCWDT_SetInterruptMask(obj->base, 0); in _cyhal_lptimer_irq_handler()
416 Cy_MCWDT_SetInterruptMask(obj->base, _cyhal_lptimer_counter_to_mask(obj->counter)); in _cyhal_lptimer_set_delay_common()
527 Cy_MCWDT_SetInterruptMask(obj->base, CY_MCWDT_CTR1); in _cyhal_lptimer_set_delay_common()
730 Cy_MCWDT_SetInterruptMask(obj->base, _cyhal_lptimer_counter_to_mask(obj->counter)); in cyhal_lptimer_enable_event()
733 Cy_MCWDT_SetInterruptMask(obj->base, CY_MCWDT_CTR1); in cyhal_lptimer_enable_event()
751Cy_MCWDT_SetInterruptMask(obj->base, Cy_MCWDT_GetInterruptMask(obj->base) & ~_cyhal_lptimer_counte… in cyhal_lptimer_enable_event()
754 Cy_MCWDT_SetInterruptMask(obj->base, 0); in cyhal_lptimer_enable_event()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_mcwdt.h644 __STATIC_INLINE void Cy_MCWDT_SetInterruptMask(MCWDT_STRUCT_Type *base, uint32_t counters);
1527 __STATIC_INLINE void Cy_MCWDT_SetInterruptMask(MCWDT_STRUCT_Type *base, uint32_t counters) in Cy_MCWDT_SetInterruptMask() function