]> rtime.felk.cvut.cz Git - pes-rpp/rpp-test-sw.git/blob - rpp/lib/rpp/include/hal/port_gpio.h
Yet another place to fix
[pes-rpp/rpp-test-sw.git] / rpp / lib / rpp / include / hal / port_gpio.h
1 /*
2  * port_gpio.h
3  *
4  *  Created on: 26.11.2012
5  *      Author: michal
6  */
7
8 #ifndef PORT_GPIO_H_
9 #define PORT_GPIO_H_
10
11 //#include "sys_common.h"
12 #include "hal/hal.h"
13
14 uint32_t hal_gio_port_get_val(uint32_t* config, uint32_t num_val, uint32_t* values);
15 uint32_t hal_gio_port_set_val(uint32_t* config, uint32_t num_val, const uint32_t* values);
16
17 #endif /* PORT_GPIO_H_ */