Home
last modified time | relevance | path

Searched refs:NVIC_IRQChannel (Results 1 – 6 of 6) sorted by relevance

/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dmisc.c131 NVIC->IP[NVIC_InitStruct->NVIC_IRQChannel] = tmppriority; in NVIC_Init()
134 NVIC->ISER[NVIC_InitStruct->NVIC_IRQChannel >> 0x05] = in NVIC_Init()
135 (uint32_t)0x01 << (NVIC_InitStruct->NVIC_IRQChannel & (uint8_t)0x1F); in NVIC_Init()
140 NVIC->ICER[NVIC_InitStruct->NVIC_IRQChannel >> 0x05] = in NVIC_Init()
141 (uint32_t)0x01 << (NVIC_InitStruct->NVIC_IRQChannel & (uint8_t)0x1F); in NVIC_Init()
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dmisc.c157 NVIC->IP[NVIC_InitStruct->NVIC_IRQChannel] = tmppriority; in NVIC_Init()
160 NVIC->ISER[NVIC_InitStruct->NVIC_IRQChannel >> 0x05] = in NVIC_Init()
161 (uint32_t)0x01 << (NVIC_InitStruct->NVIC_IRQChannel & (uint8_t)0x1F); in NVIC_Init()
166 NVIC->ICER[NVIC_InitStruct->NVIC_IRQChannel >> 0x05] = in NVIC_Init()
167 (uint32_t)0x01 << (NVIC_InitStruct->NVIC_IRQChannel & (uint8_t)0x1F); in NVIC_Init()
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dmisc.c157 NVIC->IP[NVIC_InitStruct->NVIC_IRQChannel] = tmppriority; in NVIC_Init()
160 NVIC->ISER[NVIC_InitStruct->NVIC_IRQChannel >> 0x05] = in NVIC_Init()
161 (uint32_t)0x01 << (NVIC_InitStruct->NVIC_IRQChannel & (uint8_t)0x1F); in NVIC_Init()
166 NVIC->ICER[NVIC_InitStruct->NVIC_IRQChannel >> 0x05] = in NVIC_Init()
167 (uint32_t)0x01 << (NVIC_InitStruct->NVIC_IRQChannel & (uint8_t)0x1F); in NVIC_Init()
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dmisc.h56 …uint8_t NVIC_IRQChannel; /*!< Specifies the IRQ channel to be enabled or disabl… member
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dmisc.h56 …uint8_t NVIC_IRQChannel; /*!< Specifies the IRQ channel to be enabled or disabl… member
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dmisc.h51 …uint8_t NVIC_IRQChannel; /*!< Specifies the IRQ channel to be enabled or disabl… member

Completed in 7 milliseconds