Home
last modified time | relevance | path

Searched refs:INIT_OBJ_RES (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/subsys/net/lib/lwm2m/
Dipso_filling_sensor.c182 INIT_OBJ_RES(CONTAINER_HEIGHT_FILLING_SENSOR_RID, res[index], i, in filling_sensor_create()
186 INIT_OBJ_RES(ACTUAL_FILL_PERCENTAGE_FILLING_SENSOR_RID, res[index], i, in filling_sensor_create()
193 INIT_OBJ_RES(HIGH_THRESHOLD_PERCENTAGE_FILLING_SENSOR_RID, res[index], in filling_sensor_create()
200 INIT_OBJ_RES(LOW_THRESHOLD_PERCENTAGE_FILLING_SENSOR_RID, res[index], i, in filling_sensor_create()
Dipso_timer.c318 INIT_OBJ_RES(REMAINING_TIME_RID, res[avail], i, res_inst[avail], j, 1, in timer_inst_create()
326 INIT_OBJ_RES(ON_OFF_RID, res[avail], i, res_inst[avail], j, 1, false, in timer_inst_create()
330 INIT_OBJ_RES(CUMULATIVE_TIME_RID, res[avail], i, res_inst[avail], j, 1, in timer_inst_create()
338 INIT_OBJ_RES(COUNTER_RID, res[avail], i, res_inst[avail], j, 1, false, in timer_inst_create()
Dipso_push_button.c150 INIT_OBJ_RES(DIGITAL_INPUT_STATE_RID, res[avail], i, res_inst[avail], in button_create()
Dipso_light_control.c163 INIT_OBJ_RES(ON_TIME_RID, res[avail], i, res_inst[avail], j, 1, false, in light_control_create()
Dipso_temp_sensor.c171 INIT_OBJ_RES(SENSOR_VALUE_RID, res[index], i, in temp_sensor_create()
Dipso_buzzer.c213 INIT_OBJ_RES(ON_OFF_RID, res[avail], i, res_inst[avail], j, 1, false, in buzzer_create()
Dipso_current_sensor.c177 INIT_OBJ_RES(SENSOR_VALUE_RID, res[index], i, res_inst[index], j, 1, in current_sensor_create()
Dipso_humidity_sensor.c170 INIT_OBJ_RES(SENSOR_VALUE_RID, res[index], i, res_inst[index], j, 1, in humidity_sensor_create()
Dipso_onoff_switch.c208 INIT_OBJ_RES(DIGITAL_INPUT_STATE_RID, res[avail], i, res_inst[avail], in switch_create()
Dipso_pressure_sensor.c171 INIT_OBJ_RES(SENSOR_VALUE_RID, res[index], i, res_inst[index], j, 1, in pressure_sensor_create()
Dipso_voltage_sensor.c178 INIT_OBJ_RES(SENSOR_VALUE_RID, res[index], i, res_inst[index], j, 1, in voltage_sensor_create()
Dipso_generic_sensor.c186 INIT_OBJ_RES(SENSOR_VALUE_RID, res[index], i, res_inst[index], j, 1, in generic_sensor_create()
Dlwm2m_obj_access_control.c412 INIT_OBJ_RES(ACCESS_CONTROL_ACL_ID, res[avail], i, res_inst[avail], j, MAX_SERVER_COUNT + 1, in ac_create()
Dlwm2m_object.h290 #define INIT_OBJ_RES(_id, _r_ptr, _r_idx, \ macro
330 INIT_OBJ_RES(_id, _r_ptr, _r_idx, \
Dlwm2m_obj_server.c370 INIT_OBJ_RES(SERVER_LIFETIME_ID, res[index], i, res_inst[index], j, in server_create()
Dlwm2m_obj_swmgmt.c745 INIT_OBJ_RES(SWMGMT_PACKAGE_URI_ID, res[index], res_idx, res_inst[index], res_inst_idx, 1, in swmgmt_create()