Trident IoT Z-Wave SDK
Loading...
Searching...
No Matches
CC_Configuration_interface_mock.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2020 Silicon Laboratories Inc. <https://www.silabs.com/>
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6#ifndef CONFIGURATION_INTERFACE_H
7#define CONFIGURATION_INTERFACE_H
8// -----------------------------------------------------------------------------
9// Includes
10// -----------------------------------------------------------------------------
11#include <stddef.h>
12#include <stdbool.h>
13// -----------------------------------------------------------------------------
14// Macros and Typedefs
15// -----------------------------------------------------------------------------
21// -----------------------------------------------------------------------------
22// Global Variables
23// -----------------------------------------------------------------------------
24
25// -----------------------------------------------------------------------------
26// Public Function Declarations
27// -----------------------------------------------------------------------------
28
31
34
35void
37
38void
40
41#endif // CONFIGURATION_INTERFACE_H
configuration_index
Definition CC_Configuration_interface_mock.h:16
@ configuration_index_dummy_limit_0
Definition CC_Configuration_interface_mock.h:17
@ configuration_index_dummy_limit_1
Definition CC_Configuration_interface_mock.h:18
@ configuration_index_count
Definition CC_Configuration_interface_mock.h:19
void configuration_mock_empty_fake_files(void)
void cc_configuration_fill_fake_files_with_dummy_data(void)
cc_configuration_io_interface_t const * configuration_get_interface_reference(void)
cc_configuration_t const * configuration_get_default_config_table(void)
Definition CC_Configuration.h:118
Definition CC_Configuration.h:109