Home
last modified time | relevance | path

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

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_peripheral_drivers/src/
Dsl_si91x_peripheral_gpio.c89 if ((flags & SL_GPIO_INTERRUPT_LOW) == SL_GPIO_INTERRUPT_LOW) { in sl_gpio_configure_interrupt()
776 if ((flags & SL_GPIO_INTERRUPT_LOW) == SL_GPIO_INTERRUPT_LOW) { in sl_si91x_gpio_configure_ulp_pin_interrupt()
1210 if ((flags & SL_GPIO_INTERRUPT_LOW) == SL_GPIO_INTERRUPT_LOW) { in sl_si91x_gpio_configure_uulp_interrupt()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_peripheral_drivers/inc/
Dsl_si91x_peripheral_gpio.h215 SL_GPIO_INTERRUPT_LOW = (1 << 1), ///< interrupt when pin level is '0' enumerator