Z-Wave Protocol Controller Reference
zwave_rx_fixt.c File Reference
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include "sl_status.h"
#include "zpc_config.h"
#include "uic_main_externals.h"
#include "zwave_api.h"
#include "zwave_rx.h"
#include "zwave_rx_internals.h"
#include "zwave_rx_process.h"
Include dependency graph for zwave_rx_fixt.c:

Macros

#define ZWAVE_RX_FIXT_DEFAULT_RF_REGION   ZWAVE_RF_REGION_EU
 

Functions

static uint8_t zwave_rx_zpc_config_to_rf_region (const char *region_string)
 
sl_status_t zwave_rx_fixt_setup (void)
 
int zwave_rx_fixt_teardown ()
 

Macro Definition Documentation

◆ ZWAVE_RX_FIXT_DEFAULT_RF_REGION

#define ZWAVE_RX_FIXT_DEFAULT_RF_REGION   ZWAVE_RF_REGION_EU

Function Documentation

◆ zwave_rx_zpc_config_to_rf_region()

static uint8_t zwave_rx_zpc_config_to_rf_region ( const char *  region_string)
static

Convert the configuration string representation of the RF region to the matching value in zwave_rf_region_t

Here is the caller graph for this function: