Airoha M0 BLE API  1.0.5.4
Drv_MMITimer.h
1 /******************************************************************************
2 Copyright (c) Airoha 2016 - All rights reserved
3 
4 FILE NAME
5  Drv_MMITimer.h
6 DESCRIPTION
7 NOTES
8 ********************************************************************************/
9 #ifndef __DRV__MMI_TIMER_HH
10 #define __DRV__MMI_TIMER_HH
11 
12 #include <stdint.h>
13 
14 void Drv_MMITimerEnable(uint32_t ms, void (*cb)(void));
15 void Drv_MMITimerDisable(void);
16 
17 #endif