Home
last modified time | relevance | path

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

/Zephyr-latest/samples/subsys/smf/smf_calculator/src/
Dsmf_calculator_thread.h38 int post_calculator_event(struct calculator_event *event, k_timeout_t timeout);
Dsmf_console_cmds.c38 int rc = post_calculator_event(&event, K_FOREVER); in cmd_smf_key()
Dmain.c105 rc = post_calculator_event(&buttons[id].event, K_FOREVER); in lv_btn_matrix_click_callback()
Dsmf_calculator_thread.c664 int post_calculator_event(struct calculator_event *event, k_timeout_t timeout) in post_calculator_event() function