Searched refs:DT_INST_ENUM_IDX_OR (Results 1 – 25 of 29) sorted by relevance
12
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_numaker_scc.c | 202 .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/ |
D | mfd_npm2100.c | 402 .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), \
|
D | mfd_npm1300.c | 319 .lp_reset = DT_INST_ENUM_IDX_OR(inst, long_press_reset, 0), \
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | intc_renesas_rz_ext_irq.c | 157 .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/ |
D | uart_renesas_rz_sci.c | 482 .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), \
|
D | uart_mchp_mec5.c | 632 ((DT_INST_ENUM_IDX_OR(i, rx_fifo_trig, 2) & 0x3u) | \
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_xmc4xxx.c | 992 .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/ |
D | renesas_ra_external_interrupt.c | 145 DT_INST_ENUM_IDX_OR(index, renesas_trigger, EXT_INTERRUPT_EDGE_FALLING), \
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | usbd_hid_macros.h | 118 #define HID_INTERFACE_PROTOCOL(n) DT_INST_ENUM_IDX_OR(n, protocol_code, 0)
|
/Zephyr-latest/drivers/rtc/ |
D | rtc_ds1307.c | 202 .sqw_freq = DT_INST_ENUM_IDX_OR(inst, sqw_frequency, SQW_PROP_ENUM_DISABLED) \
|
D | rtc_bq32002.c | 366 DT_INST_ENUM_IDX_OR(inst, irq_frequency, BQ32002_IRQ_FREQ_ENUM_DISABLED) \
|
D | rtc_rv3028.c | 909 (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), \
|
D | rtc_ds1337.c | 727 .sqw_freq = DT_INST_ENUM_IDX_OR(inst, sqw_frequency, DS1337_SQW_PROP_ENUM_1HZ), \
|
D | rtc_rv8803.c | 853 .clkout_freq = DT_INST_ENUM_IDX_OR(inst, clkout_frequency, 0), \
|
/Zephyr-latest/drivers/mspi/ |
D | mspi_emul.c | 863 .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/ |
D | counter_mcux_qtmr.c | 326 .secondarySource = DT_INST_ENUM_IDX_OR(n, secondary_source, 0), \
|
/Zephyr-latest/drivers/mipi_dbi/ |
D | mipi_dbi_smartbond.c | 47 DT_INST_ENUM_IDX_OR(0, dma_prefetch, 0)
|
/Zephyr-latest/drivers/ethernet/phy/ |
D | phy_mii.c | 504 .fixed_speed = DT_INST_ENUM_IDX_OR(n, fixed_link, 0), \
|
D | phy_qualcomm_ar8031.c | 498 .fixed_speed = DT_INST_ENUM_IDX_OR(n, fixed_link, 0), \
|
/Zephyr-latest/drivers/adc/ |
D | adc_mcux_lpadc.c | 568 .calibration_average = DT_INST_ENUM_IDX_OR(n, calibration_average, 0), \
|
/Zephyr-latest/drivers/regulator/ |
D | regulator_cp9314.c | 704 DT_INST_ENUM_IDX_OR(inst, cirrus_initial_switched_capacitor_mode, -1) + 1, \
|
/Zephyr-latest/drivers/display/ |
D | display_renesas_lcdc.c | 39 DT_INST_ENUM_IDX_OR(0, dma_prefetch, 0)
|
/Zephyr-latest/drivers/usb/device/ |
D | usb_dc_sam_usbhs.c | 53 #define USB_MAXIMUM_SPEED DT_INST_ENUM_IDX_OR(0, maximum_speed, 1)
|
/Zephyr-latest/drivers/sensor/sensirion/scd4x/ |
D | scd4x.c | 896 .mode = DT_INST_ENUM_IDX_OR(inst, mode, SCD4X_MODE_NORMAL), \
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_rf2xx.c | 1143 .cc_page = BIT(DT_INST_ENUM_IDX_OR(n, channel_page, 0)),\
|
12