Searched refs:NVIC_SetPriority (Results 1 - 14 of 14) sorted by relevance
/third_party/cmsis/CMSIS/Core/Include/ |
H A D | core_sc000.h | 729 #define NVIC_SetPriority __NVIC_SetPriority macro 1028 NVIC_SetPriority (SysTick_IRQn, (1UL << __NVIC_PRIO_BITS) - 1UL); /* set Priority for Systick Interrupt */ in SysTick_Config()
|
H A D | core_cm1.h | 621 #define NVIC_SetPriority __NVIC_SetPriority macro 816 \return Encoded priority. Value can be used in the function \ref NVIC_SetPriority(). 965 NVIC_SetPriority (SysTick_IRQn, (1UL << __NVIC_PRIO_BITS) - 1UL); /* set Priority for Systick Interrupt */ in SysTick_Config()
|
H A D | core_cm0.h | 594 #define NVIC_SetPriority __NVIC_SetPriority macro 789 \return Encoded priority. Value can be used in the function \ref NVIC_SetPriority(). 940 NVIC_SetPriority (SysTick_IRQn, (1UL << __NVIC_PRIO_BITS) - 1UL); /* set Priority for Systick Interrupt */ in SysTick_Config()
|
H A D | core_cm0plus.h | 712 #define NVIC_SetPriority __NVIC_SetPriority macro 907 \return Encoded priority. Value can be used in the function \ref NVIC_SetPriority(). 1076 NVIC_SetPriority (SysTick_IRQn, (1UL << __NVIC_PRIO_BITS) - 1UL); /* set Priority for Systick Interrupt */ in SysTick_Config()
|
H A D | core_cm4.h | 1626 #define NVIC_SetPriority __NVIC_SetPriority macro 1868 \return Encoded priority. Value can be used in the function \ref NVIC_SetPriority(). 2037 NVIC_SetPriority (SysTick_IRQn, (1UL << __NVIC_PRIO_BITS) - 1UL); /* set Priority for Systick Interrupt */ in SysTick_Config()
|
H A D | core_sc300.h | 1430 #define NVIC_SetPriority __NVIC_SetPriority macro 1669 \return Encoded priority. Value can be used in the function \ref NVIC_SetPriority(). 1828 NVIC_SetPriority (SysTick_IRQn, (1UL << __NVIC_PRIO_BITS) - 1UL); /* set Priority for Systick Interrupt */ in SysTick_Config()
|
H A D | core_cm3.h | 1447 #define NVIC_SetPriority __NVIC_SetPriority macro 1686 \return Encoded priority. Value can be used in the function \ref NVIC_SetPriority(). 1845 NVIC_SetPriority (SysTick_IRQn, (1UL << __NVIC_PRIO_BITS) - 1UL); /* set Priority for Systick Interrupt */ in SysTick_Config()
|
H A D | core_cm23.h | 1316 #define NVIC_SetPriority __NVIC_SetPriority macro 1615 \return Encoded priority. Value can be used in the function \ref NVIC_SetPriority(). 2093 NVIC_SetPriority (SysTick_IRQn, (1UL << __NVIC_PRIO_BITS) - 1UL); /* set Priority for Systick Interrupt */ in SysTick_Config()
|
H A D | core_cm35p.h | 2145 #define NVIC_SetPriority __NVIC_SetPriority macro 2467 \return Encoded priority. Value can be used in the function \ref NVIC_SetPriority(). 2983 NVIC_SetPriority (SysTick_IRQn, (1UL << __NVIC_PRIO_BITS) - 1UL); /* set Priority for Systick Interrupt */ in SysTick_Config()
|
H A D | core_cm33.h | 2145 #define NVIC_SetPriority __NVIC_SetPriority macro 2467 \return Encoded priority. Value can be used in the function \ref NVIC_SetPriority(). 2983 NVIC_SetPriority (SysTick_IRQn, (1UL << __NVIC_PRIO_BITS) - 1UL); /* set Priority for Systick Interrupt */ in SysTick_Config()
|
H A D | core_cm7.h | 1845 #define NVIC_SetPriority __NVIC_SetPriority macro 2087 \return Encoded priority. Value can be used in the function \ref NVIC_SetPriority(). 2268 NVIC_SetPriority (SysTick_IRQn, (1UL << __NVIC_PRIO_BITS) - 1UL); /* set Priority for Systick Interrupt */ in SysTick_Config()
|
H A D | core_starmc1.h | 2242 #define NVIC_SetPriority __NVIC_SetPriority macro 2565 \return Encoded priority. Value can be used in the function \ref NVIC_SetPriority(). 3478 NVIC_SetPriority (SysTick_IRQn, (1UL << __NVIC_PRIO_BITS) - 1UL); /* set Priority for Systick Interrupt */ in SysTick_Config()
|
H A D | core_cm85.h | 3678 #define NVIC_SetPriority __NVIC_SetPriority macro 4000 \return Encoded priority. Value can be used in the function \ref NVIC_SetPriority(). 4636 NVIC_SetPriority (SysTick_IRQn, (1UL << __NVIC_PRIO_BITS) - 1UL); /* set Priority for Systick Interrupt */ in SysTick_Config()
|
H A D | core_cm55.h | 3654 #define NVIC_SetPriority __NVIC_SetPriority macro 3976 \return Encoded priority. Value can be used in the function \ref NVIC_SetPriority(). 4595 NVIC_SetPriority (SysTick_IRQn, (1UL << __NVIC_PRIO_BITS) - 1UL); /* set Priority for Systick Interrupt */ in SysTick_Config()
|
Completed in 81 milliseconds