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

Structure holding CLK descriptor. More...

#include <no_os_clk.h>

Collaboration diagram for no_os_clk_desc:
Collaboration graph
[legend]

Public Attributes

const char * name
 
uint8_t hw_ch_num
 
const struct no_os_clk_platform_opsplatform_ops
 
void * dev_desc
 

Detailed Description

Structure holding CLK descriptor.

Member Data Documentation

◆ dev_desc

void* no_os_clk_desc::dev_desc

CLK hardware device descriptor

◆ hw_ch_num

uint8_t no_os_clk_desc::hw_ch_num

Channel number

◆ name

const char* no_os_clk_desc::name

Device name

◆ platform_ops

const struct no_os_clk_platform_ops* no_os_clk_desc::platform_ops

CLK function pointers


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