Home
last modified time | relevance | path

Searched refs:v_config (Results 1 – 2 of 2) sorted by relevance

/SCP-firmware-master/product/n1sdp/module/n1sdp_sensor/src/
A Dmod_n1sdp_sensor.c140 const struct mod_n1sdp_volt_sensor_config *v_config; in get_info() local
154 v_config = fwk_module_get_data(element_id); in get_info()
155 return_info = v_config->info; in get_info()
215 struct mod_n1sdp_volt_sensor_config *v_config; in n1sdp_sensor_element_init() local
241 v_config = (struct mod_n1sdp_volt_sensor_config *)data; in n1sdp_sensor_element_init()
248 v_dev_ctx->config = v_config; in n1sdp_sensor_element_init()
/SCP-firmware-master/product/morello/module/morello_sensor/src/
A Dmod_morello_sensor.c193 struct mod_morello_volt_sensor_config *v_config; in morello_sensor_element_init() local
213 v_config = (struct mod_morello_volt_sensor_config *)data; in morello_sensor_element_init()
217 v_dev_ctx->config = v_config; in morello_sensor_element_init()

Completed in 3 milliseconds