Bouffalo SDK  1.0
Bouffalolab Software Development Kit
bflb_mtimer.h File Reference
#include "stdint.h"
#include "stdio.h"
Include dependency graph for bflb_mtimer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void bflb_mtimer_config (uint64_t ticks, void(*interruptfun)(void))
 Config mtimer interrupt. More...
 
uint32_t bflb_mtimer_get_freq (void)
 Get mtimer current frequence. More...
 
void bflb_mtimer_delay_ms (uint32_t time)
 Mtimer delay with ms. More...
 
void bflb_mtimer_delay_us (uint32_t time)
 Mtimer delay with us. More...
 
uint64_t bflb_mtimer_get_time_us (void)
 Get current mtimer time with us. More...
 
uint64_t bflb_mtimer_get_time_ms (void)
 Get current mtimer time with ms. More...