Searched refs:start (Results 651 – 675 of 1113) sorted by relevance
1...<<21222324252627282930>>...45
/Zephyr-latest/doc/build/dts/ |
D | intro-syntax-structure.rst | 187 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/ |
D | gdbstub.c | 73 if ((addr >= r->start) && in find_memory_region() 75 ((addr + len) >= r->start) && in find_memory_region()
|
/Zephyr-latest/drivers/sensor/bosch/bmp388/ |
D | bmp388.c | 57 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/ |
D | README.rst | 26 If the sensor is not built into your board, start by wiring the sensor pins
|
/Zephyr-latest/drivers/counter/ |
D | counter_mcux_gpt.c | 217 .start = mcux_gpt_start,
|
D | counter_rpi_pico_timer.c | 193 .start = counter_rpi_pico_timer_start,
|
/Zephyr-latest/samples/subsys/shell/shell_module/ |
D | README.rst | 65 shows the shell prompt, at which point the user may start the interaction.
|
/Zephyr-latest/drivers/ |
D | Kconfig | 8 # zephyr-keep-sorted-start
|
/Zephyr-latest/modules/segger/ |
D | Kconfig | 88 bool "Place RTT data in custom linker section at RAM start"
|
/Zephyr-latest/samples/subsys/usb/cdc_acm/ |
D | README.rst | 71 DTR set, start test
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.nxp_s32_netc | 101 that it can start after the PSI but before the networking sub-system.
|
/Zephyr-latest/samples/net/prometheus/ |
D | README.rst | 87 Once restarted, Prometheus will start scraping metrics from your server according
|
/Zephyr-latest/drivers/can/ |
D | can_mcux_mcan.c | 140 .start = can_mcan_start,
|
D | can_nrf.c | 62 .start = can_mcan_start,
|
D | can_sam.c | 128 .start = can_mcan_start,
|
D | can_sam0.c | 166 .start = can_mcan_start,
|
/Zephyr-latest/boards/nxp/mr_canhubk3/support/ |
D | startup.cmm | 4 ; Lauterbach Trace32 start-up script for S32K344 / Cortex-M7 *
|
/Zephyr-latest/subsys/net/ip/ |
D | route.c | 61 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/ |
D | linker.ld | 102 #include <snippets-rom-start.ld> 188 #include <snippets-rom-start.ld> 323 #include <snippets-rom-start.ld>
|
/Zephyr-latest/samples/net/lwm2m_client/ |
D | README.rst | 90 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/ |
D | index.rst | 157 #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/ |
D | bme680.c | 52 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/ |
D | soc.c | 133 .start = CONFIG_FLASH_BASE_ADDRESS, 136 .start = CONFIG_SRAM_BASE_ADDRESS,
|
/Zephyr-latest/drivers/sensor/grow_r502a/ |
D | grow_r502a.c | 34 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/ |
D | README.rst | 15 * 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