ridhaOs/RidhaOs/RIDHAOS_CONF.h

15 lines
352 B
C

#ifndef __R_CONFIGURATION_H__
#define __R_CONFIGURATION_H__
/* Here Define your MCU REGISTER MAP FILE */
#include "fsl_device_registers.h"
/* SysTick Configuration for TimeBase */
extern uint32_t SystemCoreClock;
#define CPU_CLOCK_HZ SystemCoreClock
#define MAX_DELAY 0xFFFFFFFFU
#define TICK_RATE_HZ 1000
#endif /* __R_CONFIGURATION_H__ */