Home
last modified time | relevance | path

Searched defs:idx (Results 251 – 275 of 689) sorted by relevance

1...<<11121314151617181920>>...28

/Zephyr-latest/soc/wch/ch32v/qingke_v2a/
Dpinctrl_soc.h26 #define Z_PINCTRL_STATE_PIN_INIT(node_id, prop, idx) \ argument
/Zephyr-latest/soc/wch/ch32v/qingke_v4c/
Dpinctrl_soc.h26 #define Z_PINCTRL_STATE_PIN_INIT(node_id, prop, idx) \ argument
/Zephyr-latest/soc/nuvoton/numicro/common/
Dpinctrl_soc.h31 #define Z_PINCTRL_STATE_PIN_INIT(node_id, prop, idx) \ argument
/Zephyr-latest/drivers/i2c/
Di2c_common.c29 #define DEF_BUS_WITH_ADDR(node, prop, idx) I2C_DT_SPEC_GET(DT_PHANDLE_BY_IDX(node, prop, idx)), argument
Di2c_nrfx_twi.c134 #define I2C_NRFX_TWI_DEVICE(idx) \ argument
/Zephyr-latest/soc/renesas/ra/common_fsp/
Dpinctrl_soc.h38 #define Z_PINCTRL_STATE_PIN_INIT(node_id, prop, idx) \ argument
/Zephyr-latest/drivers/regulator/
Dregulator_pf1550.c231 static int regulator_pf1550_list_voltage(const struct device *dev, unsigned int idx, in regulator_pf1550_list_voltage()
245 uint16_t idx; in regulator_pf1550_set_buck_ldo_voltage() local
262 uint8_t idx; in regulator_pf1550_buck12_ldo123_get_voltage() local
304 static int regulator_pf1550_list_current_limit(const struct device *dev, unsigned int idx, in regulator_pf1550_list_current_limit()
324 uint16_t idx; in regulator_pf1550_set_current_limit() local
Dregulator_fixed.c63 unsigned int idx, in regulator_fixed_list_voltage()
/Zephyr-latest/drivers/flash/
Dspi_flash_at45.c669 #define INST_HAS_RESET_GPIO(idx) \ argument
672 #define INST_RESET_GPIO_SPEC(idx) \ argument
677 #define INST_HAS_WP_GPIO(idx) \ argument
680 #define INST_WP_GPIO_SPEC(idx) \ argument
685 #define SPI_FLASH_AT45_INST(idx) \ argument
/Zephyr-latest/drivers/usb_c/ppc/
Dshell.c107 static void device_name_get(size_t idx, struct shell_static_entry *entry) in device_name_get()
/Zephyr-latest/subsys/usb/device_next/
Dusbd_desc.c84 const uint8_t type, const uint8_t idx) in usbd_get_descriptor()
Dusbd_shell.c475 static void configuration_speed(size_t idx, struct shell_static_entry *entry) in configuration_speed()
497 static void configuration_lookup(size_t idx, struct shell_static_entry *entry) in configuration_lookup()
518 static void class_node_name_lookup(size_t idx, struct shell_static_entry *entry) in class_node_name_lookup()
540 static void device_context_lookup(size_t idx, struct shell_static_entry *entry) in device_context_lookup()
/Zephyr-latest/drivers/mbox/
Dmbox_nxp_mailbox.c194 #define MAILBOX_INSTANCE_DEFINE(idx) \ argument
212 #define MAILBOX_INST(idx) MAILBOX_INSTANCE_DEFINE(idx); argument
/Zephyr-latest/drivers/serial/
Duart_nrfx_uarte.c32 #define UARTE(idx) DT_NODELABEL(uart##idx) argument
33 #define UARTE_HAS_PROP(idx, prop) DT_NODE_HAS_PROP(UARTE(idx), prop) argument
34 #define UARTE_PROP(idx, prop) DT_PROP(UARTE(idx), prop) argument
36 #define UARTE_IS_CACHEABLE(idx) DMM_IS_REG_CACHEABLE(DT_PHANDLE(UARTE(idx), memory_regions)) argument
114 #define INSTANCE_IS_FAST_PD(unused, prefix, idx, _) \ argument
129 #define INSTANCE_IS_HIGH_SPEED(unused, prefix, idx, _) \ argument
2438 #define UARTE_IRQ_CONFIGURE(idx, isr_handler) \ argument
2448 #define USE_LOW_POWER(idx) \ argument
2471 #define UARTE_GET_BAUDRATE(idx) \ argument
2477 #define UARTE_INIT_LEVEL(idx) \ argument
[all …]
/Zephyr-latest/soc/st/stm32/common/
Dpinctrl_soc.h99 #define Z_PINCTRL_STATE_PIN_INIT(node_id, state_prop, idx) \ argument
/Zephyr-latest/drivers/spi/
Dspi_gd32.c640 #define DMA_INITIALIZER(idx, dir) \ argument
654 #define DMAS_DECL(idx) \ argument
662 #define GD32_IRQ_CONFIGURE(idx) \ argument
671 #define GD32_SPI_INIT(idx) \ argument
/Zephyr-latest/drivers/sensor/nordic/npm2100_vbat/
Dnpm2100_vbat.c123 for (int idx = 0; idx < ARRAY_SIZE(data->adc); idx++) { in adc_cfg_get() local
200 for (int idx = 0; idx < ARRAY_SIZE(data->adc); idx++) { in npm2100_vbat_sample_fetch() local
313 for (int idx = 0; idx < ARRAY_SIZE(npm2100_attr); idx++) { in npm2100_vbat_attr_get() local
424 for (int idx = 0; idx < ARRAY_SIZE(npm2100_attr); idx++) { in npm2100_vbat_attr_set() local
/Zephyr-latest/drivers/sensor/st/ism330dhcx/
Dism330dhcx.c509 int idx; in ism330dhcx_magn_get_channel() local
553 int idx; in ism330dhcx_hum_convert() local
577 int idx; in ism330dhcx_press_convert() local
600 int idx; in ism330dhcx_temp_convert() local
/Zephyr-latest/include/zephyr/drivers/
Dpwm.h258 #define PWM_DT_SPEC_GET_BY_IDX(node_id, idx) \ argument
277 #define PWM_DT_SPEC_INST_GET_BY_IDX(inst, idx) \ argument
297 #define PWM_DT_SPEC_GET_BY_IDX_OR(node_id, idx, default_value) \ argument
315 #define PWM_DT_SPEC_INST_GET_BY_IDX_OR(inst, idx, default_value) \ argument
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Ddfd.c43 uint16_t idx, const uint8_t *fwid, size_t fwid_len) in print_fw_status()
328 int idx = bt_mesh_dfu_slot_get(fwid, fwid_len, NULL); in cmd_dfd_fw_get() local
343 uint16_t idx = shell_strtoul(argv[1], 0, &err); in cmd_dfd_fw_get_by_idx() local
/Zephyr-latest/drivers/dma/
Ddma_mcux_edma.c128 #define DEV_DMAMUX_BASE(dev, idx) ((DMAMUX_Type *)DEV_CFG(dev)->dmamux_base[idx]) argument
281 static void dma_mcux_edma_multi_channels_irq_handler(const struct device *dev, uint32_t idx, in dma_mcux_edma_multi_channels_irq_handler()
877 #define IRQ_CONFIG(n, idx, fn) \ argument
892 #define EDMA_CHANNELS_SHARED_REGISTER_IN_IRQ(dev, idx, n) \ argument
896 #define DMA_MCUX_EDMA_IRQ_DEFINE(idx, n) \ argument
910 #define DMA_MCUX_EDMA_IRQ_CONFIG(idx, n) \ argument
940 #define DMA_MCUX_EDMA_MUX(idx, n) \ argument
/Zephyr-latest/soc/nordic/nrf53/
Dnrf53_cpunet_mgmt.c27 #define GPIOS_PSEL_BY_IDX(node_id, prop, idx) \ argument
/Zephyr-latest/drivers/sensor/st/lis3mdl/
Dlis3mdl.c110 uint8_t id, idx; in lis3mdl_init() local
/Zephyr-latest/subsys/bluetooth/services/ias/
Dias.c95 for (int idx = 0; idx < CONFIG_BT_MAX_CONN; idx++) { in bt_ias_local_alert_stop() local
/Zephyr-latest/soc/sensry/ganymed/sy1xx/common/
Dpinctrl_soc.h54 #define Z_PINCTRL_STATE_PIN_INIT(node, pr, idx) \ argument

1...<<11121314151617181920>>...28