|
Z-Wave Protocol Controller 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"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 () |
| #define ZWAVE_RX_FIXT_DEFAULT_RF_REGION ZWAVE_RF_REGION_EU |
|
static |
Convert the configuration string representation of the RF region to the matching value in zwave_rf_region_t