The xil_exception.h file, available in the <install-directory>/src/microblaze folder, contains Microblaze specific exception related APIs and macros.
Application programs can use these APIs for various exception related operations. For example, enable exception, disable exception, register exception hander.
Note: To use exception related functions, xil_exception.h must be added in source code
Type | Name | Arguments |
---|---|---|
void | Xil_ExceptionNullHandler |
|
void | Xil_ExceptionInit |
|
void | Xil_ExceptionEnable |
|
void | Xil_ExceptionDisable |
|
void | Xil_ExceptionRegisterHandler |
|
void | Xil_ExceptionRemoveHandler |
|