Go to the documentation of this file.
4 #ifndef ACC_INTEGRATION_H_
5 #define ACC_INTEGRATION_H_
void * acc_integration_mem_calloc(size_t nmemb, size_t size)
Allocate dynamic memory.
uint32_t acc_integration_get_time(void)
Get current time.
void acc_integration_sleep_us(uint32_t time_usec)
Sleep for a specified number of microseconds.
void(* acc_integration_uart_read_func_t)(uint8_t data, uint32_t status)
void * acc_integration_mem_alloc(size_t size)
Allocate dynamic memory.
void acc_integration_sleep_ms(uint32_t time_msec)
Sleep for a specified number of milliseconds.
void acc_integration_mem_free(void *ptr)
Free dynamic memory.