Searched refs:NVIC_PRIORITY_GROUP_2 (Results 1 – 11 of 11) sorted by relevance
| /bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/inc/ |
| A D | apm32e10x_misc.h | 76 NVIC_PRIORITY_GROUP_2 = 0x500, /*!< 2 bits for pre-emption priority,2 bits for subpriority */ enumerator
|
| /bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/inc/ |
| A D | apm32f10x_misc.h | 76 NVIC_PRIORITY_GROUP_2 = 0x500, /*!< 2 bits for pre-emption priority,2 bits for subpriority */ enumerator
|
| /bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/inc/ |
| A D | apm32f4xx_misc.h | 76 NVIC_PRIORITY_GROUP_2 = 0x500, /*!< 2 bits for pre-emption priority,2 bits for subpriority */ enumerator
|
| /bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/inc/ |
| A D | apm32s10x_misc.h | 76 NVIC_PRIORITY_GROUP_2 = 0x500, /*!< 2 bits for pre-emption priority,2 bits for subpriority */ enumerator
|
| /bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/src/ |
| A D | apm32e10x_misc.c | 102 case NVIC_PRIORITY_GROUP_2: in NVIC_EnableIRQRequest()
|
| /bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/src/ |
| A D | apm32f10x_misc.c | 102 case NVIC_PRIORITY_GROUP_2: in NVIC_EnableIRQRequest()
|
| /bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/src/ |
| A D | apm32f4xx_misc.c | 106 case NVIC_PRIORITY_GROUP_2: in NVIC_EnableIRQRequest()
|
| /bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/src/ |
| A D | apm32s10x_misc.c | 101 case NVIC_PRIORITY_GROUP_2: in NVIC_EnableIRQRequest()
|
| /bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Include/ |
| A D | utils.h | 82 NVIC_PRIORITY_GROUP_2 = 0x5U, /**< 2-bits for pre-emption priority 2-bits for subpriority */ enumerator
|
| /bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/ |
| A D | utils.c | 128 NVIC_SetPriorityGrouping(NVIC_PRIORITY_GROUP_2); in ald_cmu_init()
|
| /bsp/acm32/acm32f4xx-nucleo/libraries/Device/ |
| A D | System_ACM32F4.h | 585 #define NVIC_PRIORITY_GROUP_2 0x00000005U // 2 bits for pre-emption priority, 1 bit for subprior… macro
|
Completed in 15 milliseconds