Commit 152df8aa authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

softpll.h: added defs and prototypes for polling aux clock status

parent c398d889
#ifndef __SOFTPLL_H #ifndef __SOFTPLL_H
#define __SOFTPLL_H #define __SOFTPLL_H
#define SOFTPLL_AUX_ENABLED 1
#define SOFTPLL_AUX_LOCKED 2
void softpll_enable(); void softpll_enable();
int softpll_check_lock(); int softpll_check_lock();
void softpll_disable(); void softpll_disable();
int softpll_busy(); int softpll_busy();
void softpll_set_phase(int ps); void softpll_set_phase(int ps);
int softpll_get_setpoint(); int softpll_get_setpoint();
int softpll_get_aux_status();
#endif #endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment