]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/blob - rpp/include/hal/port_spi.h
ad56907082f8a6bfd0d3e03f1ad36be901ec5046
[pes-rpp/rpp-lib.git] / rpp / include / hal / port_spi.h
1 /**
2  *
3  * @file port_spi.h
4  *
5  * @copyright Copyright (C) 2012-2013 Czech Technical University in Prague
6  *
7  * @author Michal Horn <hornmich@fel.cvut.cz>
8  */
9
10 #ifndef PORT_SPI_H_
11 #define PORT_SPI_H_
12
13 //#include "sys_common.h"
14 #include "hal/hal.h"
15
16 uint32_t hal_spi_port_transfer_command(uint32_t *config, uint32_t num_bytes, const uint32_t *commands);
17
18
19 #endif /* PORT_SPI_H_ */