Home
last modified time | relevance | path

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

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_peripheral_drivers/inc/
Dsl_si91x_peripheral_gpio.h636 intch = (uint16_t)((flags >> WORD_SHIFT) & LSB_WORD_MASK); in sl_gpio_enable_interrupts()
665 intch = (uint16_t)((flags >> WORD_SHIFT) & LSB_WORD_MASK); in sl_gpio_disable_interrupts()
711 intch = (uint16_t)((flags >> WORD_SHIFT) & LSB_WORD_MASK); in sl_gpio_set_interrupts()
Dsl_si91x_gpio_common.h92 #define LSB_WORD_MASK 0x00FF ///< GPIO LSB word mask macro