Scroll to navigation

CLK_SET_PHASE(9) Clock Framework CLK_SET_PHASE(9)

NAME

clk_set_phase - adjust the phase shift of a clock signal

SYNOPSIS

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

ARGUMENTS

struct clk * clk

clock signal source

int 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

June 2017 Kernel Hackers Manual 4.11