| /Zephyr-latest/include/zephyr/arch/arm/mpu/ |
| D | arm_mpu_v7m.h | 284 #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/ |
| D | main.c | 133 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/ |
| D | x86_mmu.c | 1492 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/ |
| D | icm42x70_spi.c | 25 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/ |
| D | bme280_spi.c | 26 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/ |
| D | bmm150_spi.c | 26 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/ |
| D | bme680_spi.c | 105 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/ |
| D | coredump_internal.h | 20 uintptr_t start; member
|
| /Zephyr-latest/soc/nordic/nrf54h/gpd/ |
| D | gpd.c | 38 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/ |
| D | CMakeLists.txt | 9 # 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/ |
| D | arc_mpu_v6_internal.h | 161 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/ |
| D | pipe_b.c | 163 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/ |
| D | main.c | 90 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/ |
| D | CMakeLists.txt | 3 # zephyr-keep-sorted-start
|
| /Zephyr-latest/soc/mediatek/mt8xxx/ |
| D | mtk_adsp_load.py | 94 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/ |
| D | database_gen.py | 412 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/ |
| D | Kconfig.nus | 20 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/ |
| D | kernel_arch_func.h | 48 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/ |
| D | board.cmake | 3 board_runner_args(stm32flash "--baud-rate=115200" "--start-addr=0x08000000")
|
| /Zephyr-latest/subsys/bluetooth/mesh/ |
| D | pb_adv.c | 94 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/ |
| D | check_init_priorities.py | 174 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/ |
| D | CMakeLists.txt | 4 # zephyr-keep-sorted-start
|
| /Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/ |
| D | test_lwm2m.py | 534 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/ |
| D | att_timeout.svg | 1 …start" dominant-baseline="alphabetic" xml:space="preserve">App</text></g><path fill="none" stroke=…
|
| /Zephyr-latest/arch/arm/core/mpu/ |
| D | arm_mpu.c | 173 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()
|