Searched refs:Cy_GPIO_SetInterruptMask (Results 1 – 3 of 3) sorted by relevance
| /hal_infineon-latest/mtb-hal-cat1/source/ |
| D | cyhal_gpio.c | 344 Cy_GPIO_SetInterruptMask(CYHAL_GET_PORTADDR(pin), CYHAL_GET_PIN(pin), 0); in cyhal_gpio_free() 433 Cy_GPIO_SetInterruptMask(CYHAL_GET_PORTADDR(pin), CYHAL_GET_PIN(pin), (uint32_t)enable); in cyhal_gpio_enable_event()
|
| /hal_infineon-latest/mtb-pdl-cat1/drivers/include/ |
| D | cy_gpio.h | 911 void Cy_GPIO_SetInterruptMask(GPIO_PRT_Type* base, uint32_t pinNum, uint32_t value);
|
| /hal_infineon-latest/mtb-pdl-cat1/drivers/source/ |
| D | cy_gpio.c | 170 Cy_GPIO_SetInterruptMask(base, pinNum, config->intMask); in Cy_GPIO_Pin_Init() 3075 void Cy_GPIO_SetInterruptMask(GPIO_PRT_Type* base, uint32_t pinNum, uint32_t value) in Cy_GPIO_SetInterruptMask() function
|