#include <stdint.h>
Go to the source code of this file.
Functions | |
void | app_hw_init (void) |
void | app_hw_deep_sleep_wakeup_handler (void) |
void | zwsdk_app_hw_init (void) |
Platform abstraction for Z-Wave Applications
void app_hw_deep_sleep_wakeup_handler | ( | void | ) |
Deep sleep wakeup handler. Called after application wakes up from deep sleep.
|
extern |
SPDX-License-Identifier: LicenseRef-TridentMSLA SPDX-FileCopyrightText: 2025 Trident IoT, LLC https://www.tridentiot.com
Initialize hardware modules specific to a given z-wave application.
void zwsdk_app_hw_init | ( | void | ) |
This function initializes any HW component that must be ready before the Z-Wave stack starts up.