RT-Thread RTOS
An open source embedded real-time operating system
rt_clk Struct Reference

#include <clk.h>

Data Fields

const char * dev_id
 
const char * con_id
 

Detailed Description

Clock handle - represents a consumer reference to a clock.

Each consumer obtains an rt_clk instance bound to a specific clk_cell. The handle stores consumer-specific constraints such as min/max rate.

Field Documentation

◆ dev_id

const char* rt_clk::dev_id

Device identifier using this clock

◆ con_id

const char* rt_clk::con_id

Connection identifier (name)