/Zephyr-Core-2.7.6/soc/arm/nordic_nrf/ |
D | validate_enabled_instances.c | 9 #define I2C_ENABLED(idx) (IS_ENABLED(CONFIG_I2C) && \ argument 12 #define SPI_ENABLED(idx) (IS_ENABLED(CONFIG_SPI) && \ argument 15 #define UART_ENABLED(idx) (IS_ENABLED(CONFIG_SERIAL) && \ argument 33 #define CHECK(idx) \ argument 38 #define MSG(idx) \ argument
|
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | lll_adv_pdu.h | 11 static inline void lll_adv_pdu_enqueue(struct lll_adv_pdu *pdu, uint8_t idx) in lll_adv_pdu_enqueue() 19 uint8_t *idx) in lll_adv_data_alloc() 24 static inline void lll_adv_data_enqueue(struct lll_adv *lll, uint8_t idx) in lll_adv_data_enqueue() 35 uint8_t *idx) in lll_adv_scan_rsp_alloc() 40 static inline void lll_adv_scan_rsp_enqueue(struct lll_adv *lll, uint8_t idx) in lll_adv_scan_rsp_enqueue()
|
/Zephyr-Core-2.7.6/drivers/serial/ |
D | uart_gecko.c | 419 #define GECKO_UART_IRQ_HANDLER_DECL(idx) \ argument 421 #define GECKO_UART_IRQ_HANDLER_FUNC(idx) \ argument 423 #define GECKO_UART_IRQ_HANDLER(idx) \ argument 437 #define GECKO_UART_IRQ_HANDLER_DECL(idx) argument 438 #define GECKO_UART_IRQ_HANDLER_FUNC(idx) argument 439 #define GECKO_UART_IRQ_HANDLER(idx) argument 443 #define GECKO_UART_RX_TX_PIN_LOCATIONS(idx) \ argument 446 #define VALIDATE_GECKO_UART_RX_TX_PIN_LOCATIONS(idx) argument 448 #define GECKO_UART_RX_TX_PIN_LOCATIONS(idx) \ argument 450 #define VALIDATE_GECKO_UART_RX_TX_PIN_LOCATIONS(idx) \ argument [all …]
|
/Zephyr-Core-2.7.6/soc/riscv/riscv-ite/common/ |
D | soc_dt.h | 10 #define IT8XXX2_DEV_PINMUX(idx, inst) DEVICE_DT_GET(DT_PHANDLE( \ argument 12 #define IT8XXX2_DEV_PIN(idx, inst) DT_PHA( \ argument 14 #define IT8XXX2_DEV_ALT_FUNC(idx, inst) DT_PHA( \ argument 24 #define IT8XXX2_DT_ALT_ITEMS_FUNC(idx, inst) \ argument
|
/Zephyr-Core-2.7.6/include/devicetree/ |
D | dma.h | 55 #define DT_DMAS_LABEL_BY_IDX(node_id, idx) \ argument 67 #define DT_INST_DMAS_LABEL_BY_IDX(inst, idx) \ argument 133 #define DT_DMAS_CTLR_BY_IDX(node_id, idx) DT_PHANDLE_BY_IDX(node_id, dmas, idx) argument 197 #define DT_INST_DMAS_CTLR_BY_IDX(inst, idx) \ argument 260 #define DT_DMAS_CELL_BY_IDX(node_id, idx, cell) \ argument 271 #define DT_INST_DMAS_CELL_BY_IDX(inst, idx, cell) \ argument 336 #define DT_DMAS_HAS_IDX(node_id, idx) \ argument 345 #define DT_INST_DMAS_HAS_IDX(inst, idx) \ argument
|
D | gpio.h | 53 #define DT_GPIO_CTLR_BY_IDX(node_id, gpio_pha, idx) \ argument 102 #define DT_GPIO_LABEL_BY_IDX(node_id, gpio_pha, idx) \ argument 157 #define DT_GPIO_PIN_BY_IDX(node_id, gpio_pha, idx) \ argument 213 #define DT_GPIO_FLAGS_BY_IDX(node_id, gpio_pha, idx) \ argument 236 #define DT_INST_GPIO_LABEL_BY_IDX(inst, gpio_pha, idx) \ argument 259 #define DT_INST_GPIO_PIN_BY_IDX(inst, gpio_pha, idx) \ argument 283 #define DT_INST_GPIO_FLAGS_BY_IDX(inst, gpio_pha, idx) \ argument
|
D | pwms.h | 56 #define DT_PWMS_LABEL_BY_IDX(node_id, idx) \ argument 132 #define DT_PWMS_CTLR_BY_IDX(node_id, idx) \ argument 218 #define DT_PWMS_CELL_BY_IDX(node_id, idx, cell) \ argument 292 #define DT_PWMS_CHANNEL_BY_IDX(node_id, idx) \ argument 333 #define DT_PWMS_PERIOD_BY_IDX(node_id, idx) \ argument 375 #define DT_PWMS_FLAGS_BY_IDX(node_id, idx) \ argument 414 #define DT_INST_PWMS_LABEL_BY_IDX(inst, idx) \ argument 449 #define DT_INST_PWMS_CTLR_BY_IDX(inst, idx) \ argument 481 #define DT_INST_PWMS_CELL_BY_IDX(inst, idx, cell) \ argument 512 #define DT_INST_PWMS_CHANNEL_BY_IDX(inst, idx) \ argument [all …]
|
D | io-channels.h | 55 #define DT_IO_CHANNELS_LABEL_BY_IDX(node_id, idx) \ argument 129 #define DT_IO_CHANNELS_CTLR_BY_IDX(node_id, idx) \ argument 178 #define DT_INST_IO_CHANNELS_LABEL_BY_IDX(inst, idx) \ argument 212 #define DT_INST_IO_CHANNELS_CTLR_BY_IDX(inst, idx) \ argument 273 #define DT_IO_CHANNELS_INPUT_BY_IDX(node_id, idx) \ argument 333 #define DT_INST_IO_CHANNELS_INPUT_BY_IDX(inst, idx) \ argument
|
D | clocks.h | 50 #define DT_CLOCKS_CTLR_BY_IDX(node_id, idx) \ argument 122 #define DT_CLOCKS_LABEL_BY_IDX(node_id, idx) \ argument 201 #define DT_CLOCKS_CELL_BY_IDX(node_id, idx, cell) \ argument 259 #define DT_INST_CLOCKS_CTLR_BY_IDX(inst, idx) \ argument 293 #define DT_INST_CLOCKS_LABEL_BY_IDX(inst, idx) \ argument 327 #define DT_INST_CLOCKS_CELL_BY_IDX(inst, idx, cell) \ argument
|
D | pinctrl.h | 40 #define DT_PINCTRL_BY_IDX(node_id, pc_idx, idx) \ argument 57 #define DT_PINCTRL_0(node_id, idx) DT_PINCTRL_BY_IDX(node_id, 0, idx) argument 81 #define DT_PINCTRL_BY_NAME(node_id, name, idx) \ argument 311 #define DT_INST_PINCTRL_BY_IDX(inst, pc_idx, idx) \ argument 329 #define DT_INST_PINCTRL_0(inst, idx) \ argument 344 #define DT_INST_PINCTRL_BY_NAME(inst, name, idx) \ argument
|
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_adv_pdu.h | 23 static inline void lll_adv_pdu_enqueue(struct lll_adv_pdu *pdu, uint8_t idx) in lll_adv_pdu_enqueue() 32 uint8_t *idx) in lll_adv_data_alloc() 37 static inline void lll_adv_data_enqueue(struct lll_adv *lll, uint8_t idx) in lll_adv_data_enqueue() 53 uint8_t *idx) in lll_adv_scan_rsp_alloc() 58 static inline void lll_adv_scan_rsp_enqueue(struct lll_adv *lll, uint8_t idx) in lll_adv_scan_rsp_enqueue() 92 uint8_t *idx) in lll_adv_aux_data_alloc() 98 uint8_t idx) in lll_adv_aux_data_enqueue() 132 uint8_t *idx) in lll_adv_sync_data_alloc() 151 uint8_t idx) in lll_adv_sync_data_enqueue()
|
/Zephyr-Core-2.7.6/drivers/led_strip/ |
D | ws2812_spi.c | 196 #define WS2812_SPI_NUM_PIXELS(idx) \ argument 198 #define WS2812_SPI_HAS_WHITE(idx) \ argument 200 #define WS2812_SPI_ONE_FRAME(idx) \ argument 202 #define WS2812_SPI_ZERO_FRAME(idx) \ argument 204 #define WS2812_SPI_BUFSZ(idx) \ argument 211 #define WS2812_COLOR_MAPPING(idx) \ argument 215 #define WS2812_NUM_COLORS(idx) (DT_INST_PROP_LEN(idx, color_mapping)) argument 218 #define WS2812_RESET_DELAY(idx) DT_INST_PROP(idx, reset_delay) argument 220 #define WS2812_SPI_DEVICE(idx) \ argument
|
D | ws2812_gpio.c | 208 #define WS2812_GPIO_DEV(idx) \ argument 210 #define WS2812_GPIO_PIN(idx) \ argument 212 #define WS2812_GPIO_FLAGS(idx) \ argument 219 #define WS2812_COLOR_MAPPING(idx) \ argument 223 #define WS2812_NUM_COLORS(idx) (DT_INST_PROP_LEN(idx, color_mapping)) argument 231 #define WS2812_GPIO_CLK(idx) DT_LABEL(DT_INST(0, nordic_nrf_clock)) argument 233 #define WS2812_GPIO_DEVICE(idx) \ argument
|
/Zephyr-Core-2.7.6/samples/subsys/shell/shell_module/src/ |
D | dynamic_cmd.c | 33 uint8_t idx; in cmd_dynamic_add() local 81 for (uint8_t idx = 0; idx < dynamic_cmd_cnt; idx++) { in cmd_dynamic_execute() local 99 for (uint8_t idx = 0; idx < dynamic_cmd_cnt; idx++) { in cmd_dynamic_remove() local 141 static void dynamic_cmd_get(size_t idx, struct shell_static_entry *entry) in dynamic_cmd_get()
|
/Zephyr-Core-2.7.6/tests/drivers/gpio/gpio_api_1pin/src/ |
D | test_port.c | 16 gpio_port_value_t val_expected, int idx) in port_get_raw_and_verify() 28 gpio_port_value_t val_expected, int idx) in port_get_and_verify() 40 gpio_port_value_t value, int idx) in port_set_masked_raw_and_verify() 49 gpio_port_value_t value, int idx) in port_set_masked_and_verify() 57 gpio_port_pins_t pins, int idx) in port_set_bits_raw_and_verify() 65 gpio_port_pins_t pins, int idx) in port_set_bits_and_verify() 73 gpio_port_pins_t pins, int idx) in port_clear_bits_raw_and_verify() 81 gpio_port_pins_t pins, int idx) in port_clear_bits_and_verify() 90 gpio_port_pins_t clear_pins, int idx) in port_set_clr_bits_raw() 99 gpio_port_pins_t clear_pins, int idx) in port_set_clr_bits()
|
/Zephyr-Core-2.7.6/soc/arm/atmel_sam/common/ |
D | atmel_sam_dt.h | 47 #define ATMEL_SAM_DT_GPIO(node_id, idx) \ argument 56 #define ATMEL_SAM_DT_INST_GPIO(inst, idx) \ argument 63 #define ATMEL_SAM_DT_PIO(node_id, idx) \ argument 72 #define ATMEL_SAM_DT_INST_PIO(inst, idx) \ argument 86 #define ATMEL_SAM_DT_PIN_ELEM(idx, node_id) ATMEL_SAM_DT_PIN(node_id, idx), argument
|
/Zephyr-Core-2.7.6/drivers/i2c/ |
D | i2c_nrfx_twim.c | 317 #define I2C(idx) DT_NODELABEL(i2c##idx) argument 318 #define I2C_FREQUENCY(idx) \ argument 321 #define CONCAT_BUF_SIZE(idx) \ argument 324 #define FLASH_BUF_MAX_SIZE(idx) \ argument 328 #define USES_MSG_BUF(idx) \ argument 332 #define MSG_BUF_SIZE(idx) MAX(CONCAT_BUF_SIZE(idx), FLASH_BUF_MAX_SIZE(idx)) argument 334 #define I2C_NRFX_TWIM_DEVICE(idx) \ argument
|
D | i2c_gecko.c | 201 #define I2C_LOC_DATA(idx) \ argument 204 #define I2C_VALIDATE_LOC(idx) BUILD_ASSERT(true, "") argument 206 #define I2C_VALIDATE_LOC(idx) \ argument 210 #define I2C_LOC_DATA(idx) \ argument 214 #define I2C_INIT(idx) \ argument
|
/Zephyr-Core-2.7.6/samples/tfm_integration/psa_crypto/src/ |
D | util_sformat.c | 13 uint32_t idx; in sf_hex_ascii() local 27 uint32_t idx; in sf_hex_tabulate_16() local
|
/Zephyr-Core-2.7.6/subsys/net/lib/conn_mgr/ |
D | events_handler.c | 26 int idx; in conn_mgr_iface_events_handler() local 59 int idx; in conn_mgr_ipv6_events_handler() local 117 int idx; in conn_mgr_ipv4_events_handler() local
|
D | conn_mgr.c | 89 int idx; in conn_mgr_act_on_changes() local 139 int idx = net_if_get_by_iface(iface) - 1; in conn_mgr_initial_state() local 196 int idx; in net_conn_mgr_resend_status() local
|
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/util/ |
D | mfifo.h | 83 uint8_t *idx) in mfifo_enqueue_idx_get() 119 static inline void mfifo_by_idx_enqueue(uint8_t *fifo, uint8_t size, uint8_t idx, in mfifo_by_idx_enqueue() 148 uint8_t idx; in mfifo_enqueue_get() local 191 static inline void mfifo_enqueue(uint8_t idx, uint8_t *last) in mfifo_enqueue() 203 #define MFIFO_ENQUEUE(name, idx) \ argument 274 uint8_t first, uint8_t last, uint8_t *idx) in mfifo_dequeue_iter_get() 299 #define MFIFO_DEQUEUE_ITER_GET(name, idx) \ argument
|
/Zephyr-Core-2.7.6/drivers/interrupt_controller/ |
D | intc_gicv3.c | 55 uint32_t idx = intid / GIC_NUM_INTR_PER_REG; in arm_gic_irq_set_priority() local 84 uint32_t idx = intid / GIC_NUM_INTR_PER_REG; in arm_gic_irq_enable() local 103 uint32_t idx = intid / GIC_NUM_INTR_PER_REG; in arm_gic_irq_disable() local 113 uint32_t idx = intid / GIC_NUM_INTR_PER_REG; in arm_gic_irq_is_enabled() local 253 unsigned int idx; in gicv3_dist_init() local
|
/Zephyr-Core-2.7.6/drivers/spi/ |
D | spi_nrfx_spim.c | 368 #define SPIM(idx) DT_NODELABEL(spi##idx) argument 369 #define SPIM_PROP(idx, prop) DT_PROP(SPIM(idx), prop) argument 371 #define SPIM_NRFX_MISO_PULL_DOWN(idx) DT_PROP(SPIM(idx), miso_pull_down) argument 372 #define SPIM_NRFX_MISO_PULL_UP(idx) DT_PROP(SPIM(idx), miso_pull_up) argument 374 #define SPIM_NRFX_MISO_PULL(idx) \ argument 383 #define SPI_NRFX_SPIM_EXTENDED_CONFIG(idx) \ argument 390 #define SPI_NRFX_SPIM_DEVICE(idx) \ argument
|
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio_df.c | 41 #define DFE_GPIO_PSEL(idx) \ argument 48 #define HAS_DFE_GPIO(idx) DT_NODE_HAS_PROP(RADIO_NODE, dfegpio##idx##_gpios) argument 110 for (uint8_t idx = 0; idx < len; ++idx) { in radio_df_ant_switch_pattern_set() local 140 #define ASSERT_DFE_GPIO_FLAGS_ARE_ZERO(idx) \ argument 165 for (uint8_t idx = 0; idx < MAX_DFE_GPIO; ++idx) { in radio_df_ant_switching_pin_sel_cfg() local 195 for (uint8_t idx = 0; idx < MAX_DFE_GPIO; ++idx) { in radio_df_ant_switching_gpios_cfg() local
|