Home
last modified time | relevance | path

Searched refs:nvic_irq_pre_priority (Results 1 – 12 of 12) sorted by relevance

/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_misc.c66 uint8_t nvic_irq_pre_priority, in nvic_irq_enable() argument
101 temp_priority = (uint32_t)nvic_irq_pre_priority << (0x4U - temp_pre); in nvic_irq_enable()
/hal_gigadevice-latest/gd32e10x/standard_peripheral/source/
Dgd32e10x_misc.c66 uint8_t nvic_irq_pre_priority, in nvic_irq_enable() argument
101 temp_priority = (uint32_t)nvic_irq_pre_priority << (0x4U - temp_pre); in nvic_irq_enable()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_misc.c64 void nvic_irq_enable(uint8_t nvic_irq, uint8_t nvic_irq_pre_priority, in nvic_irq_enable() argument
90 temp_priority = (uint32_t)nvic_irq_pre_priority << (0x4U - temp_pre); in nvic_irq_enable()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_misc.c65 void nvic_irq_enable(uint8_t nvic_irq, uint8_t nvic_irq_pre_priority, in nvic_irq_enable() argument
91 temp_priority = (uint32_t)nvic_irq_pre_priority << (0x4U - temp_pre); in nvic_irq_enable()
/hal_gigadevice-latest/gd32f403/standard_peripheral/source/
Dgd32f403_misc.c64 void nvic_irq_enable(uint8_t nvic_irq, uint8_t nvic_irq_pre_priority, in nvic_irq_enable() argument
90 temp_priority = (uint32_t)nvic_irq_pre_priority << (0x4U - temp_pre); in nvic_irq_enable()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_misc.c62 void nvic_irq_enable(uint8_t nvic_irq, uint8_t nvic_irq_pre_priority, in nvic_irq_enable() argument
88 temp_priority = (uint32_t)nvic_irq_pre_priority << (0x4U - temp_pre); in nvic_irq_enable()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_misc.h78 void nvic_irq_enable(uint8_t nvic_irq, uint8_t nvic_irq_pre_priority, uint8_t nvic_irq_sub_priority…
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_misc.h78 void nvic_irq_enable(uint8_t nvic_irq, uint8_t nvic_irq_pre_priority, uint8_t nvic_irq_sub_priority…
/hal_gigadevice-latest/gd32f403/standard_peripheral/include/
Dgd32f403_misc.h78 void nvic_irq_enable(uint8_t nvic_irq, uint8_t nvic_irq_pre_priority, uint8_t nvic_irq_sub_priority…
/hal_gigadevice-latest/gd32e10x/standard_peripheral/include/
Dgd32e10x_misc.h79 void nvic_irq_enable(uint8_t nvic_irq, uint8_t nvic_irq_pre_priority, uint8_t nvic_irq_sub_priority…
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_misc.h78 void nvic_irq_enable(uint8_t nvic_irq, uint8_t nvic_irq_pre_priority, uint8_t nvic_irq_sub_priority…
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_misc.h76 void nvic_irq_enable(uint8_t nvic_irq, uint8_t nvic_irq_pre_priority, uint8_t nvic_irq_sub_priority…