| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/src/ |
| A D | ch32v10x_misc.c | 59 if(NVIC_InitStruct->NVIC_IRQChannelPreemptionPriority == 1) in NVIC_Init() 70 if(NVIC_InitStruct->NVIC_IRQChannelPreemptionPriority <= 1) in NVIC_Init() 72 …_InitStruct->NVIC_IRQChannelSubPriority + (4 * NVIC_InitStruct->NVIC_IRQChannelPreemptionPriority); in NVIC_Init() 77 …Struct->NVIC_IRQChannelSubPriority + (4 * (NVIC_InitStruct->NVIC_IRQChannelPreemptionPriority - 2)… in NVIC_Init() 83 if(NVIC_InitStruct->NVIC_IRQChannelPreemptionPriority <= 3) in NVIC_Init() 85 …_InitStruct->NVIC_IRQChannelSubPriority + (2 * NVIC_InitStruct->NVIC_IRQChannelPreemptionPriority); in NVIC_Init() 90 …Struct->NVIC_IRQChannelSubPriority + (2 * (NVIC_InitStruct->NVIC_IRQChannelPreemptionPriority - 4)… in NVIC_Init() 96 …Priority(NVIC_InitStruct->NVIC_IRQChannel, NVIC_InitStruct->NVIC_IRQChannelPreemptionPriority << 4… in NVIC_Init()
|
| /bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/ |
| A D | hal_misc.h | 45 u8 NVIC_IRQChannelPreemptionPriority; member 55 … u8 NVIC_IRQChannelPreemptionPriority; // Cortex-M0 not used member
|
| /bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/ |
| A D | hal_misc.c | 76 pri = (((u32)init_struct->NVIC_IRQChannelPreemptionPriority << (0x4 - pri)) | in NVIC_Init() 101 pri = (((u32)init_struct->NVIC_IRQChannelPreemptionPriority << (0x4 - pri)) | in exNVIC_Init()
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/ |
| A D | misc.c | 96 assert_param(IS_NVIC_PREEMPTION_PRIORITY(NVIC_InitStruct->NVIC_IRQChannelPreemptionPriority)); in NVIC_Init() 106 tmppriority = (uint32_t)NVIC_InitStruct->NVIC_IRQChannelPreemptionPriority << tmppre; in NVIC_Init()
|
| /bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/src/ |
| A D | misc.c | 127 assert_param(IS_NVIC_PREEMPTION_PRIORITY(NVIC_InitStruct->NVIC_IRQChannelPreemptionPriority)); in NVIC_Init() 137 tmppriority = (uint32_t)NVIC_InitStruct->NVIC_IRQChannelPreemptionPriority << tmppre; in NVIC_Init()
|
| /bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/src/ |
| A D | misc.c | 127 assert_param(IS_NVIC_PREEMPTION_PRIORITY(NVIC_InitStruct->NVIC_IRQChannelPreemptionPriority)); in NVIC_Init() 137 tmppriority = (uint32_t)NVIC_InitStruct->NVIC_IRQChannelPreemptionPriority << tmppre; in NVIC_Init()
|
| /bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/src/ |
| A D | misc.c | 127 assert_param(IS_NVIC_PREEMPTION_PRIORITY(NVIC_InitStruct->NVIC_IRQChannelPreemptionPriority)); in NVIC_Init() 137 tmppriority = (uint32_t)NVIC_InitStruct->NVIC_IRQChannelPreemptionPriority << tmppre; in NVIC_Init()
|
| /bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/src/ |
| A D | misc.c | 127 assert_param(IS_NVIC_PREEMPTION_PRIORITY(NVIC_InitStruct->NVIC_IRQChannelPreemptionPriority)); in NVIC_Init() 137 tmppriority = (uint32_t)NVIC_InitStruct->NVIC_IRQChannelPreemptionPriority << tmppre; in NVIC_Init()
|
| /bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/src/ |
| A D | misc.c | 127 assert_param(IS_NVIC_PREEMPTION_PRIORITY(NVIC_InitStruct->NVIC_IRQChannelPreemptionPriority)); in NVIC_Init() 137 tmppriority = (uint32_t)NVIC_InitStruct->NVIC_IRQChannelPreemptionPriority << tmppre; in NVIC_Init()
|
| /bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/src/ |
| A D | misc.c | 127 assert_param(IS_NVIC_PREEMPTION_PRIORITY(NVIC_InitStruct->NVIC_IRQChannelPreemptionPriority)); in NVIC_Init() 137 tmppriority = (uint32_t)NVIC_InitStruct->NVIC_IRQChannelPreemptionPriority << tmppre; in NVIC_Init()
|
| /bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/src/ |
| A D | misc.c | 127 assert_param(IS_NVIC_PREEMPTION_PRIORITY(NVIC_InitStruct->NVIC_IRQChannelPreemptionPriority)); in NVIC_Init() 137 tmppriority = (uint32_t)NVIC_InitStruct->NVIC_IRQChannelPreemptionPriority << tmppre; in NVIC_Init()
|
| /bsp/CME_M7/StdPeriph_Driver/src/ |
| A D | cmem7_misc.c | 45 assert_param(IS_NVIC_PREEMPTION_PRIORITY(NVIC_InitStruct->NVIC_IRQChannelPreemptionPriority)); in NVIC_Init() 55 tmppriority = (uint32_t)NVIC_InitStruct->NVIC_IRQChannelPreemptionPriority << tmppre; in NVIC_Init()
|
| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32v10x_misc.h | 24 uint8_t NVIC_IRQChannelPreemptionPriority; member
|
| /bsp/CME_M7/drivers/ |
| A D | uart.c | 70 NVIC_InitStructure.NVIC_IRQChannelPreemptionPriority = 0; in CME_M7_control() 81 NVIC_InitStructure.NVIC_IRQChannelPreemptionPriority = 0; in CME_M7_control()
|
| /bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32f10x_misc.h | 26 …uint8_t NVIC_IRQChannelPreemptionPriority; /*!< Specifies the pre-emption priority for the IRQ ch… member
|
| /bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32f20x_misc.h | 26 …uint8_t NVIC_IRQChannelPreemptionPriority; /* Specifies the pre-emption priority for the IRQ chan… member
|
| /bsp/airm2m/air105/libraries/HAL_Driver/Inc/ |
| A D | misc.h | 41 …uint32_t NVIC_IRQChannelPreemptionPriority; /*!< Specifies the pre-emption priority for the IRQ c… member
|
| /bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/inc/ |
| A D | misc.h | 68 … NVIC_IRQChannelPreemptionPriority; /*!< Specifies the pre-emption priority for the IRQ channel member
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/ |
| A D | HAL_misc.h | 48 uint8_t NVIC_IRQChannelPreemptionPriority; member
|
| /bsp/tkm32F499/Libraries/Hal_lib/inc/ |
| A D | HAL_misc.h | 48 uint8_t NVIC_IRQChannelPreemptionPriority; member
|
| /bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/inc/ |
| A D | misc.h | 68 … NVIC_IRQChannelPreemptionPriority; /*!< Specifies the pre-emption priority for the IRQ channel member
|
| /bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/inc/ |
| A D | misc.h | 68 … NVIC_IRQChannelPreemptionPriority; /*!< Specifies the pre-emption priority for the IRQ channel member
|
| /bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/ |
| A D | HAL_misc.h | 48 uint8_t NVIC_IRQChannelPreemptionPriority; member
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/ |
| A D | misc.h | 35 …uint8_t NVIC_IRQChannelPreemptionPriority; /*!< Specifies the pre-emption priority for the IRQ ch… member
|
| /bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/inc/ |
| A D | misc.h | 68 … NVIC_IRQChannelPreemptionPriority; /*!< Specifies the pre-emption priority for the IRQ channel member
|