CMSIS + 0/73 examples
CodeScope will show references to NVIC_SetPriority from the following samples and libraries:
Examples
STM32F4-Discovery
STM32F401-Discovery
STM32F411E-Discovery
STM324x9I_EVAL
Applications
USB_Device
STM324xG_EVAL
Applications
USB_Device
STM32F410xx-Nucleo
Examples_LL
LPTIM
STM32F411RE-Nucleo
Examples_LL
ADC
DMA
EXTI
I2C
IWDG
PWR
RCC
RTC
SPI
TIM
USART
WWDG
STM32F429ZI-Nucleo
Examples_LL
CORTEX
DAC
RNG
Examples_MIX
DMA2D
 
Symbols
loading...
Files
loading...

NVIC_SetPriority macro

Syntax

#define NVIC_SetPriority __NVIC_SetPriority

Examples

NVIC_SetPriority is referenced by 73 libraries and example projects.

References

LocationText
core_cm4.h:1617
#define NVIC_SetPriority __NVIC_SetPriority
core_cm4.h:2030
NVIC_SetPriority (SysTick_IRQn, (1UL << __NVIC_PRIO_BITS) - 1UL); /* set Priority for Systick Interrupt */