Searched refs:ack_exception (Results 1 – 2 of 2) sorted by relevance
28 ack_exception(EXCEPT_TYPE_NXF); in rt_trap_init()29 ack_exception(EXCEPT_TYPE_EXC); in rt_trap_init()30 ack_exception(EXCEPT_TYPE_IXF); in rt_trap_init()31 ack_exception(EXCEPT_TYPE_SXF); in rt_trap_init()138 ack_exception(EXCEPT_TYPE_IXF); in process_iexcept()319 ack_exception(EXCEPT_TYPE_EXC); in process_eexcept()337 ack_exception(EXCEPT_TYPE_NXF); /* clear exception */ in rt_hw_process_exception()357 ack_exception(type_num); in rt_hw_process_exception()360 ack_exception(type_num); in rt_hw_process_exception()
21 #define ack_exception(type) ECR = 1ul << (type) macro
Completed in 3 milliseconds