no-OS
Public Attributes | List of all members
no_os_clk_hw Struct Reference

#include <no_os_clk.h>

Collaboration diagram for no_os_clk_hw:
Collaboration graph
[legend]

Public Attributes

void * dev
 
int32_t(* dev_clk_enable )()
 
int32_t(* dev_clk_disable )()
 
int32_t(* dev_clk_recalc_rate )()
 
int32_t(* dev_clk_set_rate )()
 
int32_t(* dev_clk_round_rate )()
 
struct no_os_clkclk
 

Member Data Documentation

◆ clk

struct no_os_clk* no_os_clk_hw::clk

◆ dev

void* no_os_clk_hw::dev

◆ dev_clk_disable

int32_t(* no_os_clk_hw::dev_clk_disable) ()

◆ dev_clk_enable

int32_t(* no_os_clk_hw::dev_clk_enable) ()

◆ dev_clk_recalc_rate

int32_t(* no_os_clk_hw::dev_clk_recalc_rate) ()

◆ dev_clk_round_rate

int32_t(* no_os_clk_hw::dev_clk_round_rate) ()

◆ dev_clk_set_rate

int32_t(* no_os_clk_hw::dev_clk_set_rate) ()

The documentation for this struct was generated from the following files: