no-OS
Classes | Typedefs | Functions
no_os_clk.h File Reference

Header file of Clock Driver. More...

#include <stdint.h>
Include dependency graph for no_os_clk.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  no_os_clk_init_param
 
struct  no_os_clk_hw
 
struct  no_os_clk
 
struct  no_os_clk_desc
 Structure holding CLK descriptor. More...
 
struct  no_os_clk_platform_ops
 Structure holding CLK function pointers that point to the platform specific function. More...
 

Typedefs

typedef struct no_os_clk_desc no_os_clk_desc
 

Functions

int32_t no_os_clk_init (struct no_os_clk_desc **desc, const struct no_os_clk_init_param *param)
 
int32_t no_os_clk_remove (struct no_os_clk_desc *desc)
 
int32_t no_os_clk_enable (struct no_os_clk_desc *desc)
 
int32_t no_os_clk_disable (struct no_os_clk_desc *desc)
 
int32_t no_os_clk_recalc_rate (struct no_os_clk_desc *desc, uint64_t *rate)
 
int32_t no_os_clk_round_rate (struct no_os_clk_desc *desc, uint64_t rate, uint64_t *rounded_rate)
 
int32_t no_os_clk_set_rate (struct no_os_clk_desc *desc, uint64_t rate)
 

Detailed Description

Header file of Clock Driver.

Author
DBogdan (drago.nosp@m.s.bo.nosp@m.gdan@.nosp@m.anal.nosp@m.og.co.nosp@m.m)

Copyright 2020(c) Analog Devices, Inc.

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

THIS SOFTWARE IS PROVIDED BY ANALOG DEVICES "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ANALOG DEVICES BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, INTELLECTUAL PROPERTY RIGHTS, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Typedef Documentation

◆ no_os_clk_desc

Function Documentation

◆ no_os_clk_disable()

int32_t no_os_clk_disable ( struct no_os_clk_desc desc)

◆ no_os_clk_enable()

int32_t no_os_clk_enable ( struct no_os_clk_desc desc)

◆ no_os_clk_init()

int32_t no_os_clk_init ( struct no_os_clk_desc **  desc,
const struct no_os_clk_init_param param 
)
Here is the caller graph for this function:

◆ no_os_clk_recalc_rate()

int32_t no_os_clk_recalc_rate ( struct no_os_clk_desc desc,
uint64_t *  rate 
)

◆ no_os_clk_remove()

int32_t no_os_clk_remove ( struct no_os_clk_desc desc)

◆ no_os_clk_round_rate()

int32_t no_os_clk_round_rate ( struct no_os_clk_desc desc,
uint64_t  rate,
uint64_t *  rounded_rate 
)

◆ no_os_clk_set_rate()

int32_t no_os_clk_set_rate ( struct no_os_clk_desc desc,
uint64_t  rate 
)
Here is the caller graph for this function: