Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

Files

file  bee_clock_control.h
 Realtek BEE Clock Control Driver Header.

Macros

#define BEE_CLOCK_CONTROLLER   DEVICE_DT_GET(DT_NODELABEL(cctl))
 Global device handle for the BEE clock controller.

Detailed Description

Macro Definition Documentation

◆ BEE_CLOCK_CONTROLLER

#define BEE_CLOCK_CONTROLLER   DEVICE_DT_GET(DT_NODELABEL(cctl))

#include <zephyr/drivers/clock_control/bee_clock_control.h>

Global device handle for the BEE clock controller.

This macro retrieves the device structure for the primary clock controller defined in the devicetree with the label cctl.

Returns
const struct device* Pointer to the clock controller device structure.