Home
last modified time | relevance | path

Searched refs:PVT_HISTORY_LEN (Results 1 – 4 of 4) sorted by relevance

/SCP-firmware-master/product/morello/module/morello_sensor/src/
A Dmod_morello_sensor.c78 if (t_dev_ctx->buf_index == PVT_HISTORY_LEN) { in morello_sensor_timer_callback()
97 if (v_dev_ctx->buf_index == PVT_HISTORY_LEN) { in morello_sensor_timer_callback()
135 [t_dev_ctx->buf_index == 0 ? PVT_HISTORY_LEN - 1 : in get_value()
145 [v_dev_ctx->buf_index == 0 ? PVT_HISTORY_LEN - 1 : in get_value()
209 fwk_mm_calloc(PVT_HISTORY_LEN, sizeof(int32_t)); in morello_sensor_element_init()
220 fwk_mm_calloc(PVT_HISTORY_LEN, sizeof(int32_t)); in morello_sensor_element_init()
/SCP-firmware-master/product/n1sdp/module/n1sdp_sensor/src/
A Dmod_n1sdp_sensor.c61 if (t_dev_ctx->buf_index == PVT_HISTORY_LEN) { in n1sdp_sensor_timer_callback()
78 if (v_dev_ctx->buf_index == PVT_HISTORY_LEN) { in n1sdp_sensor_timer_callback()
116 [t_dev_ctx->buf_index == 0 ? PVT_HISTORY_LEN - 1 : in get_value()
125 [v_dev_ctx->buf_index == 0 ? PVT_HISTORY_LEN - 1 : in get_value()
234 fwk_mm_calloc(PVT_HISTORY_LEN, sizeof(int32_t)); in n1sdp_sensor_element_init()
251 fwk_mm_calloc(PVT_HISTORY_LEN, sizeof(int32_t)); in n1sdp_sensor_element_init()
A Dmod_n1sdp_sensor_driver.h13 #define PVT_HISTORY_LEN 64 macro
/SCP-firmware-master/product/morello/module/morello_sensor/include/
A Dmod_morello_sensor.h32 #define PVT_HISTORY_LEN 64 macro

Completed in 7 milliseconds