I have added controller number and SPI module in atmel studio 7.After adding ,in preview code section i found APIs for SPI_init(),SPI_read(),SPI_write() for SPI module. Is that APIs are general for all controller or only specific to the controller which i have added?
i choosed SPI aynchronous slave driver .So the generated APIs are,
_spi_s_async_init(),
_spi_s_async_enable(),
_spi_s_async_set_data_order()
io_read(),
io_write().
could anyone help me on this?