Select one of the symbols to view example projects that use it.
 
Outline
#include "modbus_params.h"
holding_reg_params
input_reg_params
coil_reg_params
discrete_reg_params
Files
loading...
SourceVuESP-IDF Framework and ExamplesESP-IDFexamples/protocols/modbus/mb_example_common/modbus_params.c
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/* * SPDX-FileCopyrightText: 2016-2021 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 *//* ... */ /*===================================================================================== * Description: * C file to define parameter storage instances *====================================================================================*//* ... */ #include "modbus_params.h" // Here are the user defined instances for device parameters packed by 1 byte // These are keep the values that can be accessed from Modbus master holding_reg_params_t holding_reg_params = { 0 }; input_reg_params_t input_reg_params = { 0 }; coil_reg_params_t coil_reg_params = { 0 }; discrete_reg_params_t discrete_reg_params = { 0 };
Details
Show:
from
Types: Columns:
This file uses the notable symbols shown below. Click anywhere in the file to view more details.