9#ifndef MINIFOC_SYSTEM_SYSTEM_H_
10#define MINIFOC_SYSTEM_SYSTEM_H_
13void delayms(
unsigned long count);
15void user_memset(
void *buf,
unsigned char data,
unsigned char num);
void systick_config(void)
initialize systick timer to implementation delay function
void delay_decrement(void)
delay counter decrement function, called by systick handler
unsigned int float_to_int32(float data0)
convert floating point numbers to int32 type data
void user_memset(void *buf, unsigned char data, unsigned char num)
format buffer array to fixed value, replace memset function
void delayms(unsigned long count)
millisecond delay function, any time time.
float int32_to_float(unsigned int data0)
convert int32 to floating point numbers type data