1
0

ft_i2c_selftest.c 546 B

1234567891011121314151617181920
  1. /*
  2.  * @ : Copyright (c) 2021 Phytium Information Technology, Inc.
  3.  *
  4.  * SPDX-License-Identifier: Apache-2.0.
  5.  *
  6. * @Date: 2021-04-07 09:53:07
  7. * @LastEditTime: 2021-04-07 13:27:24
  8. * @Description:  This files is for i2c test cases
  9. *
  10. * @Modify History:
  11. * Ver   Who        Date         Changes
  12. * ----- ------     --------    --------------------------------------
  13. */
  14. #include <time.h>
  15. #include <string.h>
  16. #include "ft_i2c_hw.h"
  17. #include "ft_i2c.h"
  18. #include "ft_status.h"
  19. #include "ft_printf.h"