Home
last modified time | relevance | path

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

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_peripheral_drivers/inc/
Dsl_si91x_peripheral_gpio.h769 uint32_t intflags = 0, tmp_ctrl = 0, tmp_sts = 0; in sl_gpio_get_enabled_pending_interrupts() local
776 tmp_sts = ((GPIO->INTR[intch].GPIO_INTR_STATUS) & (tmp_ctrl)); in sl_gpio_get_enabled_pending_interrupts()
777 tmp_sts = (tmp_sts & LSB_NIBBLE_MASK); in sl_gpio_get_enabled_pending_interrupts()
778 intflags |= (tmp_sts << (NIBBLE_SHIFT * intch)); in sl_gpio_get_enabled_pending_interrupts()