Searched refs:temp_priority (Results 1 – 6 of 6) sorted by relevance
| /hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/ |
| D | gd32f3x0_misc.c | 69 uint32_t temp_priority = 0x00U, temp_pre = 0x00U, temp_sub = 0x00U; in nvic_irq_enable() local 101 temp_priority = (uint32_t)nvic_irq_pre_priority << (0x4U - temp_pre); in nvic_irq_enable() 102 temp_priority |= nvic_irq_sub_priority &(0x0FU >> (0x4U - temp_sub)); in nvic_irq_enable() 103 temp_priority = temp_priority << 0x04U; in nvic_irq_enable() 104 NVIC->IP[nvic_irq] = (uint8_t)temp_priority; in nvic_irq_enable()
|
| /hal_gigadevice-latest/gd32e10x/standard_peripheral/source/ |
| D | gd32e10x_misc.c | 69 uint32_t temp_priority = 0x00U, temp_pre = 0x00U, temp_sub = 0x00U; in nvic_irq_enable() local 101 temp_priority = (uint32_t)nvic_irq_pre_priority << (0x4U - temp_pre); in nvic_irq_enable() 102 temp_priority |= nvic_irq_sub_priority &(0x0FU >> (0x4U - temp_sub)); in nvic_irq_enable() 103 temp_priority = temp_priority << 0x04U; in nvic_irq_enable() 104 NVIC->IP[nvic_irq] = (uint8_t)temp_priority; in nvic_irq_enable()
|
| /hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/ |
| D | gd32f4xx_misc.c | 67 uint32_t temp_priority = 0x00U, temp_pre = 0x00U, temp_sub = 0x00U; in nvic_irq_enable() local 90 temp_priority = (uint32_t)nvic_irq_pre_priority << (0x4U - temp_pre); in nvic_irq_enable() 91 temp_priority |= nvic_irq_sub_priority & (0x0FU >> (0x4U - temp_sub)); in nvic_irq_enable() 92 temp_priority = temp_priority << 0x04U; in nvic_irq_enable() 93 NVIC->IP[nvic_irq] = (uint8_t)temp_priority; in nvic_irq_enable()
|
| /hal_gigadevice-latest/gd32e50x/standard_peripheral/source/ |
| D | gd32e50x_misc.c | 68 uint32_t temp_priority = 0x00U, temp_pre = 0x00U, temp_sub = 0x00U; in nvic_irq_enable() local 91 temp_priority = (uint32_t)nvic_irq_pre_priority << (0x4U - temp_pre); in nvic_irq_enable() 92 temp_priority |= nvic_irq_sub_priority &(0x0FU >> (0x4U - temp_sub)); in nvic_irq_enable() 93 temp_priority = temp_priority << 0x04U; in nvic_irq_enable() 94 NVIC->IPR[nvic_irq] = (uint8_t)temp_priority; in nvic_irq_enable()
|
| /hal_gigadevice-latest/gd32f403/standard_peripheral/source/ |
| D | gd32f403_misc.c | 67 uint32_t temp_priority = 0x00U, temp_pre = 0x00U, temp_sub = 0x00U; in nvic_irq_enable() local 90 temp_priority = (uint32_t)nvic_irq_pre_priority << (0x4U - temp_pre); in nvic_irq_enable() 91 temp_priority |= nvic_irq_sub_priority &(0x0FU >> (0x4U - temp_sub)); in nvic_irq_enable() 92 temp_priority = temp_priority << 0x04U; in nvic_irq_enable() 93 NVIC->IP[nvic_irq] = (uint8_t)temp_priority; in nvic_irq_enable()
|
| /hal_gigadevice-latest/gd32a50x/standard_peripheral/source/ |
| D | gd32a50x_misc.c | 65 uint32_t temp_priority = 0x00U, temp_pre = 0x00U, temp_sub = 0x00U; in nvic_irq_enable() local 88 temp_priority = (uint32_t)nvic_irq_pre_priority << (0x4U - temp_pre); in nvic_irq_enable() 89 temp_priority |= (uint32_t)nvic_irq_sub_priority &((uint32_t)0x0FU >> (0x4U - temp_sub)); in nvic_irq_enable() 90 temp_priority = temp_priority << 0x04U; in nvic_irq_enable() 91 NVIC->IPR[nvic_irq] = (uint8_t)temp_priority; in nvic_irq_enable()
|