Home
last modified time | relevance | path

Searched refs:start (Results 651 – 675 of 1113) sorted by relevance

1...<<21222324252627282930>>...45

/Zephyr-latest/doc/build/dts/
Dintro-syntax-structure.rst187 The physical start address.
192 Like RAM, the physical start address.
194 whose physical start address is 0x8000000.
198 The unit address is the partition's start offset within the flash memory.
212 The node named ``partition@0`` has offset 0 from the start of its flash
/Zephyr-latest/subsys/debug/gdbstub/
Dgdbstub.c73 if ((addr >= r->start) && in find_memory_region()
75 ((addr + len) >= r->start) && in find_memory_region()
/Zephyr-latest/drivers/sensor/bosch/bmp388/
Dbmp388.c57 uint8_t start, uint8_t *buf, int size) in bmp388_reg_read() argument
61 return cfg->bus_io->read(&cfg->bus, start, buf, size); in bmp388_reg_read()
/Zephyr-latest/samples/sensor/ds18b20/
DREADME.rst26 If the sensor is not built into your board, start by wiring the sensor pins
/Zephyr-latest/drivers/counter/
Dcounter_mcux_gpt.c217 .start = mcux_gpt_start,
Dcounter_rpi_pico_timer.c193 .start = counter_rpi_pico_timer_start,
/Zephyr-latest/samples/subsys/shell/shell_module/
DREADME.rst65 shows the shell prompt, at which point the user may start the interaction.
/Zephyr-latest/drivers/
DKconfig8 # zephyr-keep-sorted-start
/Zephyr-latest/modules/segger/
DKconfig88 bool "Place RTT data in custom linker section at RAM start"
/Zephyr-latest/samples/subsys/usb/cdc_acm/
DREADME.rst71 DTR set, start test
/Zephyr-latest/drivers/ethernet/
DKconfig.nxp_s32_netc101 that it can start after the PSI but before the networking sub-system.
/Zephyr-latest/samples/net/prometheus/
DREADME.rst87 Once restarted, Prometheus will start scraping metrics from your server according
/Zephyr-latest/drivers/can/
Dcan_mcux_mcan.c140 .start = can_mcan_start,
Dcan_nrf.c62 .start = can_mcan_start,
Dcan_sam.c128 .start = can_mcan_start,
Dcan_sam0.c166 .start = can_mcan_start,
/Zephyr-latest/boards/nxp/mr_canhubk3/support/
Dstartup.cmm4 ; Lauterbach Trace32 start-up script for S32K344 / Cortex-M7 *
/Zephyr-latest/subsys/net/ip/
Droute.c61 static inline struct net_nbr *get_nexthop_nbr(struct net_nbr *start, int idx) in get_nexthop_nbr() argument
66 return (struct net_nbr *)((uint8_t *)start + in get_nexthop_nbr()
67 ((sizeof(struct net_nbr) + start->size) * idx)); in get_nexthop_nbr()
/Zephyr-latest/include/zephyr/arch/x86/ia32/
Dlinker.ld102 #include <snippets-rom-start.ld>
188 #include <snippets-rom-start.ld>
323 #include <snippets-rom-start.ld>
/Zephyr-latest/samples/net/lwm2m_client/
DREADME.rst90 The sample will start and automatically connect to the Leshan Demo Server with
168 The sample will start and automatically connect to the Leshan Demo Bootstrap
208 ot thread start
/Zephyr-latest/boards/nxp/imx8mp_evk/doc/
Dindex.rst157 #jailhouse cell start 1
201 Load the M7 binary onto the desired memory and start its execution using:
292 …root@imx8mp-lpddr4-evk:~# echo start > /sys/devices/platform/imx8mp-cm7/remoteproc/remoteproc0/st…
/Zephyr-latest/drivers/sensor/bosch/bme680/
Dbme680.c52 uint8_t start, void *buf, int size) in bme680_reg_read() argument
56 return config->bus_io->read(dev, start, buf, size); in bme680_reg_read()
/Zephyr-latest/soc/nxp/imxrt/imxrt11xx/
Dsoc.c133 .start = CONFIG_FLASH_BASE_ADDRESS,
136 .start = CONFIG_SRAM_BASE_ADDRESS,
/Zephyr-latest/drivers/sensor/grow_r502a/
Dgrow_r502a.c34 tx_packet->start = sys_cpu_to_be16(R502A_STARTCODE); in transceive_packet()
75 if (sys_be16_to_cpu(rx_packet->start) == R502A_STARTCODE) { in r502a_validate_rx_packet()
76 LOG_DBG("startcode matched 0x%X", sys_be16_to_cpu(rx_packet->start)); in r502a_validate_rx_packet()
78 LOG_ERR("startcode didn't match 0x%X", sys_be16_to_cpu(rx_packet->start)); in r502a_validate_rx_packet()
/Zephyr-latest/tests/benchmarks/latency_measure/
DREADME.rst15 * Time it takes to start a newly created thread
66 …thread.start.kernel.from.kernel - Start thread : …
119 …thread.start.kernel.from.kernel - Start thread : …
176 …thread.start.kernel.from.kernel - Start thread : …
242 …thread.start.kernel.from.kernel - Start thread : …
247 …thread.start.user.from.kernel - Start thread : …
252 …thread.start.user.from.user - Start thread : …
256 …thread.start.kernel.from.user - Start thread : …

1...<<21222324252627282930>>...45