Home
last modified time | relevance | path

Searched refs:SL_GPIO_INTERRUPT_HIGH (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.c81 if ((flags & SL_GPIO_INTERRUPT_HIGH) == SL_GPIO_INTERRUPT_HIGH) { in sl_gpio_configure_interrupt()
770 if ((flags & SL_GPIO_INTERRUPT_HIGH) == SL_GPIO_INTERRUPT_HIGH) { in sl_si91x_gpio_configure_ulp_pin_interrupt()
1216 if ((flags & SL_GPIO_INTERRUPT_HIGH) == SL_GPIO_INTERRUPT_HIGH) { 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.h214 SL_GPIO_INTERRUPT_HIGH = (1 << 0), ///< interrupt when pin level is '1' enumerator