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

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

April 2019 Kernel Hackers Manual 4.9.