phase_current.h 234 B

123456789
  1. #ifndef _PHASE_CURRENT_H__
  2. #define _PHASE_CURRENT_H__
  3. #include "foc_type.h"
  4. void get_phase_current(current_samp_t *cs);
  5. u32 get_phase_sample_point(current_samp_t *cs, phase_time_t *time, u8 sector);
  6. #endif /* _PHASE_CURRENT_H__ */