sigma_delta.h 241 B

1234567891011
  1. #ifndef SIGMA_DELTA_APP_H
  2. #define SIGMA_DELTA_APP_H
  3. #include "eagle_soc.h"
  4. #include "os_type.h"
  5. void sigma_delta_setup( void );
  6. void sigma_delta_stop( void );
  7. void sigma_delta_set_prescale_target( sint16 prescale, sint16 target );
  8. #endif