Zigbee Protocol Controller 1.6.0
uic_component_fixtures_internal.h
Go to the documentation of this file.
1/* # License
2 * <b>Copyright 2021 Silicon Laboratories Inc. www.silabs.com</b>
3 *
4 * The licensor of this software is Silicon Laboratories Inc. Your use of this
5 * software is governed by the terms of Silicon Labs Master Software License
6 * Agreement (MSLA) available at
7 * www.silabs.com/about-us/legal/master-software-license-agreement. This
8 * software is distributed to you in Source Code format and is governed by the
9 * sections of the MSLA applicable to Source Code.
10 */
11
12#ifndef UIC_COMPONENT_FIXTURES_INTERNAL_H
13#define UIC_COMPONENT_FIXTURES_INTERNAL_H
14
15#include <stdbool.h>
16
18#include "uic_main.h"
19
31
33
40
47int uic_fixt_shutdown_loop(const uic_fixt_shutdown_step_t *fixt_app_shutdown);
48#endif
int uic_fixt_shutdown_loop(const uic_fixt_shutdown_step_t *fixt_app_shutdown)
Definition: uic_component_fixtures.c:82
sl_status_t uic_fixt_setup_loop(const uic_fixt_setup_step_t *fixt_app_setup)
Definition: uic_component_fixtures.c:56
uic_fixt_setup_step_t * uic_fixt_setup_steps
Definition: uic_component_fixtures_array.c:56
uic_fixt_shutdown_step_t * uic_fixt_shutdown_steps
Definition: uic_component_fixtures_array.c:63
uint32_t sl_status_t
Definition: sl_status.h:139
Definition: uic_main.h:44
Definition: uic_main.h:60