/Zephyr-latest/soc/wch/ch32v/qingke_v2a/ |
D | pinctrl_soc.h | 26 #define Z_PINCTRL_STATE_PIN_INIT(node_id, prop, idx) \ argument
|
/Zephyr-latest/soc/wch/ch32v/qingke_v4c/ |
D | pinctrl_soc.h | 26 #define Z_PINCTRL_STATE_PIN_INIT(node_id, prop, idx) \ argument
|
/Zephyr-latest/soc/nuvoton/numicro/common/ |
D | pinctrl_soc.h | 31 #define Z_PINCTRL_STATE_PIN_INIT(node_id, prop, idx) \ argument
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_common.c | 29 #define DEF_BUS_WITH_ADDR(node, prop, idx) I2C_DT_SPEC_GET(DT_PHANDLE_BY_IDX(node, prop, idx)), argument
|
D | i2c_nrfx_twi.c | 134 #define I2C_NRFX_TWI_DEVICE(idx) \ argument
|
/Zephyr-latest/soc/renesas/ra/common_fsp/ |
D | pinctrl_soc.h | 38 #define Z_PINCTRL_STATE_PIN_INIT(node_id, prop, idx) \ argument
|
/Zephyr-latest/drivers/regulator/ |
D | regulator_pf1550.c | 231 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
|
D | regulator_fixed.c | 63 unsigned int idx, in regulator_fixed_list_voltage()
|
/Zephyr-latest/drivers/flash/ |
D | spi_flash_at45.c | 669 #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/ |
D | shell.c | 107 static void device_name_get(size_t idx, struct shell_static_entry *entry) in device_name_get()
|
/Zephyr-latest/subsys/usb/device_next/ |
D | usbd_desc.c | 84 const uint8_t type, const uint8_t idx) in usbd_get_descriptor()
|
D | usbd_shell.c | 475 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/ |
D | mbox_nxp_mailbox.c | 194 #define MAILBOX_INSTANCE_DEFINE(idx) \ argument 212 #define MAILBOX_INST(idx) MAILBOX_INSTANCE_DEFINE(idx); argument
|
/Zephyr-latest/drivers/serial/ |
D | uart_nrfx_uarte.c | 32 #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/ |
D | pinctrl_soc.h | 99 #define Z_PINCTRL_STATE_PIN_INIT(node_id, state_prop, idx) \ argument
|
/Zephyr-latest/drivers/spi/ |
D | spi_gd32.c | 640 #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/ |
D | npm2100_vbat.c | 123 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/ |
D | ism330dhcx.c | 509 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/ |
D | pwm.h | 258 #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/ |
D | dfd.c | 43 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/ |
D | dma_mcux_edma.c | 128 #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/ |
D | nrf53_cpunet_mgmt.c | 27 #define GPIOS_PSEL_BY_IDX(node_id, prop, idx) \ argument
|
/Zephyr-latest/drivers/sensor/st/lis3mdl/ |
D | lis3mdl.c | 110 uint8_t id, idx; in lis3mdl_init() local
|
/Zephyr-latest/subsys/bluetooth/services/ias/ |
D | ias.c | 95 for (int idx = 0; idx < CONFIG_BT_MAX_CONN; idx++) { in bt_ias_local_alert_stop() local
|
/Zephyr-latest/soc/sensry/ganymed/sy1xx/common/ |
D | pinctrl_soc.h | 54 #define Z_PINCTRL_STATE_PIN_INIT(node, pr, idx) \ argument
|