Go to the source code of this file.
Defines | |
#define | avr_message(fmt, args...) private_avr_message(__FILE__, __LINE__, fmt, ## args) |
#define | avr_warning(fmt, args...) private_avr_warning(__FILE__, __LINE__, fmt, ## args) |
#define | avr_error(fmt, args...) private_avr_error(__FILE__, __LINE__, fmt, ## args) |
Functions for printing messages, warnings and errors.
This module provides output printing facilities.
Definition in file avrerror.c.
#define avr_message | ( | fmt, | |
args... | |||
) | private_avr_message(__FILE__, __LINE__, fmt, ## args) |
Print an ordinary message to stdout.
Definition at line 42 of file avrerror.c.
Referenced by avr_core_irq_raise(), avr_core_run(), and decode_init_lookup_table().
#define avr_warning | ( | fmt, | |
args... | |||
) | private_avr_warning(__FILE__, __LINE__, fmt, ## args) |
Print a warning message to stderr.
Definition at line 46 of file avrerror.c.
Referenced by avr_core_add_ext_rd_wr(), vdev_def_AddAddr(), vdev_add_addr(), display_open(), display_send_msg(), flash_load_from_file(), mem_read(), mem_write(), signal_watch_start(), signal_watch_stop(), and signal_has_occurred().
#define avr_error | ( | fmt, | |
args... | |||
) | private_avr_error(__FILE__, __LINE__, fmt, ## args) |
Print an error message to stderr and terminate program.
Definition at line 50 of file avrerror.c.
Referenced by adc_intr_construct(), adc_create(), adc_construct(), class_construct(), class_overload_destroy(), class_ref(), class_unref(), avr_malloc(), avr_malloc0(), avr_realloc(), avr_strdup(), vdev_construct(), display_send_msg(), display_flash(), display_sram(), display_eeprom(), flash_construct(), gdb_interact(), mem_construct(), mem_attach(), mem_get_vdevice_by_name(), spi_intr_construct(), spi_construct(), stack_construct(), hwstack_construct(), memstack_construct(), timer_int_create(), timer_intr_construct(), timer0_construct(), timer16_create(), timer16_construct(), ocreg16_create(), ocreg16_construct(), uart_int_create(), uart_intr_construct(), uart_construct(), usbi_create(), usb_intr_construct(), usb_construct(), get_program_time(), dlist_delete(), dlist_lookup(), and dlist_iterator().