85 VX_ZONE_REFERENCE = 7,
94 VX_ZONE_PARAMETER = 14,
105 #define VX_PRINT(zone, message, ...) do { tivx_print(((vx_enum)zone), "[%s:%u] "message, __FUNCTION__, __LINE__, ## __VA_ARGS__); } while (1 == 0)
vx_bool tivx_get_debug_zone(vx_enum zone)
Returns true or false if the zone bit is set or cleared.
void tivx_print(vx_enum zone, const char *format,...)
Internal Printing Function.
tivx_debug_zone_e
These are the bit flags for debugging.
void tivx_set_debug_zone(vx_enum zone)
Sets a zone bit in the debug mask.
void tivx_clr_debug_zone(vx_enum zone)
Clears the zone bit in the mask.