Home
last modified time | relevance | path

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

/hal_infineon-3.6.0/mtb-hal-cat1/source/
Dcyhal_gpio.c494 …cyhal_internal_source_t int_src = (cyhal_internal_source_t)(_CYHAL_TRIGGER_PERI_TR_IO_INPUT0 + map… in cyhal_gpio_enable_output() local
496 …cyhal_internal_source_t int_src = (cyhal_internal_source_t)(_CYHAL_TRIGGER_IOSS_PERI_TR_IO_INPUT_I… in cyhal_gpio_enable_output() local
498 cyhal_internal_source_t int_src; in cyhal_gpio_enable_output() local
501 int_src = _CYHAL_TRIGGER_IOSS_PERI0_TR_IO_INPUT_IN0; in cyhal_gpio_enable_output()
506 int_src = _CYHAL_TRIGGER_IOSS_PERI1_TR_IO_INPUT_IN0; in cyhal_gpio_enable_output()
509 int_src = (cyhal_internal_source_t)(int_src + mapping.channel_num); in cyhal_gpio_enable_output()
511 *source = (cyhal_source_t)_CYHAL_TRIGGER_CREATE_SOURCE(int_src, type); in cyhal_gpio_enable_output()