Home
last modified time | relevance | path

Searched defs:idx (Results 551 – 575 of 689) sorted by relevance

1...<<2122232425262728

/Zephyr-latest/drivers/pwm/
Dpwm_renesas_rz_gpt.c592 #define GPT(idx) DT_INST_PARENT(idx) argument
/Zephyr-latest/drivers/wifi/eswifi/
Deswifi_offload.c414 int idx; in eswifi_off_get() local
/Zephyr-latest/drivers/spi/
Dspi_silabs_usart.c36 #define GET_USART_CLOCK(idx) \ argument
/Zephyr-latest/drivers/counter/
Dcounter_max32_timer.c308 #define MAX32_TIM(idx) ((mxc_tmr_regs_t *)DT_REG_ADDR(TIMER(idx))) argument
Dcounter_renesas_rz_gtm.c512 #define GTM(idx) DT_INST_PARENT(idx) argument
/Zephyr-latest/drivers/ethernet/
Deth_cyclonev.c32 #define INC_WRAP(idx, size) ({ idx = (idx + 1) % size; }) argument
/Zephyr-latest/tests/subsys/shell/shell/src/
Dmain.c255 static void dynamic_cmd_get(size_t idx, struct shell_static_entry *entry) in dynamic_cmd_get()
/Zephyr-latest/subsys/net/ip/
Dipv6_nbr.c133 static inline struct net_nbr *get_nbr(int idx) in get_nbr()
668 uint8_t idx) in net_ipv6_nbr_lookup_by_index()
1015 struct net_nbr *net_ipv6_get_nbr(struct net_if *iface, uint8_t idx) in net_ipv6_get_nbr()
/Zephyr-latest/drivers/ethernet/dwc_xgmac/
Deth_dwc_xgmac.c414 static void dwxgmac_set_mac_addr_by_idx(const struct device *dev, uint8_t *addr, uint8_t idx, in dwxgmac_set_mac_addr_by_idx()
1523 for (uint32_t idx = 1u; idx < XGMAC_MAX_MAC_ADDR_COUNT; idx++) { in get_free_mac_addr_indx() local
1539 for (uint32_t idx = 1u; idx < XGMAC_MAX_MAC_ADDR_COUNT; idx++) { in disable_filter_for_mac_addr() local
/Zephyr-latest/subsys/net/lib/ptp/
Dport.c82 static int port_msg_send(struct ptp_port *port, struct ptp_msg *msg, enum ptp_socket idx) in port_msg_send()
1046 enum ptp_port_event ptp_port_event_gen(struct ptp_port *port, int idx) in ptp_port_event_gen()
/Zephyr-latest/tests/net/ipv6_fragment/src/
Dmain.c914 uint8_t idx; member
1634 int idx; in test_setup() local
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap_usb.c479 static size_t usb_ring_buf_get(int16_t dest[], int16_t src[], size_t idx, size_t cnt) in usb_ring_buf_get()
/Zephyr-latest/soc/intel/intel_adsp/tools/
Dcavstool.py703 def idx_mod(wlen, idx): argument
/Zephyr-latest/drivers/sensor/espressif/pcnt_esp32/
Dpcnt_esp32.c61 const uint8_t idx; member
/Zephyr-latest/drivers/gpio/
Dgpio_mchp_mec5.c86 size_t idx = 0; in gpio_mec5_configure() local
Dgpio_dw.c441 #define GPIO_CFG_IRQ(idx, n) \ argument
/Zephyr-latest/drivers/crypto/
Dcrypto_cc23x0.c41 #define CCM_CC23_BYTE_GET(idx, val) FIELD_GET(0xff << ((idx) << 3), (val)) argument
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_obj_firmware.c490 for (int idx = 0; idx < MAX_INSTANCE_COUNT; idx++) { in lwm2m_firmware_init() local
/Zephyr-latest/drivers/ethernet/eth_nxp_enet_qos/
Deth_nxp_enet_qos_mac.c679 #define NXP_ENET_QOS_CONNECT_IRQS(node_id, prop, idx) \ argument
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/
Dull.c334 uint8_t idx; in rx_alloc() local
/Zephyr-latest/subsys/testsuite/ztest/src/
Dztress.c177 int idx = 31 - __builtin_clz(mask); in preempt_update() local
/Zephyr-latest/subsys/net/lib/dns/
Dresolve.c181 static void dns_postprocess_server(struct dns_resolve_context *ctx, int idx) in dns_postprocess_server()
438 int i = 0, idx = 0; in dns_resolve_init_locked() local
/Zephyr-latest/drivers/regulator/
Dregulator_shell.c530 static void device_name_get(size_t idx, struct shell_static_entry *entry) in device_name_get()
/Zephyr-latest/subsys/usb/device/
Dusb_descriptor.c264 for (uint8_t idx = 1; idx < 16U; idx++) { in usb_validate_ep_cfg_data() local
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_scan_delegator.c1143 uint8_t idx = POINTER_TO_UINT(BT_AUDIO_CHRC_USER_DATA(attr)); in read_recv_state() local
1175 #define RECEIVE_STATE_CHARACTERISTIC(idx) \ argument

1...<<2122232425262728