11 #ifndef HALL_PAL_WICED_HPP_ 12 #define HALL_PAL_WICED_HPP_ 14 #include "../../../config/hall-conf.hpp" 16 #if (HALL_SWITCH_FRAMEWORK == HALL_SWITCH_FRMWK_WICED) 19 #include "wiced_platform.h" 29 #define UNUSED_PIN (wiced_gpio_t)(WICED_GPIO_51 + 1) 31 wiced_gpio_config_t config; 36 wiced_gpio_config_t config,
HallSwitch::Error_t init()
Initializes the WICED GPIO.
Definition: hall-pal-wiced.cpp:49
HallSwitch::Error_t disable()
Disables the WICED output according to the GPIO logic.
Definition: hall-pal-wiced.cpp:197
HallSwitch::Error_t enable()
Enables the WICED output according to the GPIO logic.
Definition: hall-pal-wiced.cpp:172
Hall Switch GPIO Platform Abstraction Layer.
Error_t
Definition: hall-switch.hpp:30
Definition: hall-pal-wiced.hpp:26
HallSwitch::Error_t disableInt()
Disables the WICED GPIO interrupt.
Definition: hall-pal-wiced.cpp:95
VLevel_t read()
Reads the WICED GPIO voltage level.
Definition: hall-pal-wiced.cpp:134
IntEvent_t intEvent()
Gets the latest WICED interrupt event.
Definition: hall-pal-wiced.cpp:111
HallSwitch::Error_t deinit()
Initializes the WICED GPIO.
Definition: hall-pal-wiced.cpp:64
VLevel_t
Definition: hall-pal-gpio.hpp:39
HallSwitch::Error_t enableInt(HallSwitch *ptr)
Enables the WICED GPIO interrupt.
Definition: hall-pal-wiced.cpp:79
Definition: hall-switch.hpp:22
~GPIOWiced()
GPIO WICED destructor.
Definition: hall-pal-wiced.cpp:37
GPIOWiced()
GPIO WICED default constructor.
Definition: hall-pal-wiced.cpp:28
VLogic_t
Definition: hall-pal-gpio.hpp:50
HallSwitch::Error_t write(VLevel_t level)
Writes the WICED GPIO output voltage level.
Definition: hall-pal-wiced.cpp:146
IntEvent_t
Definition: hall-pal-gpio.hpp:28
Definition: hall-pal-gpio.hpp:20