Home
last modified time | relevance | path

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

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_peripheral_drivers/inc/
Dsl_si91x_gpio_common.h210 #define GROUP_0_INTERRUPT_NAME EGPIO_GROUP_0_IRQn ///< HP GPIO group interrupt 1 number macro
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_peripheral_drivers/src/
Dsl_si91x_peripheral_gpio.c723 NVIC_EnableIRQ(GROUP_0_INTERRUPT_NAME); in sl_si91x_gpio_configure_group_interrupt()
724 NVIC_SetPriority(GROUP_0_INTERRUPT_NAME, PRIORITY_50); in sl_si91x_gpio_configure_group_interrupt()