clk_get_phase (9) - Linux Manuals
clk_get_phase: return the phase shift of a clock signal
Command to display clk_get_phase
manual in Linux: $ man 9 clk_get_phase
NAME
clk_get_phase - return the phase shift of a clock signal
SYNOPSIS
-
int clk_get_phase(struct clk * clk);
ARGUMENTS
clk
-
- clock signal source
DESCRIPTION
Returns the phase shift of a clock node in degrees, otherwise returns -EERROR.
COPYRIGHT
Pages related to clk_get_phase
- clk_get_parent (9) - get the parent clock source for this clock
- clk_get_accuracy (9) - obtain the clock accuracy in ppb (parts per billion) for a clock source.
- clk_get_rate (9) - obtain the current clock rate (in Hz) for a clock source. This is only valid once the clock source has been enabled.
- clk_get_sys (9) - get a clock based upon the device name
- clk_get (9) - lookup and obtain a reference to a clock producer.
- clk_disable (9) - inform the system when the clock source is no longer required.
- clk_enable (9) - inform the system when the clock source should be running.
- clk_has_parent (9) - check if a clock is a possible parent for another