interface: unuse the enum types defined in the interface 71/159971/4
authorSegwon <segwon.han@samsung.com>
Tue, 14 Nov 2017 03:55:52 +0000 (12:55 +0900)
committerSegwon <segwon.han@samsung.com>
Tue, 14 Nov 2017 08:20:38 +0000 (17:20 +0900)
commit625deea325617c6597ccbd4221b7c8db519a0203
tree7a03201bbd9c2a10f852586c3f28c17af490633c
parent51613a796376575bd56788548453136486d7c1c5
interface: unuse the enum types defined in the interface

 - replace with enum types provided by the API
 - remove enum list
    1) gpio_direction_e
    2) gpio_edge_e
    3) pwm_polarity_e
    4) uart_baud_rate_e
    5) uart_byte_size_e
    6) uart_parity_e
    7) uart_stop_bits_e

Change-Id: Id70350fabf29b18c7b440be8bbfdd4b99ed3b98d
Signed-off-by: Segwon <segwon.han@samsung.com>
include/interface/peripheral_interface_gpio.h
include/interface/peripheral_interface_pwm.h
include/interface/peripheral_interface_spi.h
include/interface/peripheral_interface_uart.h
src/interface/peripheral_interface_gpio.c
src/interface/peripheral_interface_pwm.c
src/interface/peripheral_interface_spi.c
src/interface/peripheral_interface_uart.c