Home
last modified time | relevance | path

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

12

/Zephyr-latest/drivers/clock_control/
Dclock_control_numaker_scc.c152 .hxt = DT_INST_ENUM_IDX_OR(inst, hxt, NUMAKER_SCC_CLKSW_UNTOUCHED), \
153 .lxt = DT_INST_ENUM_IDX_OR(inst, lxt, NUMAKER_SCC_CLKSW_UNTOUCHED), \
154 .hirc48 = DT_INST_ENUM_IDX_OR(inst, hirc48, NUMAKER_SCC_CLKSW_UNTOUCHED), \
/Zephyr-latest/drivers/serial/
Duart_renesas_rz_scif.c282 .parity = DT_INST_ENUM_IDX_OR(n, parity, UART_CFG_PARITY_NONE), \
284 DT_INST_ENUM_IDX_OR(n, stop_bits, UART_CFG_STOP_BITS_1), \
286 DT_INST_ENUM_IDX_OR(n, data_bits, UART_CFG_DATA_BITS_8), \
Duart_stm32.c2302 !(DT_INST_ENUM_IDX_OR(index, parity, STM32_UART_DEFAULT_PARITY) \
2304 DT_INST_ENUM_IDX_OR(index, parity, STM32_UART_DEFAULT_PARITY) \
2309 !(DT_INST_ENUM_IDX_OR(index, parity, STM32_UART_DEFAULT_PARITY) \
2311 DT_INST_ENUM_IDX_OR(index, data_bits, \
2324 !(DT_INST_ENUM_IDX_OR(index, data_bits, \
2327 (DT_INST_ENUM_IDX_OR(index, data_bits, \
2330 DT_INST_ENUM_IDX_OR(index, parity, \
2338 !(DT_INST_ENUM_IDX_OR(index, data_bits, \
2341 DT_INST_ENUM_IDX_OR(index, data_bits, \
2344 (DT_INST_ENUM_IDX_OR(index, data_bits, \
[all …]
Duart_max32.c442 .uart_conf.parity = DT_INST_ENUM_IDX_OR(_num, parity, UART_CFG_PARITY_NONE), \
443 .uart_conf.data_bits = DT_INST_ENUM_IDX_OR(_num, data_bits, UART_CFG_DATA_BITS_8), \
444 .uart_conf.stop_bits = DT_INST_ENUM_IDX_OR(_num, stop_bits, UART_CFG_STOP_BITS_1), \
Duart_rzt2m.c430 .parity = DT_INST_ENUM_IDX_OR(n, parity, UART_CFG_PARITY_NONE), \
432 DT_INST_ENUM_IDX_OR(n, stop_bits, UART_CFG_STOP_BITS_1), \
434 DT_INST_ENUM_IDX_OR(n, data_bits, UART_CFG_DATA_BITS_8), \
Duart_ifx_cat1.c519 .dt_cfg.parity = DT_INST_ENUM_IDX_OR(n, parity, UART_CFG_PARITY_NONE), \
520 .dt_cfg.stop_bits = DT_INST_ENUM_IDX_OR(n, stop_bits, UART_CFG_STOP_BITS_1), \
521 .dt_cfg.data_bits = DT_INST_ENUM_IDX_OR(n, data_bits, UART_CFG_DATA_BITS_8), \
Duart_wch_usart.c131 .parity = DT_INST_ENUM_IDX_OR(idx, parity, UART_CFG_PARITY_NONE), \
Duart_altera.c963 .parity = DT_INST_ENUM_IDX_OR(n, parity, \
965 .stop_bits = DT_INST_ENUM_IDX_OR(n, stop_bits, \
967 .data_bits = DT_INST_ENUM_IDX_OR(n, data_bits, \
Duart_intel_lw.c997 .parity = DT_INST_ENUM_IDX_OR(n, parity, \
999 .stop_bits = DT_INST_ENUM_IDX_OR(n, stop_bits, \
1001 .data_bits = DT_INST_ENUM_IDX_OR(n, data_bits, \
Dusart_gd32.c338 .parity = DT_INST_ENUM_IDX_OR(n, parity, UART_CFG_PARITY_NONE), \
Duart_si32_usart.c381 .parity = DT_INST_ENUM_IDX_OR(index, parity, UART_CFG_PARITY_NONE), \
Duart_mcux_iuart.c332 .parity = DT_INST_ENUM_IDX_OR(n, parity, UART_CFG_PARITY_NONE), \
Duart_esp32.c1058 .parity = DT_INST_ENUM_IDX_OR(idx, parity, UART_CFG_PARITY_NONE), \
1059 .stop_bits = DT_INST_ENUM_IDX_OR(idx, stop_bits, \
1061 .data_bits = DT_INST_ENUM_IDX_OR(idx, data_bits, \
/Zephyr-latest/drivers/mfd/
Dmfd_npm2100.c411 .host_int_flags = DT_INST_ENUM_IDX_OR(inst, host_int_type, 0) == 0 \
418 .shiphold_longpress = DT_INST_ENUM_IDX_OR(inst, shiphold_longpress, 0), \
419 .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/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/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/rtc/
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), \
/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), \

12