Home
last modified time | relevance | path

Searched defs:slot (Results 1 – 14 of 14) sorted by relevance

/Zephyr-Core-2.7.6/soc/xtensa/intel_adsp/common/
Dtrace_out.c36 struct slot { struct
37 struct slot_hdr hdr; argument
44 uint32_t curr_slot; /* To which slot are we writing? */ argument
56 static inline struct slot *slot(int i) in slot() function
/Zephyr-Core-2.7.6/samples/bluetooth/eddystone/src/
Dmain.c208 struct eds_slot *slot = &eds_slots[eds_active_slot]; in read_tx_power() local
223 struct eds_slot *slot = &eds_slots[eds_active_slot]; in write_tx_power() local
242 struct eds_slot *slot = &eds_slots[eds_active_slot]; in read_adv_tx_power() local
258 struct eds_slot *slot = &eds_slots[eds_active_slot]; in write_adv_tx_power() local
277 struct eds_slot *slot = &eds_slots[eds_active_slot]; in read_interval() local
290 struct eds_slot *slot = &eds_slots[eds_active_slot]; in read_lock() local
300 struct eds_slot *slot = &eds_slots[eds_active_slot]; in write_lock() local
335 struct eds_slot *slot = &eds_slots[eds_active_slot]; in read_unlock() local
356 struct eds_slot *slot = &eds_slots[eds_active_slot]; in write_unlock() local
395 struct eds_slot *slot = &eds_slots[eds_active_slot]; in read_adv_data() local
[all …]
/Zephyr-Core-2.7.6/include/drivers/dma/
Ddma_stm32.h17 #define STM32_DMA_SLOT(id, dir, slot) 0 argument
19 #define STM32_DMA_SLOT(id, dir, slot) DT_INST_DMAS_CELL_BY_NAME(id, dir, slot) argument
/Zephyr-Core-2.7.6/boards/xtensa/intel_adsp_cavs15/tools/lib/
Dloglist.py34 def parse_slot(self, slot): argument
/Zephyr-Core-2.7.6/samples/net/sockets/echo_server/src/
Dtcp.c122 int slot = POINTER_TO_INT(ptr1); in handle_data() local
214 int slot; in process_tcp() local
/Zephyr-Core-2.7.6/boards/xtensa/intel_adsp_cavs15/tools/
Dadsplog.py74 def read_slot(slot, mem): argument
/Zephyr-Core-2.7.6/subsys/net/l2/ethernet/lldp/
Dlldp.c200 int slot) in lldp_start_timer()
229 int ret, slot; in lldp_start() local
/Zephyr-Core-2.7.6/drivers/dma/
Ddma_stm32_v1.c39 uint32_t dma_stm32_slot_to_channel(uint32_t slot) in dma_stm32_slot_to_channel()
341 uint32_t slot) in stm32_dma_config_channel_function()
Ddma_mcux_edma.c190 uint32_t slot = config->dma_slot; in dma_mcux_edma_configure() local
/Zephyr-Core-2.7.6/drivers/flash/
Dsoc_flash_nrf_ticker.c31 uint32_t slot; /* timeslot length. */ member
/Zephyr-Core-2.7.6/samples/net/sockets/dumb_http_server_mt/src/
Dmain.c265 int slot; in process_tcp() local
/Zephyr-Core-2.7.6/drivers/sensor/max30101/
Dmax30101.h95 enum max30101_slot slot[4]; member
/Zephyr-Core-2.7.6/tests/net/lib/dns_resolve/src/
Dmain.c138 int slot; in sender_iface() local
/Zephyr-Core-2.7.6/subsys/net/lib/dns/
Dresolve.c951 static void dns_resolve_cancel_slot(struct dns_resolve_context *ctx, int slot) in dns_resolve_cancel_slot()