Go to the source code of this file.
Functions | |
void | dev_supp_list_devices (FILE *fp) |
AvrCore * | dev_supp_create_core (char *dev_name) |
This module is used to define the attributes for each device in the AVR family. A generic constructor is used to create a new AvrCore object with the proper ports, built-in peripherals, memory layout, registers, and interrupt vectors, etc.
Definition in file devsupp.c.
|
Print a list of supported devices to a file pointer. |
|
Creates a new core. This constructs an AVR CPU with the characteristics of the device passed in as dev_name. It is sort of the master constructor for a core.
References adc_intr_new(), adc_new(), avr_core_attach_vdev(), avr_core_new(), avr_error, ocreg16_new(), porta_new(), portb_new(), portc_new(), portd_new(), porte_new(), portf_new(), spi_intr_new(), spi_new(), timer0_new(), timer16_new(), timer_intr_new(), uart0_intr_new(), uart_new(), usb_intr_new(), and usb_new(). |