Home
last modified time | relevance | path

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

/hal_silabs-latest/simplicity_sdk/platform/driver/gpio/src/
Dsl_gpio.c44 #define SL_GPIO_PORT_INTERRUPT (0xFF) macro
449 …(!SL_HAL_GPIO_PORT_PIN_IS_VALID(gpio->port, gpio->pin) && (gpio->port != SL_GPIO_PORT_INTERRUPT)) { in sl_gpio_configure_external_interrupt()
460 if (gpio->port != SL_GPIO_PORT_INTERRUPT) { in sl_gpio_configure_external_interrupt()
464 if (*int_no == SL_GPIO_INTERRUPT_UNAVAILABLE && gpio->port == SL_GPIO_PORT_INTERRUPT) { in sl_gpio_configure_external_interrupt()
474 if (gpio->port != SL_GPIO_PORT_INTERRUPT) { in sl_gpio_configure_external_interrupt()
558 …(!SL_HAL_GPIO_PORT_PIN_IS_VALID(gpio->port, gpio->pin) && (gpio->port != SL_GPIO_PORT_INTERRUPT)) { in sl_gpio_configure_wakeup_em4_interrupt()
565 if (gpio->port != SL_GPIO_PORT_INTERRUPT) { in sl_gpio_configure_wakeup_em4_interrupt()
574 if (gpio->port != SL_GPIO_PORT_INTERRUPT) { in sl_gpio_configure_wakeup_em4_interrupt()