Home
last modified time | relevance | path

Searched refs:start (Results 276 – 300 of 1113) sorted by relevance

1...<<11121314151617181920>>...45

/Zephyr-latest/soc/nordic/common/
Ddmm.c76 static bool is_buffer_within_region(uintptr_t start, size_t size, in is_buffer_within_region() argument
79 return ((start >= reg_start) && ((start + size) <= (reg_start + reg_size))); in is_buffer_within_region()
/Zephyr-latest/drivers/clock_control/
Dclock_control_nrf.c62 clk_ctrl_func_t start; /* Clock start function */ member
381 get_sub_config(dev, type)->start(); in async_start()
656 .start = onoff_start, in clk_init()
707 .start = generic_hfclk_start,
712 .start = lfclk_start,
718 .start = hfclk192m_start,
725 .start = hfclkaudio_start,
/Zephyr-latest/arch/arm64/core/
Dmmu.c796 void *start; member
808 .start = _image_ram_start,
814 .start = __text_region_start,
820 .start = __rodata_region_start,
827 .start = _nocache_ram_start,
837 uintptr_t address = (uintptr_t)range->start; in add_arm_mmu_flat_range()
917 size = POINTER_TO_UINT(range->end) - POINTER_TO_UINT(range->start); in setup_page_tables()
918 inv_dcache_after_map_helper(range->start, size, range->attrs); in setup_page_tables()
1271 return private_map(domain_ptables, "partition", ptn->start, ptn->start, in arch_mem_domain_partition_add()
1282 ptn->start, ptn->size); in arch_mem_domain_partition_remove()
[all …]
Dfatal.c311 sp_limit = (uint64_t)arch_current_thread()->stack_info.start; in z_arm64_stack_corruption_check()
335 uint64_t start = (uint64_t)exceptions[i].start; in is_recoverable() local
338 if (esf->elr >= start && esf->elr < end) { in is_recoverable()
/Zephyr-latest/doc/services/storage/flash_map/
Dexample_fragment.dts4 /* start-after-here */
/Zephyr-latest/include/zephyr/arch/xtensa/
Dxtensa_mmu.h100 const uint32_t start; member
/Zephyr-latest/tests/arch/x86/info/src/
Dmemmap.c65 x86_memmap_exclusions[i].start, in memmap()
/Zephyr-latest/tests/subsys/debug/coredump_backends/src/
Dcoredump_backend_empty.c89 .start = coredump_empty_backend_start,
/Zephyr-latest/scripts/west_commands/runners/
Dspi_burn.py95 start = time.time()
100 if time.time() - start > self.timeout:
/Zephyr-latest/arch/xtensa/core/
Dthread.c165 stack_end = Z_STACK_PTR_ALIGN(current->stack_info.start + in arch_user_mode_enter()
170 stack_end, current->stack_info.start); in arch_user_mode_enter()
/Zephyr-latest/tests/subsys/storage/stream/stream_flash/src/
Dmain.c48 #define VERIFY_BUF(start, size, buf) \ argument
50 rc = flash_read(fdev, FLASH_BASE + start, read_buf, size); \
55 #define VERIFY_WRITTEN(start, size) VERIFY_BUF(start, size, written_pattern) argument
57 #define VERIFY_ERASED(start, size) VERIFY_BUF(start, size, erased_pattern) argument
59 #define VERIFY_ERASED(start, size) argument
/Zephyr-latest/drivers/sensor/ti/
DCMakeLists.txt4 # zephyr-keep-sorted-start
/Zephyr-latest/drivers/sensor/ams/
DKconfig4 # zephyr-keep-sorted-start
/Zephyr-latest/drivers/dma/
Ddma_intel_adsp_hda_link_in.c19 .start = intel_adsp_hda_dma_start,
Ddma_intel_adsp_hda_link_out.c19 .start = intel_adsp_hda_dma_start,
/Zephyr-latest/boards/arduino/opta/
Darduino_opta_stm32h747xx_m7_defconfig23 # Don't start M4 during the M7 boot (this is what the original Opta does)
/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_dir_list.c73 uint8_t *start; in dir_list_object_encode() local
84 start = net_buf_simple_add(net_buf, sizeof(len)); in dir_list_object_encode()
115 len = net_buf_simple_tail(net_buf) - start; in dir_list_object_encode()
123 sys_put_le16(len, start); in dir_list_object_encode()
/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
274 dev.start(boot_vector)
/Zephyr-latest/doc/develop/tools/
Dstm32cubeide.rst19 #. Before you start, make sure you have a working Zephyr development environment, as per the
105 This means that you did not start the IDE in a Zephyr environment. You must
106 delete the ``config_default`` build directory and start STM32CubeIDE again,
107 making sure that you can run ``west`` in the shell that you start STM32CubeIDE
/Zephyr-latest/samples/drivers/ethernet/eth_ivshmem/
DREADME.rst33 Edit "start-qemu.sh":
44 ./start-qemu.sh arm64
83 Load and start the Zephyr cell:
88 jailhouse cell start qemu-arm64-zephyr-demo
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_rw_senml_json.c517 fd->json.obj.float_bn_t_obj.val_float.start = pt_buffer; in json_float_object_write()
519 fd->json.obj.float_bn_t_obj.base_time.start = fd->timestamp_buffer; in json_float_object_write()
527 fd->json.obj.float_bn_obj.val_float.start = pt_buffer; in json_float_object_write()
537 fd->json.obj.float_t_obj.val_float.start = pt_buffer; in json_float_object_write()
539 fd->json.obj.float_t_obj.time.start = fd->timestamp_buffer; in json_float_object_write()
546 fd->json.obj.float_obj.val_float.start = pt_buffer; in json_float_object_write()
640 fd->json.obj.boolean_bn_t_obj.base_time.start = fd->timestamp_buffer; in json_boolean_object_write()
658 fd->json.obj.boolean_t_obj.time.start = fd->timestamp_buffer; in json_boolean_object_write()
885 if (fd->json.obj.opaque_bn_obj.val_opaque.start == buf) { in json_base64_encode_data()
888 } else if (fd->json.obj.opaque_obj.val_opaque.start == buf) { in json_base64_encode_data()
[all …]
/Zephyr-latest/tests/net/lib/lwm2m/interop/
DREADME.md33 sudo ./net-setup.sh --config docker.conf start
39 docker container exec net-tools /net-tools/start-leshan.sh
85 start-stop-daemon --make-pidfile --pidfile log/leshan.pid --chdir $(pwd) --background --start \
88 start-stop-daemon --make-pidfile --pidfile log/leshan_bs.pid --chdir $(pwd) --background --start \
96 start-stop-daemon --remove-pidfile --pidfile log/leshan.pid --stop
97 start-stop-daemon --remove-pidfile --pidfile log/leshan_bs.pid --stop
/Zephyr-latest/soc/nordic/nrf53/
Dnrf53_cpunet_mgmt.c41 .start = onoff_start, in nrf53_cpunet_mgmt_init()
/Zephyr-latest/modules/segger/
DCMakeLists.txt13 # Using sort key AAA to ensure that we are placed at start of RAM
/Zephyr-latest/include/zephyr/arch/arm/mpu/
Dnxp_mpu.h258 #define _ARCH_MEM_PARTITION_ALIGN_CHECK(start, size) \ argument
262 (uint32_t)(start) % CONFIG_ARM_MPU_REGION_MIN_ALIGN_AND_SIZE == 0, \

1...<<11121314151617181920>>...45