Unit tests for External Bus Interface driver with SDRAM.
Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.
#include <stdint.h>
#include <stdbool.h>
#include <asf.h>
#include <string.h>
#include <sleepmgr.h>
#include <conf_test.h>
Functions | |
int | main (void) |
Run EBI driver unit tests. More... | |
Variables | |
static struct ebi_test_params | params |
Test setup. More... | |
int main | ( | void | ) |
Run EBI driver unit tests.
References usart_rs232_options::baudrate, board_init(), DEFINE_TEST_ARRAY, DEFINE_TEST_CASE, DEFINE_TEST_SUITE, run_address_bus_test(), run_data_bus_test(), run_data_integrity_test(), sleepmgr_init(), stdio_serial_init(), sysclk_init(), test_set_data(), test_suite_run(), and usart_serial_options.
|
static |
Test setup.
Referenced by run_address_bus_test(), run_data_bus_test(), and run_data_integrity_test().