Wirepas SDK
|
Go to the source code of this file.
Functions | |
void | UartWakeup_enable (gpio_in_event_cb_f cb) |
Enable wake-up functionality. More... | |
void | UartWakeup_disable (void) |
Disable wake-up functionality. More... | |
void UartWakeup_disable | ( | void | ) |
Disable wake-up functionality.
void UartWakeup_enable | ( | gpio_in_event_cb_f | cb | ) |
Enable wake-up functionality.
cb | Callback that is invoked on GPIO edge transition |