Searched full:provide (Results 1 – 25 of 837) sorted by relevance
12345678910>>...34
/Zephyr-latest/include/zephyr/linker/ |
D | thread-local-storage.ld | 23 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 …]
|
D | kobject-text.ld | 18 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/ |
D | thread-local-storage.cmake | 26 # 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/ |
D | linker.ld | 29 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/ |
D | Kconfig.fd_mgmt | 8 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().
|
D | Kconfig.device_io | 14 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().
|
D | Kconfig.mem | 22 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().
|
D | Kconfig.sync_io | 10 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/ |
D | sections.ld | 11 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/ |
D | nsi_cpu_if.h | 47 * 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/ |
D | custom-sections.ld | 11 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/ |
D | linker.ld | 18 PROVIDE(__io_start = ORIGIN(IO)); 19 PROVIDE(__io_end = ORIGIN(IO) + LENGTH(IO));
|
/Zephyr-latest/dts/bindings/fuel-gauge/ |
D | zephyr,fuel-gauge-composite.yaml | 18 Device must implement the sensor API and provide the 26 Device must implement the sensor API and provide the
|
/Zephyr-latest/doc/security/standards/ |
D | index.rst | 12 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/ |
D | Kconfig | 43 Provide proxy address if you are running this application 50 Provide proxy port if you are running this application
|
/Zephyr-latest/subsys/fs/ |
D | Kconfig.littlefs | 82 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/ |
D | nrf_802154_irq_zephyr.c | 36 /* 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/ |
D | hawkbit.h | 59 * @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/ |
D | net_offload.rst | 17 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/ |
D | atmel,sam-i2c-twim.yaml | 71 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/ |
D | sample.tmpl | 14 [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/ |
D | arm_mpu_internal.h | 44 * 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/ |
D | Kconfig.plic | 81 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/ |
D | nrfjprog.board.cmake | 4 board_finalize_runner_args(nrfjprog) # No default arguments to provide.
|
D | nrfutil.board.cmake | 4 board_finalize_runner_args(nrfutil) # No default arguments to provide.
|
12345678910>>...34