xclk.h 163 B

12345678910
  1. #ifndef XCLK_H
  2. #define XCLK_H
  3. #include "define.h"
  4. ret_code_t xclk_timer_conf(void);
  5. void camera_enable_out_clock(void);
  6. void camera_disable_out_clock();
  7. #endif