comparison src/cs/services/fcbm/fcbm_func_i.h @ 230:baa738eeb842

FCBM code implemented in first pass
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 01 May 2021 10:05:53 +0000
parents
children 35474f3a1782
comparison
equal deleted inserted replaced
229:7ec0ae23ce76 230:baa738eeb842
1 /*
2 * Declarations of internal functions live here.
3 */
4
5 #ifndef __FCBM_FUNC_I
6 #define __FCBM_FUNC_I
7
8 #include "rv/rv_general.h"
9 #include "kpd/kpd_api.h"
10
11 T_RV_RET fcbm_subscribe_kpd(void);
12 T_RV_RET fcbm_unsubscribe_kpd(void);
13 void fcbm_setup_long_pwon(void);
14
15 void fcbm_process_message(T_RV_HDR *msg_ptr);
16 void fcbm_process_msg_chg_mode(void);
17 void fcbm_process_msg_phone_on(void);
18
19 void fcbm_chg_periodic_timer(void);
20 void fcbm_display_off_timer(void);
21
22 void fcbm_process_kpd_msg(T_KPD_KEY_EVENT_MSG *msg);
23
24 #endif /* include guard */