Searched refs:temp_sub (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 75 temp_sub = 0x4U; in nvic_irq_enable() 79 temp_sub = 0x3U; in nvic_irq_enable() 83 temp_sub = 0x2U; in nvic_irq_enable() 87 temp_sub = 0x1U; in nvic_irq_enable() 91 temp_sub = 0x0U; in nvic_irq_enable() 96 temp_sub = 0x2U; in nvic_irq_enable() 102 temp_priority |= nvic_irq_sub_priority &(0x0FU >> (0x4U - temp_sub)); 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 75 temp_sub = 0x4U; in nvic_irq_enable() 79 temp_sub = 0x3U; in nvic_irq_enable() 83 temp_sub = 0x2U; in nvic_irq_enable() 87 temp_sub = 0x1U; in nvic_irq_enable() 91 temp_sub = 0x0U; in nvic_irq_enable() 96 temp_sub = 0x2U; in nvic_irq_enable() 102 temp_priority |= nvic_irq_sub_priority &(0x0FU >> (0x4U - temp_sub)); 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 71 temp_sub = 0x4U; in nvic_irq_enable() 74 temp_sub = 0x3U; in nvic_irq_enable() 77 temp_sub = 0x2U; in nvic_irq_enable() 80 temp_sub = 0x1U; in nvic_irq_enable() 83 temp_sub = 0x0U; in nvic_irq_enable() 87 temp_sub = 0x2U; in nvic_irq_enable() 91 temp_priority |= nvic_irq_sub_priority & (0x0FU >> (0x4U - temp_sub)); 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 72 temp_sub=0x4U; in nvic_irq_enable() 75 temp_sub=0x3U; in nvic_irq_enable() 78 temp_sub=0x2U; in nvic_irq_enable() 81 temp_sub=0x1U; in nvic_irq_enable() 84 temp_sub=0x0U; in nvic_irq_enable() 88 temp_sub=0x2U; in nvic_irq_enable() 92 temp_priority |= nvic_irq_sub_priority &(0x0FU >> (0x4U - temp_sub)); 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 71 temp_sub=0x4U; in nvic_irq_enable() 74 temp_sub=0x3U; in nvic_irq_enable() 77 temp_sub=0x2U; in nvic_irq_enable() 80 temp_sub=0x1U; in nvic_irq_enable() 83 temp_sub=0x0U; in nvic_irq_enable() 87 temp_sub=0x2U; in nvic_irq_enable() 91 temp_priority |= nvic_irq_sub_priority &(0x0FU >> (0x4U - temp_sub)); 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 69 temp_sub=0x4U; in nvic_irq_enable() 72 temp_sub=0x3U; in nvic_irq_enable() 75 temp_sub=0x2U; in nvic_irq_enable() 78 temp_sub=0x1U; in nvic_irq_enable() 81 temp_sub=0x0U; in nvic_irq_enable() 85 temp_sub=0x2U; in nvic_irq_enable() 89 temp_priority |= (uint32_t)nvic_irq_sub_priority &((uint32_t)0x0FU >> (0x4U - temp_sub)); in nvic_irq_enable()
|