Trident IoT Z-Wave SDK
Loading...
Searching...
No Matches
cc_multi_channel_config_api.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2023 Silicon Laboratories Inc. <https://www.silabs.com/>
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 *
6 */
7
14#ifndef CC_MULTI_CHANNEL_CONFIG_API_H_
15#define CC_MULTI_CHANNEL_CONFIG_API_H_
16
17#include <stdbool.h>
18#include <stdint.h>
19
26
27typedef struct {
28 uint8_t generic_type;
30}
32
34
36
38
43
44#endif /* CC_MULTI_CHANNEL_CONFIG_API_H_ */
cc_multi_channel_config_t const * cc_multi_channel_get_config_endpoint(uint8_t endpoint)
cc_multi_channel_config_t const * cc_multi_channel_get_config(void)
bool cc_multi_channel_are_endpoints_identical(void)
Definition cc_multi_channel_config_api.h:27
uint8_t specific_type
Definition cc_multi_channel_config_api.h:29
uint8_t generic_type
Definition cc_multi_channel_config_api.h:28