Home
last modified time | relevance | path

Searched refs:tempPriority (Results 1 – 4 of 4) sorted by relevance

/bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/src/
A Dapm32e10x_misc.c83 uint32_t tempPriority, tempPrePri, tempSubPri; in NVIC_EnableIRQRequest() local
126 tempPriority = preemptionPriority << tempPrePri; in NVIC_EnableIRQRequest()
127 tempPriority |= subPriority & (0x0f >> tempSubPri); in NVIC_EnableIRQRequest()
128 tempPriority <<= 4; in NVIC_EnableIRQRequest()
129 NVIC->IP[irq] = (uint8_t)tempPriority; in NVIC_EnableIRQRequest()
/bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/src/
A Dapm32f10x_misc.c83 uint32_t tempPriority, tempPrePri, tempSubPri; in NVIC_EnableIRQRequest() local
126 tempPriority = preemptionPriority << tempPrePri; in NVIC_EnableIRQRequest()
127 tempPriority |= subPriority & (0x0f >> tempSubPri); in NVIC_EnableIRQRequest()
128 tempPriority <<= 4; in NVIC_EnableIRQRequest()
129 NVIC->IP[irq] = (uint8_t)tempPriority; in NVIC_EnableIRQRequest()
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/src/
A Dapm32f4xx_misc.c87 uint32_t tempPriority, tempPrePri, tempSubPri; in NVIC_EnableIRQRequest() local
130 tempPriority = preemptionPriority << tempPrePri; in NVIC_EnableIRQRequest()
131 tempPriority |= subPriority & (0x0f >> tempSubPri); in NVIC_EnableIRQRequest()
132 tempPriority <<= 4; in NVIC_EnableIRQRequest()
133 NVIC->IP[irq] = (uint8_t)tempPriority; in NVIC_EnableIRQRequest()
/bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/src/
A Dapm32s10x_misc.c82 uint32_t tempPriority, tempPrePri, tempSubPri; in NVIC_EnableIRQRequest() local
125 tempPriority = preemptionPriority << tempPrePri; in NVIC_EnableIRQRequest()
126 tempPriority |= subPriority & (0x0f >> tempSubPri); in NVIC_EnableIRQRequest()
127 tempPriority <<= 4; in NVIC_EnableIRQRequest()
128 NVIC->IP[irq] = (uint8_t)tempPriority; in NVIC_EnableIRQRequest()

Completed in 5 milliseconds