Kestrel Interface
Loading...
Searching...
No Matches
kest_state.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  kest_state

Functions

int kest_cxt_clone_state (kest_context *cxt, kest_state *state)
int kest_cxt_restore_state (kest_context *cxt, kest_state *state)
int kest_cxt_enter_previous_current_page (kest_context *cxt, kest_state *state)
int kest_init_state (kest_state *state)

Function Documentation

◆ kest_cxt_clone_state()

int kest_cxt_clone_state ( kest_context * cxt,
kest_state * state )

Definition at line 13 of file kest_state.c.

Referenced by kest_state_representation_update().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ kest_cxt_enter_previous_current_page()

int kest_cxt_enter_previous_current_page ( kest_context * cxt,
kest_state * state )

Definition at line 120 of file kest_state.c.

Referenced by app_main().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ kest_cxt_restore_state()

int kest_cxt_restore_state ( kest_context * cxt,
kest_state * state )

Definition at line 94 of file kest_state.c.

Referenced by app_main(), and main_task().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ kest_init_state()

int kest_init_state ( kest_state * state)