/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | handlers.py | 223 reader_t.start() 364 t.start() 762 t.start() 1094 self.thread.start() 1404 self.thread.start()
|
D | testplan.py | 323 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/ |
D | http_parser.c | 1544 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/ |
D | log_output.c | 275 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/ |
D | bmm150.c | 46 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/ |
D | linker.ld | 134 #include <snippets-rom-start.ld> 261 /* Align the start of image RAM with the
|
/Zephyr-latest/tests/kernel/mem_protect/userspace/src/ |
D | main.c | 1071 (void *)test_thread.stack_info.start, in ZTEST() 1072 (void *)(test_thread.stack_info.start + in ZTEST()
|
/Zephyr-latest/doc/develop/getting_started/ |
D | index.rst | 244 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/ |
D | linker_script_common.cmake | 2 # Create functions - start 226 # Add functions - start 335 # Retrieval functions - start 561 # String functions - start
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | proxy_srv.c | 790 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/ |
D | ace-link.ld | 33 * 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/ |
D | Kconfig | 78 # zephyr-keep-sorted-start
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_uart_pipe.c | 396 .start = upipe_start,
|
/Zephyr-latest/drivers/led_strip/ |
D | Kconfig.ws2812 | 28 times the number of pixels. A few more for the start and end
|
/Zephyr-latest/drivers/sensor/bosch/bmi160/ |
D | Kconfig | 158 bool "fast start-up"
|
/Zephyr-latest/drivers/modem/ |
D | Kconfig.ublox-sara-r4 | 91 so that it can start before the networking sub-system.
|
/Zephyr-latest/drivers/counter/ |
D | counter_ambiq_timer.c | 233 .start = counter_ambiq_start,
|
D | counter_gecko_stimer.c | 270 .start = counter_gecko_start,
|
D | counter_mchp_xec.c | 278 .start = counter_xec_start,
|
D | counter_mcux_tpm.c | 255 .start = mcux_tpm_start,
|
/Zephyr-latest/doc/services/tfm/ |
D | integration.rst | 68 such that our non-secure Zephyr application code will start at 0x10000, with
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | proxy.rst | 57 When the node receives the Solicitation PDU and successfully authenticates it, it will start
|
/Zephyr-latest/drivers/can/ |
D | can_numaker.c | 165 .start = can_mcan_start,
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-dev.rst | 58 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/ |
D | ld_script.cmake | 30 set(start ": ORIGIN = (${address})") variable 36 set(memory_region " ${name} ${flags} ${start}${size}")
|