1#ifndef KEST_SETTINGS_H_
2#define KEST_SETTINGS_H_
20#ifdef KEST_USE_FREERTOS
21extern SemaphoreHandle_t state_mutex;
24#ifdef KEST_ENABLE_REPRESENTATIONS
void kest_state_representation_update(void *representer, void *representee)
int kest_cxt_clone_state(kest_context *cxt, kest_state *state)
int kest_cxt_restore_state(kest_context *cxt, kest_state *state)
int kest_init_state(kest_state *state)
int kest_cxt_enter_previous_current_page(kest_context *cxt, kest_state *state)
kest_page_identifier current_page
char active_profile_fname[32]
char active_sequence_fname[32]