Home
last modified time | relevance | path

Searched refs:NVIC_IRQChannelPreemptionPriority (Results 1 – 25 of 55) sorted by relevance

123

/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32v10x_misc.c59 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 Dhal_misc.h45 u8 NVIC_IRQChannelPreemptionPriority; member
55 … u8 NVIC_IRQChannelPreemptionPriority; // Cortex-M0 not used member
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/
A Dhal_misc.c76 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 Dmisc.c96 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 Dmisc.c127 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 Dmisc.c127 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 Dmisc.c127 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 Dmisc.c127 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 Dmisc.c127 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 Dmisc.c127 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 Dmisc.c127 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 Dcmem7_misc.c45 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 Dch32v10x_misc.h24 uint8_t NVIC_IRQChannelPreemptionPriority; member
/bsp/CME_M7/drivers/
A Duart.c70 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 Dch32f10x_misc.h26 …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 Dch32f20x_misc.h26 …uint8_t NVIC_IRQChannelPreemptionPriority; /* Specifies the pre-emption priority for the IRQ chan… member
/bsp/airm2m/air105/libraries/HAL_Driver/Inc/
A Dmisc.h41 …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 Dmisc.h68NVIC_IRQChannelPreemptionPriority; /*!< Specifies the pre-emption priority for the IRQ channel member
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/
A DHAL_misc.h48 uint8_t NVIC_IRQChannelPreemptionPriority; member
/bsp/tkm32F499/Libraries/Hal_lib/inc/
A DHAL_misc.h48 uint8_t NVIC_IRQChannelPreemptionPriority; member
/bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/inc/
A Dmisc.h68NVIC_IRQChannelPreemptionPriority; /*!< Specifies the pre-emption priority for the IRQ channel member
/bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/inc/
A Dmisc.h68NVIC_IRQChannelPreemptionPriority; /*!< Specifies the pre-emption priority for the IRQ channel member
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/
A DHAL_misc.h48 uint8_t NVIC_IRQChannelPreemptionPriority; member
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dmisc.h35 …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 Dmisc.h68NVIC_IRQChannelPreemptionPriority; /*!< Specifies the pre-emption priority for the IRQ channel member

Completed in 39 milliseconds

123