Home
last modified time | relevance | path

Searched refs:DT_INST_ENUM_IDX_OR (Results 1 – 25 of 29) sorted by relevance

12

/Zephyr-latest/drivers/clock_control/
Dclock_control_numaker_scc.c202 .hxt = DT_INST_ENUM_IDX_OR(inst, hxt, NUMAKER_SCC_CLKSW_UNTOUCHED), \
203 .lxt = DT_INST_ENUM_IDX_OR(inst, lxt, NUMAKER_SCC_CLKSW_UNTOUCHED), \
204 .hirc48 = DT_INST_ENUM_IDX_OR(inst, hirc48, NUMAKER_SCC_CLKSW_UNTOUCHED), \
/Zephyr-latest/drivers/mfd/
Dmfd_npm2100.c402 .host_int_flags = DT_INST_ENUM_IDX_OR(inst, host_int_type, 0) == 0 \
409 .shiphold_longpress = DT_INST_ENUM_IDX_OR(inst, shiphold_longpress, 0), \
410 .shiphold_current = DT_INST_ENUM_IDX_OR(inst, shiphold_current, 0), \
Dmfd_npm1300.c319 .lp_reset = DT_INST_ENUM_IDX_OR(inst, long_press_reset, 0), \
/Zephyr-latest/drivers/interrupt_controller/
Dintc_renesas_rz_ext_irq.c157 .trigger = DT_INST_ENUM_IDX_OR(index, trigger_type, 0), \
200 .trigger = DT_INST_ENUM_IDX_OR(index, trigger_type, 0), \
/Zephyr-latest/drivers/serial/
Duart_renesas_rz_sci.c482 .parity = DT_INST_ENUM_IDX_OR(n, parity, UART_CFG_PARITY_NONE), \
484 DT_INST_ENUM_IDX_OR(n, stop_bits, UART_CFG_STOP_BITS_1), \
486 DT_INST_ENUM_IDX_OR(n, data_bits, UART_CFG_DATA_BITS_8), \
Duart_mchp_mec5.c632 ((DT_INST_ENUM_IDX_OR(i, rx_fifo_trig, 2) & 0x3u) | \
/Zephyr-latest/drivers/ethernet/
Deth_xmc4xxx.c992 .rxd2 = DT_INST_ENUM_IDX_OR(0, rxd2_port_ctrl, 0),
993 .rxd3 = DT_INST_ENUM_IDX_OR(0, rxd3_port_ctrl, 0),
996 .crs = DT_INST_ENUM_IDX_OR(0, crs_port_ctrl, 0),
998 .col = DT_INST_ENUM_IDX_OR(0, col_port_ctrl, 0),
999 .clk_tx = DT_INST_ENUM_IDX_OR(0, tx_clk_port_ctrl, 0),
1000 .mode = DT_INST_ENUM_IDX_OR(0, phy_connection_type, 0),
/Zephyr-latest/drivers/misc/renesas_ra_external_interrupt/
Drenesas_ra_external_interrupt.c145 DT_INST_ENUM_IDX_OR(index, renesas_trigger, EXT_INTERRUPT_EDGE_FALLING), \
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_hid_macros.h118 #define HID_INTERFACE_PROTOCOL(n) DT_INST_ENUM_IDX_OR(n, protocol_code, 0)
/Zephyr-latest/drivers/rtc/
Drtc_ds1307.c202 .sqw_freq = DT_INST_ENUM_IDX_OR(inst, sqw_frequency, SQW_PROP_ENUM_DISABLED) \
Drtc_bq32002.c366 DT_INST_ENUM_IDX_OR(inst, irq_frequency, BQ32002_IRQ_FREQ_ENUM_DISABLED) \
Drtc_rv3028.c909 (FIELD_PREP(RV3028_BACKUP_TCR, DT_INST_ENUM_IDX_OR(inst, trickle_resistor_ohms, 0))) | \
915 .cof = DT_INST_ENUM_IDX_OR(inst, clkout_frequency, RV3028_CLKOUT_FD_LOW), \
Drtc_ds1337.c727 .sqw_freq = DT_INST_ENUM_IDX_OR(inst, sqw_frequency, DS1337_SQW_PROP_ENUM_1HZ), \
Drtc_rv8803.c853 .clkout_freq = DT_INST_ENUM_IDX_OR(inst, clkout_frequency, 0), \
/Zephyr-latest/drivers/mspi/
Dmspi_emul.c863 .op_mode = DT_INST_ENUM_IDX_OR(n, op_mode, MSPI_OP_MODE_CONTROLLER),\
864 .duplex = DT_INST_ENUM_IDX_OR(n, duplex, MSPI_HALF_DUPLEX), \
/Zephyr-latest/drivers/counter/
Dcounter_mcux_qtmr.c326 .secondarySource = DT_INST_ENUM_IDX_OR(n, secondary_source, 0), \
/Zephyr-latest/drivers/mipi_dbi/
Dmipi_dbi_smartbond.c47 DT_INST_ENUM_IDX_OR(0, dma_prefetch, 0)
/Zephyr-latest/drivers/ethernet/phy/
Dphy_mii.c504 .fixed_speed = DT_INST_ENUM_IDX_OR(n, fixed_link, 0), \
Dphy_qualcomm_ar8031.c498 .fixed_speed = DT_INST_ENUM_IDX_OR(n, fixed_link, 0), \
/Zephyr-latest/drivers/adc/
Dadc_mcux_lpadc.c568 .calibration_average = DT_INST_ENUM_IDX_OR(n, calibration_average, 0), \
/Zephyr-latest/drivers/regulator/
Dregulator_cp9314.c704 DT_INST_ENUM_IDX_OR(inst, cirrus_initial_switched_capacitor_mode, -1) + 1, \
/Zephyr-latest/drivers/display/
Ddisplay_renesas_lcdc.c39 DT_INST_ENUM_IDX_OR(0, dma_prefetch, 0)
/Zephyr-latest/drivers/usb/device/
Dusb_dc_sam_usbhs.c53 #define USB_MAXIMUM_SPEED DT_INST_ENUM_IDX_OR(0, maximum_speed, 1)
/Zephyr-latest/drivers/sensor/sensirion/scd4x/
Dscd4x.c896 .mode = DT_INST_ENUM_IDX_OR(inst, mode, SCD4X_MODE_NORMAL), \
/Zephyr-latest/drivers/ieee802154/
Dieee802154_rf2xx.c1143 .cc_page = BIT(DT_INST_ENUM_IDX_OR(n, channel_page, 0)),\

12