Home
last modified time | relevance | path

Searched defs:prop (Results 176 – 187 of 187) sorted by relevance

12345678

/Zephyr-latest/drivers/adc/
Dadc_stm32.c114 #define IS_EQ_PROP_OR(inst, prop, default_value, compare_value) \ argument
117 #define IS_EQ_STRING_PROP(inst, prop, compare_value) \ argument
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_uac2_macros.h28 #define ARRAY_ELEMENT_LESS_THAN_NEXT(node, prop, idx) \ argument
33 #define IS_ARRAY_SORTED(node, prop) \ argument
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio.c36 #define NRF_FEM_GPIO(prop) \ argument
40 #define NRF_FEM_PSEL(prop) NRF_DT_GPIOS_TO_PSEL(FEM_NODE, prop) argument
/Zephyr-latest/drivers/flash/
Dflash_stm32_ospi.c34 #define DT_OSPI_IO_PORT_PROP_OR(prop, default_value) \ argument
39 #define DT_OSPI_PROP_OR(prop, default_value) \ argument
Dflash_stm32_xspi.c35 #define DT_XSPI_IO_PORT_PROP_OR(prop, default_value) \ argument
/Zephyr-latest/drivers/mspi/
Dmspi_dw.c1324 #define MSPI_DW_DT_INST_PROP(inst, prop) .prop = DT_INST_PROP(inst, prop) argument
/Zephyr-latest/drivers/i3c/
Di3c_npcx.c2995 #define DT_INST_TGT_PID_PROP_OR(id, prop, idx) \ argument
2997 #define DT_INST_TGT_PID_RAND_PROP_OR(id, prop, idx) \ argument
/Zephyr-latest/include/zephyr/
Ddevice.h392 #define DEVICE_DT_GET_BY_IDX(node_id, prop, idx) \ argument
/Zephyr-latest/drivers/can/
Dcan_nxp_s32_canxl.c1132 #define _CAN_NXP_S32_IRQ_CONFIG(node_id, prop, idx) \ argument
/Zephyr-latest/include/zephyr/drivers/
Dsensor.h1573 #define Z_MAYBE_SENSOR_DECODER_DECLARE_INTERNAL_IDX(node_id, prop, idx) \ argument
/Zephyr-latest/drivers/dai/intel/ssp/
Dssp.c2529 struct dai_properties *prop = &ssp->props; in dai_ssp_get_properties() local
/Zephyr-latest/drivers/serial/
Duart_ns16550.c81 #define UART_NS16550_DT_PROP_IOMAPPED_HELPER(inst, prop, def) \ argument

12345678