/Zephyr-latest/tests/drivers/counter/counter_basic_api/src/ |
D | test_counter.c | 39 #define ADI_MAX32_COUNTER_DEV(idx) \ argument 47 #define STM32_COUNTER_DEV(idx) \ argument
|
/Zephyr-latest/drivers/smbus/ |
D | smbus_shell.c | 358 static void device_name_get(size_t idx, struct shell_static_entry *entry) in device_name_get()
|
/Zephyr-latest/tests/drivers/spi/spi_error_cases/src/ |
D | main.c | 49 int *idx = spim ? &tdata.spim_alloc_idx : &tdata.spis_alloc_idx; in buf_alloc() local
|
/Zephyr-latest/tests/bluetooth/controller/common/src/ |
D | helper_util.c | 290 void test_setup_idx(struct ll_conn *conn, uint8_t idx) in test_setup_idx()
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_shell.c | 349 static void device_name_get(size_t idx, struct shell_static_entry *entry) in device_name_get()
|
/Zephyr-latest/drivers/adc/ |
D | adc_shell.c | 483 static void cmd_adc_dev_get(size_t idx, struct shell_static_entry *entry) in cmd_adc_dev_get()
|
/Zephyr-latest/kernel/include/ |
D | priority_q.h | 252 uint8_t idx; member
|
/Zephyr-latest/tests/kernel/mem_protect/demand_paging/mem_map/src/ |
D | main.c | 409 int idx; in print_histogram() local
|
/Zephyr-latest/drivers/mbox/ |
D | mbox_ti_omap.c | 210 #define MAILBOX_INSTANCE_DEFINE(idx) \ argument
|
/Zephyr-latest/tests/net/lib/dns_addremove/src/ |
D | main.c | 79 uint8_t idx; member
|
/Zephyr-latest/drivers/dma/ |
D | dma_smartbond.c | 167 int idx; in dma_smartbond_is_dma_active() local 1014 int idx; in dma_smartbond_init() local
|
/Zephyr-latest/drivers/pwm/ |
D | pwm_led_esp32.c | 40 const uint8_t idx; member
|
/Zephyr-latest/soc/nuvoton/npcx/common/ |
D | pinctrl_soc.h | 253 #define Z_PINCTRL_STATE_PIN_INIT(node_id, prop, idx) \ argument
|
/Zephyr-latest/drivers/sensor/ite/ite_vcmp_it8xxx2/ |
D | vcmp_ite_it8xxx2.c | 249 int idx, status; in vcmp_it8xxx2_isr() local
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_gecko.c | 412 #define GPIO_PORT_INIT(idx) \ argument
|
D | gpio_pcf857x.c | 390 #define GPIO_PCF857X_INST(idx) \ argument
|
D | gpio_altera_pio.c | 292 #define GPIO_CFG_IRQ(idx, n) \ argument
|
/Zephyr-latest/arch/arm/core/mpu/ |
D | nxp_mpu.c | 165 for (size_t idx = 0; idx < num_regions; idx++) { in mpu_configure_regions_from_dt() local
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | dfu_cli.h | 70 uint8_t idx; member
|
/Zephyr-latest/drivers/input/ |
D | input_xpt2046.c | 62 #define CONVERT_U16(buf, idx) ((uint16_t)((buf[idx] & 0x7f) << 5) | (buf[idx + 1] >> 3)) argument
|
/Zephyr-latest/include/zephyr/sys/ |
D | cbprintf_internal.h | 503 #define Z_CBPRINTF_IS_X_PCHAR(idx, x, flags) \ argument
|
/Zephyr-latest/tests/subsys/settings/fcb/src/ |
D | settings_test_fcb.c | 218 int idx = 0; in c2_var_find() local
|
/Zephyr-latest/drivers/modem/ |
D | simcom-sim7080.c | 1980 for (unsigned int idx = 0; idx < tp_udl; idx++) { in mdm_decode_pdu() local 2007 for (int idx = 0; idx < tp_udl - header_skip; idx++) { in mdm_decode_pdu() local 2013 for (int idx = 0; idx < tp_udl - header_skip; idx++) { in mdm_decode_pdu() local
|
/Zephyr-latest/drivers/dai/nxp/sai/ |
D | sai.h | 106 #define SAI_TX_FIFO_BASE(inst, idx)\ argument 110 #define SAI_RX_FIFO_BASE(inst, idx)\ argument
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_msg.h | 559 #define Z_LOG_LOCAL_ARG_NAME(idx, arg) COND_CODE_0(idx, (arg), (_v##idx)) argument 562 #define Z_LOG_LOCAL_ARG_CREATE(idx, arg) \ argument
|