Home
last modified time | relevance | path

Searched refs:index (Results 301 – 325 of 767) sorted by relevance

1...<<11121314151617181920>>...31

/Zephyr-latest/dts/arm/nuvoton/npcx/npcx9/
Dnpcx9-espi-vws-map.dtsi30 /* index 50h (Out) */
44 /* index 51h (Out) */
/Zephyr-latest/subsys/input/
Dinput_longpress.c29 uint8_t index; member
42 code = cfg->long_codes[entry->index]; in longpress_deferred()
99 entry->index = i; in longpress_init()
/Zephyr-latest/samples/drivers/soc_flash_nrf/src/
Dmain.c189 info.index, (unsigned long) info.start_offset); in main()
203 if (info.index == FLASH_TEST_PAGE_IDX) { in main()
207 info.index); in main()
/Zephyr-latest/modules/hostap/src/
Dsupp_api.c492 unsigned int index; in process_cipher_config() local
524 for (index = 0; index < ARRAY_SIZE(ciphers); index++) { in process_cipher_config()
525 if (cipher_capa == ciphers[index].capa) { in process_cipher_config()
526 cipher_config->group_cipher = ciphers[index].name; in process_cipher_config()
527 cipher_config->pairwise_cipher = ciphers[index].name; in process_cipher_config()
532 if (index == ARRAY_SIZE(ciphers)) { in process_cipher_config()
537 for (index = 0; index < ARRAY_SIZE(ciphers_group_mgmt); index++) { in process_cipher_config()
538 if (gropu_mgmt_cipher_capa == ciphers_group_mgmt[index].capa) { in process_cipher_config()
539 cipher_config->group_mgmt_cipher = ciphers_group_mgmt[index].name; in process_cipher_config()
544 if (index == ARRAY_SIZE(ciphers_group_mgmt)) { in process_cipher_config()
[all …]
/Zephyr-latest/tests/drivers/pwm/pwm_loopback/boards/
Dnucleo_f103rb.overlay12 /* first index must be a 32-Bit timer */
/Zephyr-latest/boards/segger/ip_k66f/
Dlinker.ld21 * placed on the index (position) 1 (as net_if_get_by_index() uses
22 * internally '_net_if_list_start[index - 1]' linker generated symbol).
/Zephyr-latest/drivers/ethernet/
Deth_stm32_hal.c161 size_t index = (RxBufferPtr)buff - &dma_rx_buffer[0]; in HAL_ETH_RxLinkCallback() local
162 struct eth_stm32_rx_buffer_header *header = &dma_rx_buffer_header[index]; in HAL_ETH_RxLinkCallback()
164 __ASSERT_NO_MSG(index < ETH_RXBUFNB); in HAL_ETH_RxLinkCallback()
206 for (uint16_t index = 0; index < ETH_TXBUFNB; index++) { in allocate_tx_buffer() local
207 if (!dma_tx_buffer_header[index].used) { in allocate_tx_buffer()
208 dma_tx_buffer_header[index].used = true; in allocate_tx_buffer()
209 return index; in allocate_tx_buffer()
220 for (uint16_t index = 0; index < ETH_TX_DESC_CNT; index++) { in allocate_tx_context() local
221 if (!dma_tx_context[index].used) { in allocate_tx_context()
222 dma_tx_context[index].used = true; in allocate_tx_context()
[all …]
/Zephyr-latest/drivers/dai/intel/hda/
Dhda.h32 uint32_t index; member
/Zephyr-latest/tests/bluetooth/audio/mocks/src/
Dconn.c13 return conn->index; in bt_conn_index()
/Zephyr-latest/scripts/build/
Dllext_inject_slids.py112 for (index, symbol) in imports:
120 original_st_value = rd_st_val(index)
125 wr_st_val(index, slid)
/Zephyr-latest/tests/drivers/flash/erase_blocks/src/
Dmain.c134 uint32_t page0_index = info->index - 1; in test_flash_write_across_page_boundary()
135 uint32_t page1_index = info->index; in test_flash_write_across_page_boundary()
179 size_t page_index = info->index; in test_flash_erase_page()
/Zephyr-latest/subsys/bluetooth/host/classic/
Dhfp_ag.c758 static int hfp_ag_update_indicator(struct bt_hfp_ag *ag, enum bt_hfp_ag_indicator index, in hfp_ag_update_indicator() argument
765 old_value = ag->indicator_value[index]; in hfp_ag_update_indicator()
767 LOG_ERR("Duplicate value setting, indicator %d, old %d -> new %d", index, old_value, in hfp_ag_update_indicator()
773 ag->indicator_value[index] = value; in hfp_ag_update_indicator()
776 LOG_DBG("indicator %d, old %d -> new %d", index, old_value, value); in hfp_ag_update_indicator()
778 err = hfp_ag_send_data(ag, cb, user_data, "\r\n+CIEV:%d,%d\r\n", (uint8_t)index + 1, value); in hfp_ag_update_indicator()
781 ag->indicator_value[index] = old_value; in hfp_ag_update_indicator()
783 LOG_ERR("Fail to update indicator %d, current %d", index, old_value); in hfp_ag_update_indicator()
942 int index = 0; in bt_hfp_ag_bia_handler() local
958 indicator |= BIT(index); in bt_hfp_ag_bia_handler()
[all …]
/Zephyr-latest/drivers/ipm/
Dipm_imx.c53 static inline bool MU_IsRxFull(MU_Type *base, uint32_t index) in MU_IsRxFull() argument
55 switch (index) { in MU_IsRxFull()
81 static inline bool MU_IsTxEmpty(MU_Type *base, uint32_t index) in MU_IsTxEmpty() argument
83 switch (index) { in MU_IsTxEmpty()
/Zephyr-latest/tests/lib/cmsis_dsp/quaternionmath/src/
Df32.c134 size_t index; in ZTEST() local
148 for (index = 0; index < (length / 4); index++) { in ZTEST()
/Zephyr-latest/drivers/adc/
Diadc_gecko.c113 uint8_t index; in start_read() local
138 index = find_lsb_set(channels) - 1; in start_read()
139 if (index >= GECKO_CHANNEL_COUNT) { in start_read()
140 LOG_DBG("Requested channel index not available: %d", index); in start_read()
144 if (!data->channel_config[index].initialized) { in start_read()
149 channels &= ~BIT(index); in start_read()
Dadc_max1125x.c430 for (int index = 0; index < 3; index++) { in max1125x_configure_chmap() local
431 if ((chmap1_register[index] >> 2) >= last_order) { in max1125x_configure_chmap()
432 last_order = chmap1_register[index] >> 2; in max1125x_configure_chmap()
439 for (int index = 0; index < 3; index++) { in max1125x_configure_chmap() local
440 if ((chmap0_register[index] >> 2) >= last_order) { in max1125x_configure_chmap()
441 last_order = chmap0_register[index] >> 2; in max1125x_configure_chmap()
/Zephyr-latest/subsys/bluetooth/services/ots/
Dots.c628 uint32_t index; in ots_conn_disconnected() local
631 for (instance = BT_GATT_OTS_INSTANCE_LIST_START, index = 0; in ots_conn_disconnected()
632 index < instance_cnt; in ots_conn_disconnected()
633 instance++, index++) { in ots_conn_disconnected()
635 LOG_DBG("Processing disconnect for OTS instance %u", index); in ots_conn_disconnected()
663 uint32_t index; in bt_gatt_ots_instances_prepare() local
666 for (instance = BT_GATT_OTS_INSTANCE_LIST_START, index = 0; in bt_gatt_ots_instances_prepare()
668 instance++, index++) { in bt_gatt_ots_instances_prepare()
678 instance->service = &BT_GATT_OTS_SERVICE_LIST_START[index]; in bt_gatt_ots_instances_prepare()
/Zephyr-latest/drivers/gpio/
Dgpio_ite_it8xxx2.c44 uint8_t index; member
368 __ASSERT(gpio_config->index < GPIO_GROUP_COUNT, in gpio_ite_configure()
387 (gpio_config->index + 'A'), pin); in gpio_ite_configure()
409 gpio_1p8v[gpio_config->index][pin].offset); in gpio_ite_configure()
410 mask_1p8v = gpio_1p8v[gpio_config->index][pin].mask_1p8v; in gpio_ite_configure()
475 __ASSERT(gpio_config->index < GPIO_GROUP_COUNT, in gpio_ite_get_config()
485 gpio_1p8v[gpio_config->index][pin].offset); in gpio_ite_get_config()
491 mask_1p8v = gpio_1p8v[gpio_config->index][pin].mask_1p8v; in gpio_ite_get_config()
701 .index = (uint8_t)(DT_INST_REG_ADDR(inst) - \
/Zephyr-latest/drivers/sensor/grow_r502a/
Dgrow_r502a.c1228 #define GROW_R502A_INIT(index) \ argument
1229 static struct grow_r502a_data grow_r502a_data_##index; \
1231 static struct grow_r502a_config grow_r502a_config_##index = { \
1232 .dev = DEVICE_DT_GET(DT_INST_BUS(index)), \
1233 .comm_addr = DT_INST_REG_ADDR(index), \
1235 (.vin_gpios = GPIO_DT_SPEC_INST_GET_OR(index, vin_gpios, {}), \
1236 .act_gpios = GPIO_DT_SPEC_INST_GET_OR(index, act_gpios, {}),)) \
1238 (.int_gpios = GPIO_DT_SPEC_INST_GET_OR(index, int_gpios, {}),)) \
1241 DEVICE_DT_INST_DEFINE(index, &grow_r502a_init, NULL, &grow_r502a_data_##index, \
1242 &grow_r502a_config_##index, POST_KERNEL, \
[all …]
/Zephyr-latest/doc/_doxygen/
Dmainpage.md10 of Zephyr resources](https://docs.zephyrproject.org/latest/introduction/index.html#resources)
18 documentation](https://docs.zephyrproject.org/latest/boards/index.html).
/Zephyr-latest/include/zephyr/linker/
Ddebug-sections.ld10 SECTION_PROLOGUE(.stab.index, 0,) { *(.stab.index) }
/Zephyr-latest/doc/services/pm/
Dindex.rst18 api/index.rst
/Zephyr-latest/doc/security/
Dindex.rst19 standards/index.rst
/Zephyr-latest/tests/subsys/mgmt/mcumgr/enum_mgmt/src/
Dsmp_test_util.h25 uint16_t *buffer_size, uint32_t index);
/Zephyr-latest/subsys/usb/host/
Dusbh_ch9.c87 const uint8_t type, const uint8_t index, in usbh_req_desc() argument
94 const uint16_t wValue = (type << 8) | index; in usbh_req_desc()
129 const uint8_t index, in usbh_req_desc_cfg() argument
143 ret = usbh_req_desc(udev, type, index, 0, wLength, buf); in usbh_req_desc_cfg()

1...<<11121314151617181920>>...31