You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
632 B
13 lines
632 B
#ifndef IMG_DEBUG_UTILITY_H |
|
#define IMG_DEBUG_UTILITY_H |
|
#include "datatype.h" |
|
|
|
//uint32 amba_ik_set_debug_status_by_id(uint32 id, uint8 enable_func_name, uint8 enable_func_param, uint8 enable_record); |
|
//void amba_ik_register_filter_log(uint32 (*func)(void *data, size_t size, uint32 context_id)); |
|
uint32 ik_set_diag_case_id(uint32 context_id, uint8 diag_case_id); |
|
uint32 ik_set_debug_level(uint32 debug_level); |
|
uint32 ik_set_warp_debug_level(uint32 debug_level); |
|
uint32 ik_set_static_bpc_highlight(uint32 context_id, uint32 high_light_mode); |
|
uint32 ik_get_static_bpc_highlight(uint32 context_id, uint32 *p_high_light_mode); |
|
|
|
#endif
|
|
|