Searched refs:Cy_GPIO_SetInterruptEdge (Results 1 – 3 of 3) sorted by relevance
/hal_infineon-3.6.0/mtb-hal-cat1/source/ |
D | cyhal_gpio.c | 282 … Cy_GPIO_SetInterruptEdge(CYHAL_GET_PORTADDR(pin), CYHAL_GET_PIN(pin), CY_GPIO_INTR_DISABLE); in cyhal_gpio_free() 361 Cy_GPIO_SetInterruptEdge(CYHAL_GET_PORTADDR(pin), CYHAL_GET_PIN(pin), (uint32_t)event); in cyhal_gpio_enable_event() 417 Cy_GPIO_SetInterruptEdge(CYHAL_GET_PORTADDR(pin), CYHAL_GET_PIN(pin), intr_val); in cyhal_gpio_enable_event()
|
/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/include/ |
D | cy_gpio.h | 875 void Cy_GPIO_SetInterruptEdge(GPIO_PRT_Type* base, uint32_t pinNum, uint32_t value);
|
/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/source/ |
D | cy_gpio.c | 169 Cy_GPIO_SetInterruptEdge(base, pinNum, config->intEdge); in Cy_GPIO_Pin_Init() 3313 void Cy_GPIO_SetInterruptEdge(GPIO_PRT_Type* base, uint32_t pinNum, uint32_t value) in Cy_GPIO_SetInterruptEdge() function
|