rbuf_conf.h 817 B

12345678910111213141516171819202122232425
  1. /*******************************************************************************
  2. * @file rbuf_config.h
  3. * @author MEMS Application Team
  4. * @version V1.0
  5. * @date 2020-10-15
  6. * @brief ring buffer config for interaction RAM
  7. *******************************************************************************/
  8. #ifndef _RBUF_CONF_H
  9. #define _RBUF_CONF_H
  10. /******************************************************************************/
  11. //includes
  12. /******************************************************************************/
  13. #include <soc.h>
  14. /******************************************************************************/
  15. //configs
  16. /******************************************************************************/
  17. // Ring Buffer start Address
  18. #define RBUF_BASE (INTER_RAM_ADDR)
  19. #endif /* _RBUF_CONF_H */