clk_set_phase(9) adjust the phase shift of a clock signal

SYNOPSIS

int clk_set_phase(struct clk * clk, int degrees);

ARGUMENTS

clk

clock signal source

degrees

number of degrees the signal is shifted

DESCRIPTION

Shifts the phase of a clock signal by the specified degrees. Returns 0 on success, -EERROR otherwise.

COPYRIGHT