Searched refs:NVIC_PRIORITY_GROUP_3 (Results 1 – 11 of 11) sorted by relevance
| /bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/inc/ |
| A D | apm32e10x_misc.h | 77 NVIC_PRIORITY_GROUP_3 = 0x400, /*!< 3 bits for pre-emption priority,1 bits for subpriority */ enumerator
|
| /bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/inc/ |
| A D | apm32f10x_misc.h | 77 NVIC_PRIORITY_GROUP_3 = 0x400, /*!< 3 bits for pre-emption priority,1 bits for subpriority */ enumerator
|
| /bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/inc/ |
| A D | apm32f4xx_misc.h | 77 NVIC_PRIORITY_GROUP_3 = 0x400, /*!< 3 bits for pre-emption priority,1 bits for subpriority */ enumerator
|
| /bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/inc/ |
| A D | apm32s10x_misc.h | 77 NVIC_PRIORITY_GROUP_3 = 0x400, /*!< 3 bits for pre-emption priority,1 bits for subpriority */ enumerator
|
| /bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/src/ |
| A D | apm32e10x_misc.c | 107 case NVIC_PRIORITY_GROUP_3: in NVIC_EnableIRQRequest()
|
| /bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/src/ |
| A D | apm32f10x_misc.c | 107 case NVIC_PRIORITY_GROUP_3: in NVIC_EnableIRQRequest()
|
| /bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/src/ |
| A D | apm32f4xx_misc.c | 111 case NVIC_PRIORITY_GROUP_3: in NVIC_EnableIRQRequest()
|
| /bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/src/ |
| A D | apm32s10x_misc.c | 106 case NVIC_PRIORITY_GROUP_3: in NVIC_EnableIRQRequest()
|
| /bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Include/ |
| A D | utils.h | 83 NVIC_PRIORITY_GROUP_3 = 0x4U, /**< 3-bits for pre-emption priority 1-bits for subpriority */ enumerator
|
| /bsp/acm32/acm32f4xx-nucleo/libraries/Device/ |
| A D | System_ACM32F4.c | 86 NVIC_SetPriorityGrouping(NVIC_PRIORITY_GROUP_3); in System_Init()
|
| A D | System_ACM32F4.h | 584 #define NVIC_PRIORITY_GROUP_3 0x00000004U // 3 bits for pre-emption priority, 0 bit for subprior… macro
|
Completed in 16 milliseconds