Home
last modified time | relevance | path

Searched refs:NVIC_IRQChannelSubPriority (Results 1 – 25 of 56) sorted by relevance

123

/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32v10x_misc.c55 …IC_SetPriority(NVIC_InitStruct->NVIC_IRQChannel, NVIC_InitStruct->NVIC_IRQChannelSubPriority << 4); in NVIC_Init()
61 …y(NVIC_InitStruct->NVIC_IRQChannel, (1 << 7) | (NVIC_InitStruct->NVIC_IRQChannelSubPriority << 4)); in NVIC_Init()
65 …y(NVIC_InitStruct->NVIC_IRQChannel, (0 << 7) | (NVIC_InitStruct->NVIC_IRQChannelSubPriority << 4)); in NVIC_Init()
72 …tmppre = NVIC_InitStruct->NVIC_IRQChannelSubPriority + (4 * NVIC_InitStruct->NVIC_IRQChannelPreemp… in NVIC_Init()
77 …tmppre = NVIC_InitStruct->NVIC_IRQChannelSubPriority + (4 * (NVIC_InitStruct->NVIC_IRQChannelPreem… in NVIC_Init()
85 …tmppre = NVIC_InitStruct->NVIC_IRQChannelSubPriority + (2 * NVIC_InitStruct->NVIC_IRQChannelPreemp… in NVIC_Init()
90 …tmppre = NVIC_InitStruct->NVIC_IRQChannelSubPriority + (2 * (NVIC_InitStruct->NVIC_IRQChannelPreem… in NVIC_Init()
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/
A Dhal_misc.h46 u8 NVIC_IRQChannelSubPriority; member
56 u8 NVIC_IRQChannelSubPriority; member
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/
A Dhal_misc.c77 (init_struct->NVIC_IRQChannelSubPriority & (0x0F >> pri))) in NVIC_Init()
102 (init_struct->NVIC_IRQChannelSubPriority & (0x0F >> pri))) << 0x04; in exNVIC_Init()
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/
A Dmisc.c97 assert_param(IS_NVIC_SUB_PRIORITY(NVIC_InitStruct->NVIC_IRQChannelSubPriority)); in NVIC_Init()
107 tmppriority |= NVIC_InitStruct->NVIC_IRQChannelSubPriority & tmpsub; in NVIC_Init()
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/src/
A Dmisc.c128 assert_param(IS_NVIC_SUB_PRIORITY(NVIC_InitStruct->NVIC_IRQChannelSubPriority)); in NVIC_Init()
138 tmppriority |= NVIC_InitStruct->NVIC_IRQChannelSubPriority & tmpsub; in NVIC_Init()
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/src/
A Dmisc.c128 assert_param(IS_NVIC_SUB_PRIORITY(NVIC_InitStruct->NVIC_IRQChannelSubPriority)); in NVIC_Init()
138 tmppriority |= NVIC_InitStruct->NVIC_IRQChannelSubPriority & tmpsub; in NVIC_Init()
/bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/src/
A Dmisc.c128 assert_param(IS_NVIC_SUB_PRIORITY(NVIC_InitStruct->NVIC_IRQChannelSubPriority)); in NVIC_Init()
138 tmppriority |= NVIC_InitStruct->NVIC_IRQChannelSubPriority & tmpsub; in NVIC_Init()
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/src/
A Dmisc.c128 assert_param(IS_NVIC_SUB_PRIORITY(NVIC_InitStruct->NVIC_IRQChannelSubPriority)); in NVIC_Init()
138 tmppriority |= NVIC_InitStruct->NVIC_IRQChannelSubPriority & tmpsub; in NVIC_Init()
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/src/
A Dmisc.c128 assert_param(IS_NVIC_SUB_PRIORITY(NVIC_InitStruct->NVIC_IRQChannelSubPriority)); in NVIC_Init()
138 tmppriority |= NVIC_InitStruct->NVIC_IRQChannelSubPriority & tmpsub; in NVIC_Init()
/bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/src/
A Dmisc.c128 assert_param(IS_NVIC_SUB_PRIORITY(NVIC_InitStruct->NVIC_IRQChannelSubPriority)); in NVIC_Init()
138 tmppriority |= NVIC_InitStruct->NVIC_IRQChannelSubPriority & tmpsub; in NVIC_Init()
/bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/src/
A Dmisc.c128 assert_param(IS_NVIC_SUB_PRIORITY(NVIC_InitStruct->NVIC_IRQChannelSubPriority)); in NVIC_Init()
138 tmppriority |= NVIC_InitStruct->NVIC_IRQChannelSubPriority & tmpsub; in NVIC_Init()
/bsp/CME_M7/StdPeriph_Driver/src/
A Dcmem7_misc.c46 assert_param(IS_NVIC_SUB_PRIORITY(NVIC_InitStruct->NVIC_IRQChannelSubPriority)); in NVIC_Init()
56 tmppriority |= NVIC_InitStruct->NVIC_IRQChannelSubPriority & tmpsub; in NVIC_Init()
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32v10x_misc.h25 uint8_t NVIC_IRQChannelSubPriority; member
/bsp/CME_M7/drivers/
A Duart.c71 NVIC_InitStructure.NVIC_IRQChannelSubPriority = 0; in CME_M7_control()
82 NVIC_InitStructure.NVIC_IRQChannelSubPriority = 0; in CME_M7_control()
/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f10x_misc.h30 …uint8_t NVIC_IRQChannelSubPriority; /*!< Specifies the subpriority level for the IRQ chann… member
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f20x_misc.h30 …uint8_t NVIC_IRQChannelSubPriority; /* Specifies the subpriority level for the IRQ channel… member
/bsp/airm2m/air105/libraries/HAL_Driver/Inc/
A Dmisc.h45 …uint32_t NVIC_IRQChannelSubPriority; /*!< Specifies the subpriority level for the IRQ chan… member
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/inc/
A Dmisc.h72 …uint8_t NVIC_IRQChannelSubPriority; /*!< Specifies the subpriority level for the IRQ channel speci… member
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/
A DHAL_misc.h49 uint8_t NVIC_IRQChannelSubPriority; member
/bsp/tkm32F499/Libraries/Hal_lib/inc/
A DHAL_misc.h49 uint8_t NVIC_IRQChannelSubPriority; member
/bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/inc/
A Dmisc.h72 …uint8_t NVIC_IRQChannelSubPriority; /*!< Specifies the subpriority level for the IRQ channel speci… member
/bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/inc/
A Dmisc.h72 …uint8_t NVIC_IRQChannelSubPriority; /*!< Specifies the subpriority level for the IRQ channel speci… member
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/
A DHAL_misc.h49 uint8_t NVIC_IRQChannelSubPriority; member
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dmisc.h39 …uint8_t NVIC_IRQChannelSubPriority; /*!< Specifies the subpriority level for the IRQ chann… member
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/inc/
A Dmisc.h72 …uint8_t NVIC_IRQChannelSubPriority; /*!< Specifies the subpriority level for the IRQ channel speci… member

Completed in 34 milliseconds

123