Airoha M0 BLE API  1.0.5.4
Ab_MMITimer.h
1 /******************************************************************************
2 Copyright (c) Airoha 2016 - All rights reserved
3 
4 FILE NAME
5  Ab_MMITimer.h
6 DESCRIPTION
7 NOTES
8 ********************************************************************************/
9 #ifndef __AB_MMI_TIMER_HH
10 #define __AB_MMI_TIMER_HH
11 
12 #include <stdint.h>
13 #include <stdbool.h>
14 
23 void Ab_MMITimerSet(uint32_t id, bool repeat, uint32_t ms, void (*cb)(void*), void *cb_parm);
24 
29 void Ab_MMITimerUnset(uint32_t id);
30 
35 void* Ab_MMITimerUnsetEx(uint32_t id);
36 
37 #endif