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) |
This module provides output printing facilities.
Definition in file avrerror.c.
|
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(). |
|
Print a warning message to stderr. Definition at line 46 of file avrerror.c. Referenced by avr_core_add_ext_rd_wr(), display_open(), display_send_msg(), flash_load_from_file(), mem_read(), mem_write(), signal_has_occurred(), signal_watch_start(), and signal_watch_stop(). |
|
Print an error message to stderr and terminate program. Definition at line 50 of file avrerror.c. Referenced by adc_construct(), adc_intr_construct(), avr_core_construct(), avr_malloc(), avr_malloc0(), avr_realloc(), avr_strdup(), class_construct(), class_overload_destroy(), class_ref(), class_unref(), dev_supp_create_core(), display_eeprom(), display_flash(), display_send_msg(), display_sram(), dlist_delete(), dlist_iterator(), dlist_lookup(), flash_construct(), gdb_interact(), get_program_time(), hwstack_construct(), mem_attach(), mem_construct(), memstack_construct(), ocreg16_construct(), port_construct(), porta_construct(), portb_construct(), portc_construct(), portd_construct(), porte_construct(), portf_construct(), spi_construct(), spi_intr_construct(), stack_construct(), timer0_construct(), timer16_construct(), timer_intr_construct(), uart0_construct(), uart0_intr_construct(), usb_construct(), usb_intr_construct(), and vdev_construct(). |