Zephyr API Documentation 4.0.0-rc2
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
clock_control_silabs.h File Reference

Go to the source code of this file.

Data Structures

struct  silabs_clock_control_cmu_config
 

Macros

#define SILABS_DT_CLOCK_CFG(node_id)
 
#define SILABS_DT_INST_CLOCK_CFG(inst)
 

Macro Definition Documentation

◆ SILABS_DT_CLOCK_CFG

#define SILABS_DT_CLOCK_CFG ( node_id)
Value:
{ \
.bus_clock = DT_CLOCKS_CELL(node_id, enable), \
.branch = DT_CLOCKS_CELL(node_id, branch), \
}
#define DT_CLOCKS_CELL(node_id, cell)
Equivalent to DT_CLOCKS_CELL_BY_IDX(node_id, 0, cell)
Definition clocks.h:253

◆ SILABS_DT_INST_CLOCK_CFG

#define SILABS_DT_INST_CLOCK_CFG ( inst)
Value:
{ \
.bus_clock = DT_INST_CLOCKS_CELL(inst, enable), \
.branch = DT_INST_CLOCKS_CELL(inst, branch), \
}
#define DT_INST_CLOCKS_CELL(inst, cell)
Equivalent to DT_INST_CLOCKS_CELL_BY_IDX(inst, 0, cell)
Definition clocks.h:347