Vector Table EXT Exported Functions
- group HAL_VectorTable_Exported_Functions
-
Functions
-
bool RamVectorTableUpdate(VECTORn_Type v_num, IRQ_Fun isr_handler)
-
Update vector table in Ram.
Note
Update ISR execution function.
- Parameters:
v_num -- Vector number in VECTORn_Type.
isr_handler -- ISR execution function. See IRQ_Fun.
- Return values:
true -- Success.
false -- Fail.
-
bool RamVectorTableUpdate(VECTORn_Type v_num, IRQ_Fun isr_handler)