48 #define CS_TESTPROGRAM_VERSION_TEMPSENS_THRESHOLD 18
57 #if (dg_configUSE_SYS_TCS == 1)
63 void sys_tcs_get_trim_values_from_cs(
void);
69 __RETAINED_CODE sys_tcs_attr_t* sys_tcs_get_tcs_attributes_ptr(
void);
76 __RETAINED_CODE uint32_t* sys_tcs_get_tcs_data_ptr(
void);
85 uint8_t sys_tcs_get_size(SYS_TCS_GID gid);
94 SYS_TCS_TYPE sys_tcs_get_value_type(SYS_TCS_GID gid);
106 void sys_tcs_get_custom_values(SYS_TCS_GID gid, uint32_t **values, uint8_t *size);
117 void sys_tcs_apply_custom_values(SYS_TCS_GID gid, sys_tcs_custom_values_cb cb,
void *user_data);
128 void sys_tcs_get_reg_pairs(SYS_TCS_GID gid, uint32_t **values, uint8_t *size);
135 __RETAINED_CODE
void sys_tcs_apply_reg_pairs(SYS_TCS_GID gid);
148 void sys_tcs_custom_values_system_cb (SYS_TCS_GID gid,
void *user_data,
const uint32_t *val, uint8_t len);