Zigbee Protocol Controller 1.6.0
uic_component_fixtures.c File Reference
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include "sl_log.h"
#include "uic_component_fixtures.h"
#include "uic_component_fixtures_internal.h"

Macros

#define LOG_TAG   "uic_component_fixtures"
 

Functions

static sl_status_t uic_fixt_setup_loop_list (const uic_fixt_setup_step_t *fixt_list)
 
sl_status_t uic_fixt_setup_loop (const uic_fixt_setup_step_t *fixt_app_setup)
 
static int uic_fixt_shutdown_loop_helper (const uic_fixt_shutdown_step_t *fixt_list)
 
int uic_fixt_shutdown_loop (const uic_fixt_shutdown_step_t *fixt_app_shutdown)
 

Macro Definition Documentation

◆ LOG_TAG

#define LOG_TAG   "uic_component_fixtures"

Function Documentation

◆ uic_fixt_setup_loop_list()

static sl_status_t uic_fixt_setup_loop_list ( const uic_fixt_setup_step_t fixt_list)
static

◆ uic_fixt_shutdown_loop_helper()

static int uic_fixt_shutdown_loop_helper ( const uic_fixt_shutdown_step_t fixt_list)
static