Home
last modified time | relevance | path

Searched refs:start (Results 701 – 725 of 1113) sorted by relevance

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

/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dhandlers.py223 reader_t.start()
364 t.start()
762 t.start()
1094 self.thread.start()
1404 self.thread.start()
Dtestplan.py323 start = (subset - 1) * (per_set + 1)
324 end = start + per_set + 1
327 start = ((subset - num_extra_sets - 1) * per_set) + base
328 end = start + per_set
330 sliced_instances = islice(to_run.items(), start, end)
/Zephyr-latest/subsys/net/lib/http/
Dhttp_parser.c1544 const char *start = p; in parser_execute() local
1556 rc = count_header_size(parser, p - start); in parser_execute()
1672 const char *start = p; in parser_execute() local
1698 p - start); in parser_execute()
1732 rc = count_header_size(parser, p - start); in parser_execute()
/Zephyr-latest/subsys/logging/
Dlog_output.c275 bool color, bool start, uint32_t level) in color_print() argument
278 const char *log_color = start && (colors[level] != NULL) ? in color_print()
/Zephyr-latest/drivers/sensor/bosch/bmm150/
Dbmm150.c46 uint8_t start, uint8_t *buf, int size) in bmm150_reg_read() argument
50 return cfg->bus_io->read(&cfg->bus, start, buf, size); in bmm150_reg_read()
/Zephyr-latest/include/zephyr/arch/arm/cortex_a_r/scripts/
Dlinker.ld134 #include <snippets-rom-start.ld>
261 /* Align the start of image RAM with the
/Zephyr-latest/tests/kernel/mem_protect/userspace/src/
Dmain.c1071 (void *)test_thread.stack_info.start, in ZTEST()
1072 (void *)(test_thread.stack_info.start + in ZTEST()
/Zephyr-latest/doc/develop/getting_started/
Dindex.rst244 start working.
296 start working.
351 start working.
526 If you're using blinky, the LED will start to blink as shown in this figure:
/Zephyr-latest/cmake/linker/
Dlinker_script_common.cmake2 # Create functions - start
226 # Add functions - start
335 # Retrieval functions - start
561 # String functions - start
/Zephyr-latest/subsys/bluetooth/mesh/
Dproxy_srv.c790 int32_t start; member
835 int32_t time_passed = k_uptime_get_32() - sub_adv.start; in gatt_proxy_advertise()
859 sub_adv.start = k_uptime_get_32(); in gatt_proxy_advertise()
/Zephyr-latest/soc/intel/intel_adsp/ace/
Dace-link.ld33 * These macros will set up a segment start address correctly,
524 /* Heap start and end markers. Used to reserve system heap memory. */
540 /* Heap start and end markers. Used with libc malloc code. */
/Zephyr-latest/drivers/spi/
DKconfig78 # zephyr-keep-sorted-start
/Zephyr-latest/drivers/ieee802154/
Dieee802154_uart_pipe.c396 .start = upipe_start,
/Zephyr-latest/drivers/led_strip/
DKconfig.ws281228 times the number of pixels. A few more for the start and end
/Zephyr-latest/drivers/sensor/bosch/bmi160/
DKconfig158 bool "fast start-up"
/Zephyr-latest/drivers/modem/
DKconfig.ublox-sara-r491 so that it can start before the networking sub-system.
/Zephyr-latest/drivers/counter/
Dcounter_ambiq_timer.c233 .start = counter_ambiq_start,
Dcounter_gecko_stimer.c270 .start = counter_gecko_start,
Dcounter_mchp_xec.c278 .start = counter_xec_start,
Dcounter_mcux_tpm.c255 .start = mcux_tpm_start,
/Zephyr-latest/doc/services/tfm/
Dintegration.rst68 such that our non-secure Zephyr application code will start at 0x10000, with
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dproxy.rst57 When the node receives the Solicitation PDU and successfully authenticates it, it will start
/Zephyr-latest/drivers/can/
Dcan_numaker.c165 .start = can_mcan_start,
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-dev.rst58 To start developing using this setup follow the :ref:`Getting Started Guide
186 that's used to start advertising a specific combination of advertising
/Zephyr-latest/cmake/linker/ld/
Dld_script.cmake30 set(start ": ORIGIN = (${address})") variable
36 set(memory_region " ${name} ${flags} ${start}${size}")

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