Home
last modified time | relevance | path

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

/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_core.c176 #if (CORE_NVIC_REG_WORDS == 1)
181 #elif (CORE_NVIC_REG_WORDS == 2)
188 #elif (CORE_NVIC_REG_WORDS == 3)
285 #if (CORE_NVIC_REG_WORDS == 1)
288 #elif (CORE_NVIC_REG_WORDS == 2)
292 #elif (CORE_NVIC_REG_WORDS == 3)
/hal_silabs-latest/gecko/emlib/src/
Dem_core.c613 #if (CORE_NVIC_REG_WORDS == 1)
618 #elif (CORE_NVIC_REG_WORDS == 2)
625 #elif (CORE_NVIC_REG_WORDS == 3)
792 #if (CORE_NVIC_REG_WORDS == 1)
795 #elif (CORE_NVIC_REG_WORDS == 2)
799 #elif (CORE_NVIC_REG_WORDS == 3)
/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dem_core.h47 #define CORE_NVIC_REG_WORDS ((EXT_IRQ_COUNT + 31) / 32) macro
62 #if (CORE_NVIC_REG_WORDS > 3)
138 uint32_t a[CORE_NVIC_REG_WORDS]; /*!< Array of NVIC mask words. */
/hal_silabs-latest/gecko/emlib/inc/
Dem_core.h63 #define CORE_NVIC_REG_WORDS ((EXT_IRQ_COUNT + 31) / 32) macro
110 #if (CORE_NVIC_REG_WORDS > 3)
186 uint32_t a[CORE_NVIC_REG_WORDS]; /*!< Array of NVIC mask words. */