Zephyr Project API  3.2.0
A Scalable Open Source RTOS
Zephyr's /chosen nodes

Macros

#define DT_CHOSEN_ZEPHYR_ENTROPY_LABEL   ""
 If there is a chosen node zephyr,entropy property which has a label property, that property's value. Undefined otherwise. More...
 
#define DT_CHOSEN_ZEPHYR_FLASH_CONTROLLER_LABEL   ""
 If there is a chosen node zephyr,flash-controller property which has a label property, that property's value. Undefined otherwise. More...
 

Detailed Description

Macro Definition Documentation

◆ DT_CHOSEN_ZEPHYR_ENTROPY_LABEL

#define DT_CHOSEN_ZEPHYR_ENTROPY_LABEL   ""

#include <include/zephyr/devicetree/zephyr.h>

If there is a chosen node zephyr,entropy property which has a label property, that property's value. Undefined otherwise.

Deprecated:
Use DT_LABEL(DT_CHOSEN(zephyr_entropy)) instead. If used to to obtain a device instance with device_get_binding(), consider using DEVICE_DT_GET(DT_CHOSEN(zephyr_entropy)).

◆ DT_CHOSEN_ZEPHYR_FLASH_CONTROLLER_LABEL

#define DT_CHOSEN_ZEPHYR_FLASH_CONTROLLER_LABEL   ""

#include <include/zephyr/devicetree/zephyr.h>

If there is a chosen node zephyr,flash-controller property which has a label property, that property's value. Undefined otherwise.

Deprecated:
Use DT_LABEL(DT_CHOSEN(zephyr_flash_controller)) instead. If used to to obtain a device instance with device_get_binding(), consider using DEVICE_DT_GET(DT_CHOSEN(zephyr_flash_controller)).