Home
last modified time | relevance | path

Searched refs:RESOURCE_INSTANCE_COUNT (Results 1 – 25 of 26) sorted by relevance

12

/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_obj_event_log.c37 #define RESOURCE_INSTANCE_COUNT (EVENT_LOG_MAX_ID - 2) macro
57 static struct lwm2m_engine_res_inst res_inst[RESOURCE_INSTANCE_COUNT];
Dlwm2m_obj_location.c38 #define RESOURCE_INSTANCE_COUNT (LOCATION_MAX_ID) macro
58 static struct lwm2m_engine_res_inst res_inst[RESOURCE_INSTANCE_COUNT];
Dlwm2m_obj_portfolio.c46 #define RESOURCE_INSTANCE_COUNT (PORTFOLIO_MAX_ID - 3 + \ macro
61 static struct lwm2m_engine_res_inst res_inst[MAX_INSTANCE_COUNT][RESOURCE_INSTANCE_COUNT];
Dlwm2m_obj_binaryappdata.c41 #define RESOURCE_INSTANCE_COUNT (BINARYAPPDATA_MAX_ID - (0) + BINARYAPPDATA_DATA_INSTANCE_MAX) macro
55 static struct lwm2m_engine_res_inst res_inst[MAX_INSTANCE_COUNT][RESOURCE_INSTANCE_COUNT];
Dlwm2m_obj_security.c71 #define RESOURCE_INSTANCE_COUNT (SECURITY_MAX_ID - 1 + DTLS_TLS_CIPHERSUITE_MAX) macro
73 #define RESOURCE_INSTANCE_COUNT (SECURITY_MAX_ID) macro
112 res_inst[MAX_INSTANCE_COUNT][RESOURCE_INSTANCE_COUNT];
Dipso_accelerometer.c41 #define RESOURCE_INSTANCE_COUNT (ACCEL_MAX_ID) macro
74 res_inst[MAX_INSTANCE_COUNT][RESOURCE_INSTANCE_COUNT];
Dipso_push_button.c41 #define RESOURCE_INSTANCE_COUNT (BUTTON_MAX_ID) macro
67 res_inst[MAX_INSTANCE_COUNT][RESOURCE_INSTANCE_COUNT];
Ducifi_battery.c34 #define RESOURCE_INSTANCE_COUNT (BATTERY_MAX_ID) macro
58 static struct lwm2m_engine_res_inst res_inst[MAX_INSTANCE_COUNT][RESOURCE_INSTANCE_COUNT];
Dlwm2m_obj_connmon.c87 #define RESOURCE_INSTANCE_COUNT (CONNMON_MAX_ID - 4 + \ macro
137 static struct lwm2m_engine_res_inst res_inst[RESOURCE_INSTANCE_COUNT];
Dlwm2m_obj_gateway.c43 #define RESOURCE_INSTANCE_COUNT (GATEWAY_MAX_ID - 1) macro
61 static struct lwm2m_engine_res_inst res_inst[MAX_INSTANCE_COUNT][RESOURCE_INSTANCE_COUNT];
Dipso_light_control.c41 #define RESOURCE_INSTANCE_COUNT (LIGHT_MAX_ID) macro
68 res_inst[MAX_INSTANCE_COUNT][RESOURCE_INSTANCE_COUNT];
Dipso_temp_sensor.c46 #define RESOURCE_INSTANCE_COUNT (TEMP_MAX_ID - 1) macro
77 res_inst[MAX_INSTANCE_COUNT][RESOURCE_INSTANCE_COUNT];
Dipso_buzzer.c42 #define RESOURCE_INSTANCE_COUNT (BUZZER_MAX_ID) macro
82 res_inst[MAX_INSTANCE_COUNT][RESOURCE_INSTANCE_COUNT];
Dipso_current_sensor.c47 #define RESOURCE_INSTANCE_COUNT (NUMBER_OF_OBJ_FIELDS - 1) macro
81 [RESOURCE_INSTANCE_COUNT];
Dipso_humidity_sensor.c45 #define RESOURCE_INSTANCE_COUNT (NUMBER_OF_OBJ_FIELDS - 1) macro
76 [RESOURCE_INSTANCE_COUNT];
Dipso_onoff_switch.c41 #define RESOURCE_INSTANCE_COUNT (SWITCH_MAX_ID) macro
72 res_inst[MAX_INSTANCE_COUNT][RESOURCE_INSTANCE_COUNT];
Dipso_pressure_sensor.c45 #define RESOURCE_INSTANCE_COUNT (NUMBER_OF_OBJ_FIELDS - 1) macro
77 [RESOURCE_INSTANCE_COUNT];
Dipso_voltage_sensor.c48 #define RESOURCE_INSTANCE_COUNT (NUMBER_OF_OBJ_FIELDS - 1) macro
82 [RESOURCE_INSTANCE_COUNT];
Dipso_generic_sensor.c56 #define RESOURCE_INSTANCE_COUNT (NUMBER_OF_OBJ_FIELDS - 1) macro
90 [RESOURCE_INSTANCE_COUNT];
Ducifi_lpwan.c56 #define RESOURCE_INSTANCE_COUNT \ macro
91 static struct lwm2m_engine_res_inst res_inst[MAX_INSTANCE_COUNT][RESOURCE_INSTANCE_COUNT];
Dipso_filling_sensor.c40 #define RESOURCE_INSTANCE_COUNT (NUMBER_OF_OBJ_FIELDS - 1) macro
81 [RESOURCE_INSTANCE_COUNT];
Dipso_timer.c37 #define RESOURCE_INSTANCE_COUNT (TIMER_MAX_ID - 1) macro
86 res_inst[MAX_INSTANCE_COUNT][RESOURCE_INSTANCE_COUNT];
Dlwm2m_obj_device.c89 #define RESOURCE_INSTANCE_COUNT (DEVICE_MAX_ID - 3 - 5 + \ macro
129 static struct lwm2m_engine_res_inst res_inst[RESOURCE_INSTANCE_COUNT];
Dlwm2m_obj_firmware.c54 #define RESOURCE_INSTANCE_COUNT (FIRMWARE_MAX_ID - 1) macro
78 static struct lwm2m_engine_res_inst res_inst[MAX_INSTANCE_COUNT][RESOURCE_INSTANCE_COUNT];
Dlwm2m_obj_server.c44 #define RESOURCE_INSTANCE_COUNT (SERVER_MAX_ID - 2) macro
95 res_inst[MAX_INSTANCE_COUNT][RESOURCE_INSTANCE_COUNT];

12