Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bee_clock_control.h File Reference

Realtek BEE Clock Control Driver Header. More...

#include <zephyr/device.h>

Go to the source code of this file.

Macros

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

Detailed Description

Realtek BEE Clock Control Driver Header.

Macro Definition Documentation

◆ BEE_CLOCK_CONTROLLER

#define BEE_CLOCK_CONTROLLER   DEVICE_DT_GET(DT_NODELABEL(cctl))

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.