Home
last modified time | relevance | path

Searched full:provide (Results 1 – 25 of 837) sorted by relevance

12345678910>>...34

/Zephyr-latest/include/zephyr/linker/
Dthread-local-storage.ld23 PROVIDE(__tdata_start = LOADADDR(tdata));
25 PROVIDE(__tdata_start = ADDR(tdata));
27 PROVIDE(__tdata_align = ALIGNOF(tdata));
28 PROVIDE(__tdata_size = (SIZEOF(tdata) + __tdata_align - 1) & ~(__tdata_align - 1));
29 PROVIDE(__tdata_end = __tdata_start + __tdata_size);
31 PROVIDE(__tbss_align = ALIGNOF(tbss));
32 PROVIDE(__tbss_start = ADDR(tbss));
33 PROVIDE(__tbss_size = (SIZEOF(tbss) + __tbss_align - 1) & ~(__tbss_align - 1));
34 PROVIDE(__tbss_end = __tbss_start + __tbss_size);
36 PROVIDE(__tls_start = __tdata_start);
[all …]
Dkobject-text.ld18 PROVIDE(z_object_gperf_find = .);
19 PROVIDE(z_object_gperf_wordlist_foreach = .);
21 PROVIDE(k_object_find = .);
22 PROVIDE(k_object_wordlist_foreach = .);
/Zephyr-latest/cmake/linker_script/common/
Dthread-local-storage.cmake26 # PROVIDE(__tdata_start = LOADADDR(tdata));
28 # PROVIDE(__tdata_start = ADDR(tdata));
30 # PROVIDE(__tdata_size = SIZEOF(tdata));
31 # PROVIDE(__tdata_end = __tdata_start + __tdata_size);
32 # PROVIDE(__tdata_align = ALIGNOF(tdata));
34 # PROVIDE(__tbss_start = ADDR(tbss));
35 # PROVIDE(__tbss_size = SIZEOF(tbss));
36 # PROVIDE(__tbss_end = __tbss_start + __tbss_size);
37 # PROVIDE(__tbss_align = ALIGNOF(tbss));
39 # PROVIDE(__tls_start = __tdata_start);
[all …]
/Zephyr-latest/soc/telink/tlsr/tlsr951x/
Dlinker.ld29 PROVIDE (_AES_DATA_VMA_END = .);
30 PROVIDE (_AES_DATA_VMA_START = ADDR(aes_data));
39 PROVIDE (_RETENTION_DATA_VMA_END = .);
40 PROVIDE (_RETENTION_DATA_VMA_START = ADDR(retention_data));
41 PROVIDE (_RETENTION_DATA_LMA_START = LOADADDR(retention_data));
50 PROVIDE (_RAMCODE_VMA_END = .);
51 PROVIDE (_RAMCODE_VMA_START = ADDR(ram_code));
52 PROVIDE (_RAMCODE_LMA_START = LOADADDR(ram_code));
/Zephyr-latest/lib/posix/options/
DKconfig.fd_mgmt8 Select 'y' here and Zephyr will provide implementations for the POSIX_FD_MGMT Option Group.
23 When selected via Kconfig, Zephyr will provide an alias for fcntl() as _fcntl().
28 When selected via Kconfig, Zephyr will provide an alias for ftruncate() as _ftruncate().
33 When selected via Kconfig, Zephyr will provide an alias for lseek() as _lseek().
DKconfig.device_io14 Select 'y' here and Zephyr will provide an implementation of the POSIX_DEVICE_IO Option
29 When selected via Kconfig, Zephyr will provide an alias for close() as _close().
34 When selected via Kconfig, Zephyr will provide an alias for open() as _open().
39 When selected via Kconfig, Zephyr will provide an alias for read() as _read().
44 When selected via Kconfig, Zephyr will provide an alias for write() as _write().
DKconfig.mem22 Select 'y' here and Zephyr will provide implementations of shm_open() and shm_unlink().
32 Select 'y' here and Zephyr will provide support for mmap(), msync(), and munmap().
43 Select 'y' here and Zephyr will provide support for mlockall() and munlockall().
54 Select 'y' here and Zephyr will provide support for mlock() and munlock().
65 Select 'y' here and Zephyr will provide support for mprotect().
DKconfig.sync_io10 Select 'y' here and Zephyr will provide an implementation of fsync().
20 Select 'y' here and Zephyr will provide an implementation of fdatasync(), fsync(),
35 Select 'y' here and Zephyr will provide an alias for fsync() as _fsync().
/Zephyr-latest/soc/nxp/mcx/mcxw/
Dsections.ld11 PROVIDE(rpmsg_sh_mem_start = __RPMSG_SH_MEM_START__);
16 PROVIDE(rpmsg_sh_mem_end = __RPMSG_SH_MEM_END__);
/Zephyr-latest/scripts/native_simulator/common/src/include/
Dnsi_cpu_if.h47 * The embedded SW library may provide this function to perform any
56 * The embedded SW library may provide this function to perform any
64 * The embedded SW library must provide this function.
80 * The embedded SW library may provide this function.
88 * The embedded SW library must provide this function.
109 /* Provide prototypes for all n instances of these hooks */
/Zephyr-latest/tests/kernel/mem_protect/mem_map/
Dcustom-sections.ld11 PROVIDE(__test_mem_map_start = ADDR(TEST_MEM_MAP));
12 PROVIDE(__test_mem_map_end = __test_mem_map_start + SIZEOF(TEST_MEM_MAP));
/Zephyr-latest/soc/neorv32/
Dlinker.ld18 PROVIDE(__io_start = ORIGIN(IO));
19 PROVIDE(__io_end = ORIGIN(IO) + LENGTH(IO));
/Zephyr-latest/dts/bindings/fuel-gauge/
Dzephyr,fuel-gauge-composite.yaml18 Device must implement the sensor API and provide the
26 Device must implement the sensor API and provide the
/Zephyr-latest/doc/security/standards/
Dindex.rst12 standards provide guidelines and outline requirements that products have to follow
16 by security standards requirements and provide the right information to enable
/Zephyr-latest/samples/net/cloud/mqtt_azure/
DKconfig43 Provide proxy address if you are running this application
50 Provide proxy port if you are running this application
/Zephyr-latest/subsys/fs/
DKconfig.littlefs82 smaller cache size. In that case application should provide a
112 Enable this option to provide support for littlefs on flash devices
118 Enable this option to provide support for littlefs on the block
125 Enable this option to provide support for selecting littlefs disk version
/Zephyr-latest/modules/hal_nordic/nrf_802154/sl_opensource/platform/
Dnrf_802154_irq_zephyr.c36 /* Zephyr does not provide abstraction layer for setting pending IRQ */ in nrf_802154_irq_set_pending()
42 /* Zephyr does not provide abstraction layer for clearing pending IRQ */ in nrf_802154_irq_clear_pending()
/Zephyr-latest/include/zephyr/mgmt/hawkbit/
Dhawkbit.h59 * @brief Callback to provide the custom data to the hawkBit server.
61 * @details This callback is used to provide the custom data to the hawkBit server.
62 * The custom data is used to provide the hawkBit server with the device specific
76 * The callback is used to provide the custom data to the hawkBit server.
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_offload.rst17 to provide an alternate implementation for an IP stack. This means that the
35 functionality at the socket API level. With this approach, vendors who provide an
/Zephyr-latest/dts/bindings/i2c/
Datmel,sam-i2c-twim.yaml71 mode. This should be adjusted to provide proper TWCK line fall time.
101 mode. This should be adjusted to provide proper TWD line fall time.
132 mode. This should be adjusted to provide proper TWCK line rise time.
146 mode. This should be adjusted to provide proper TWCK line fall time.
176 mode. This should be adjusted to provide proper TWD line fall time.
/Zephyr-latest/doc/templates/
Dsample.tmpl14 [List of required software and hardware components. Provide pointers to
20 complex projects, provide a graphic with more details, preferably using
/Zephyr-latest/arch/arm/core/mpu/cortex_m/
Darm_mpu_internal.h44 * The caller must provide a valid region number.
65 * The caller must provide a valid region number.
85 * The caller must provide a valid region number.
/Zephyr-latest/drivers/interrupt_controller/
DKconfig.plic81 Records the number of hits per interrupt line and provide shell commands to access them.
89 Provide shell commands to configure IRQ affinity in runtime.
/Zephyr-latest/boards/common/
Dnrfjprog.board.cmake4 board_finalize_runner_args(nrfjprog) # No default arguments to provide.
Dnrfutil.board.cmake4 board_finalize_runner_args(nrfutil) # No default arguments to provide.

12345678910>>...34