Home
last modified time | relevance | path

Searched refs:start (Results 126 – 150 of 1213) sorted by relevance

12345678910>>...49

/Zephyr-latest/include/zephyr/arch/arm/mpu/
Darm_mpu_v7m.h284 #define _ARCH_MEM_PARTITION_ALIGN_CHECK_START(start, size) argument
286 #define _ARCH_MEM_PARTITION_ALIGN_CHECK_START(start, size) \ argument
287 BUILD_ASSERT(!((uint32_t)(start) & ((size) - 1)), \
291 #define _ARCH_MEM_PARTITION_ALIGN_CHECK(start, size) \ argument
293 _ARCH_MEM_PARTITION_ALIGN_CHECK_START(start, size)
/Zephyr-latest/tests/drivers/disk/disk_access/src/
Dmain.c133 static int read_sector(uint8_t *buf, uint32_t start, uint32_t num_sectors) in read_sector() argument
139 rc = disk_access_read(disk_pdrv, buf, start, num_sectors); in read_sector()
177 uint32_t start, uint32_t num_sectors) in write_sector_checked() argument
186 rc = disk_access_write(disk_pdrv, wbuf, start, num_sectors); in write_sector_checked()
192 rc = read_sector(rbuf, start, num_sectors); in write_sector_checked()
/Zephyr-latest/arch/x86/core/
Dx86_mmu.c1492 static inline int reset_region(uintptr_t start, size_t size) in reset_region() argument
1494 return range_map_unlocked((void *)start, 0, size, 0, 0, in reset_region()
1499 static inline int apply_region(uintptr_t start, size_t size, pentry_t attr) in apply_region() argument
1501 return range_map_unlocked((void *)start, 0, size, attr, MASK_PERM, in apply_region()
1528 if (incoming->stack_info.start != current_stack_start || in z_x86_swap_update_common_page_table()
1535 apply_region(incoming->stack_info.start, in z_x86_swap_update_common_page_table()
1540 current_stack_start = incoming->stack_info.start; in z_x86_swap_update_common_page_table()
1563 reset_region(ptn->start, ptn->size); in z_x86_swap_update_common_page_table()
1575 apply_region(ptn->start, ptn->size, ptn->attr); in z_x86_swap_update_common_page_table()
1597 return reset_region(ptn->start, ptn->size); in arch_mem_domain_partition_remove()
[all …]
/Zephyr-latest/drivers/sensor/tdk/icm42x70/
Dicm42x70_spi.c25 static int icm42x70_reg_read_spi(const union icm42x70_bus *bus, uint8_t start, uint8_t *buf, in icm42x70_reg_read_spi() argument
29 uint8_t cmd[] = {(start | 0x80)}; in icm42x70_reg_read_spi()
/Zephyr-latest/drivers/sensor/bosch/bme280/
Dbme280_spi.c26 uint8_t start, uint8_t *buf, int size) in bme280_reg_read_spi() argument
52 addr = (start + i) | 0x80; in bme280_reg_read_spi()
/Zephyr-latest/drivers/sensor/bosch/bmm150/
Dbmm150_spi.c26 uint8_t start, uint8_t *buf, int size) in bmm150_reg_read_spi() argument
52 addr = (start + i) | 0x80; in bmm150_reg_read_spi()
/Zephyr-latest/drivers/sensor/bosch/bme680/
Dbme680_spi.c105 uint8_t start, uint8_t *buf, int size) in bme680_reg_read_spi() argument
127 addr = start | BME680_SPI_READ_BIT; in bme680_reg_read_spi()
131 err = bme680_set_mem_page(dev, start); in bme680_reg_read_spi()
/Zephyr-latest/subsys/debug/coredump/
Dcoredump_internal.h20 uintptr_t start; member
/Zephyr-latest/soc/nordic/nrf54h/gpd/
Dgpd.c38 static void start(struct onoff_manager *mgr, onoff_notify_fn notify);
76 ONOFF_TRANSITIONS_INITIALIZER(start, stop, NULL);
110 int64_t start; in nrf_gpd_sync() local
133 start = k_uptime_get(); in nrf_gpd_sync()
134 while (k_uptime_get() - start < GPD_READY_TIMEOUT_MS) { in nrf_gpd_sync()
178 static void start(struct onoff_manager *mgr, onoff_notify_fn notify) in start() function
/Zephyr-latest/drivers/i2c/
DCMakeLists.txt9 # zephyr-keep-sorted-start
25 # zephyr-keep-sorted-start
83 # zephyr-keep-sorted-start
93 # zephyr-keep-sorted-start
/Zephyr-latest/arch/arc/core/mpu/
Darc_mpu_v6_internal.h161 static inline bool _is_in_region(uint32_t r_index, uint32_t start, uint32_t size) in _is_in_region() argument
175 if (start >= r_addr_start && (start + size) <= r_addr_end) { in _is_in_region()
/Zephyr-latest/tests/benchmarks/app_kernel/src/
Dpipe_b.c163 timing_t start; in pipeput() local
170 start = timing_timestamp_get(); in pipeput()
195 t = (unsigned int)timing_cycles_get(&start, &end); in pipeput()
/Zephyr-latest/samples/subsys/ipc/ipc_service/icmsg/src/
Dmain.c90 int64_t start = k_uptime_get(); in send_for_time() local
92 while ((k_uptime_get() - start) < sending_time_ms) { in send_for_time()
123 while ((recv_sem != 0) && ((k_uptime_get() - start) < sending_time_ms)) { in send_for_time()
/Zephyr-latest/drivers/i2c/target/
DCMakeLists.txt3 # zephyr-keep-sorted-start
/Zephyr-latest/soc/mediatek/mt8xxx/
Dmtk_adsp_load.py94 def start(self, boot_vector): member in MT8195
127 def start(self, boot_vector): member in MT818x
157 def start(self, boot_vector): member in MT8196
253 start, end, seq = ws.START, ws.END, ws.SEQ
255 if seq == last_seq or start == end:
258 if behind > ((end - start) % wlen):
270 if start == ws.START and seq == ws.SEQ:
367 dev.start(boot_vector)
/Zephyr-latest/scripts/logging/dictionary/
Ddatabase_gen.py412 start = None
416 if start is None:
418 start = idx
421 if start is not None:
423 str_maybe = data[start : idx]
427 addr = section['start'] + start
448 start = None
451 start = None
/Zephyr-latest/subsys/bluetooth/services/nus/
DKconfig.nus20 bool "Auto-enable Bluetooth stack and start LE advertisements"
22 Auto-Enable the Bluetooth stack and start advertising with the NUS
/Zephyr-latest/arch/xtensa/include/
Dkernel_arch_func.h48 size_t ostack = old_thread->stack_info.start; in arch_cohere_stacks()
52 size_t nstack = new_thread->stack_info.start; in arch_cohere_stacks()
/Zephyr-latest/boards/96boards/wistrio/
Dboard.cmake3 board_runner_args(stm32flash "--baud-rate=115200" "--start-addr=0x08000000")
/Zephyr-latest/subsys/bluetooth/mesh/
Dpb_adv.c94 int64_t start; member
227 .start = delayed_adv_send_start,
740 if (k_uptime_get() - link.tx.start > link.tx.timeout * MSEC_PER_SEC) { in prov_retransmit()
779 link.tx.start = k_uptime_get(); in bearer_ctl_send()
820 struct bt_mesh_adv *start, *adv; in prov_send_adv() local
826 start = adv_create(RETRANSMITS_RELIABLE); in prov_send_adv()
827 if (!start) { in prov_send_adv()
832 net_buf_simple_add_be32(&start->b, link.id); in prov_send_adv()
833 net_buf_simple_add_u8(&start->b, link.tx.id); in prov_send_adv()
835 net_buf_simple_add_u8(&start->b, GPC_START(last_seg(msg->len))); in prov_send_adv()
[all …]
/Zephyr-latest/scripts/build/
Dcheck_init_priorities.py174 start = section.header.sh_addr
177 offset = addr - start
179 start = offset + ptrsize * idx
182 return int.from_bytes(data[start:stop], byteorder="little")
190 start = self._init_level_addr[level]
199 addr = start
/Zephyr-latest/drivers/sensor/jedec/
DCMakeLists.txt4 # zephyr-keep-sorted-start
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/
Dtest_lwm2m.py534 start = time.time()
538 assert (start + 5) < time.time() + 0.5 # Allow 0.5 second diff
539 assert (start + 5) > time.time() - 0.5
543 assert (start + 15) <= time.time() + 1 # Allow 1 second slack. (pMinx + pMax=15)
597 start = time.time()
607 assert (start + 30) < time.time()
608 assert (start + 45) > time.time() - 1
672 start = time.time()
676 assert (start + 30) < time.time() + 2
677 assert (start + 45) > time.time() - 2
[all …]
/Zephyr-latest/doc/connectivity/bluetooth/img/
Datt_timeout.svg1start" dominant-baseline="alphabetic" xml:space="preserve">App</text></g><path fill="none" stroke=…
/Zephyr-latest/arch/arm/core/mpu/
Darm_mpu.c173 region_conf.base = new_region->start; in mpu_configure_region()
178 &new_region->attr, new_region->start, new_region->size); in mpu_configure_region()
314 if (base != partition->start) { in arm_core_mpu_mem_partition_config_update()
330 (void *)partition->start, partition->size); in arm_core_mpu_mem_partition_config_update()
487 .start = 0x0, in z_arm_mpu_init()

12345678910>>...49