Searched full:inside (Results 1 – 25 of 326) sorted by relevance
12345678910>>...14
/Zephyr-latest/subsys/fs/ |
D | Kconfig.fatfs | 24 This option affects FF_FS_READONLY defined in ffconf.h, inside 33 This option affects FF_USE_MKFS defined in ffconf.h, inside 132 This option affects FF_USE_LFN defined in ffconf.h, inside 139 This option affects FF_USE_LFN defined in ffconf.h, inside 147 This option affects FF_USE_LFN defined in ffconf.h, inside 159 inside ELM FAT module. 199 This option affects FF_CODE_PAGE defined in ffconf.h, inside 220 This option affects FF_MAX_SS defined in ffconf.h, inside 234 This option affects FF_MIN_SS defined in ffconf.h, inside
|
/Zephyr-latest/tests/kernel/mem_protect/mem_protect/src/ |
D | mem_partition.c | 29 /* The global variable var will be inside the bounds of 34 /* The global variable zeroed_var will be inside the bounds of 40 /* The global variable var will be inside the bounds of
|
/Zephyr-latest/subsys/net/pkt_filter/ |
D | Kconfig | 17 bool "Additional network packet filtering hook inside IPv4 stack" 24 bool "Additional network packet filtering hook inside IPv6 stack"
|
/Zephyr-latest/tests/arch/arm/arm_hardfault_validation/src/ |
D | arm_hardfault.c | 39 * inside the current runtime error in k_sys_fatal_error_handler() 43 "Assert occurring inside kernel panic"); in k_sys_fatal_error_handler()
|
/Zephyr-latest/subsys/sip_svc/ |
D | Kconfig | 43 Depth of msgq used inside sip_svc controller. 49 Maximum number of clients inside sip_svc subsystem per controller.
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio_nrf5_ppi_gpiote.h | 29 /* Nothing specific to PA with FEM to handle inside TRX chains */ in hal_pa_ppi_setup() 34 /* Nothing specific to LNA with FEM to handle inside TRX chains */ in hal_lna_ppi_setup()
|
/Zephyr-latest/tests/arch/common/ramfunc/src/ |
D | ramfunc.c | 26 * inside SRAM, and that ram_function(.) is located inside in ZTEST()
|
/Zephyr-latest/boards/native/nrf_bsim/common/ |
D | README.txt | 4 in tree, this folder is kept inside it.
|
/Zephyr-latest/include/zephyr/rtio/ |
D | work.h | 37 * This is filled inside @ref rtio_work_req_submit. 42 * This is filled inside @ref rtio_work_req_submit.
|
/Zephyr-latest/samples/tfm_integration/tfm_secure_partition/ |
D | README.rst | 18 This dummy partition has a single secure service, which can index one of 5 dummy secrets inside the 31 files inside "partition".
|
/Zephyr-latest/dts/bindings/ethernet/ |
D | davicom,dm8806-phy.yaml | 18 and correlate with Ethenet port. DM8806 has five MAC PHY inside, but it is 36 DM8806 and correlate with Ethenet port. DM8806 has five MAC PHY inside,
|
/Zephyr-latest/samples/kernel/metairq_dispatch/ |
D | sample.yaml | 18 # instrumentation (e.g. a k_busy_wait()) inside the worker threads
|
/Zephyr-latest/drivers/stepper/ |
D | Kconfig.stepper_event_template | 9 code is not run inside of an ISR. Can be disabled, but
|
/Zephyr-latest/arch/common/ |
D | rom_start_offset.ld | 11 * Simple assignment doesn't work for LLVM LLD, because the dot inside section
|
/Zephyr-latest/drivers/mipi_dbi/ |
D | CMakeLists.txt | 15 # Values for mipi-mode property are defined inside dt-bindings/mipi_dbi/mipi_dbi.h.
|
/Zephyr-latest/samples/subsys/llext/edk/ext1/src/ |
D | main.c | 14 /* Inside extensions, all kobjects need to be dynamically allocated */ in start()
|
/Zephyr-latest/kernel/ |
D | main_weak.c | 11 * For example, when using armlink, then if the weak symbol is inside the object
|
/Zephyr-latest/doc/kernel/ |
D | code-relocation.rst | 11 of a string. This script is always invoked from inside cmake. 54 * Inside the ``CMakeLists.txt`` file in the project, mention 89 This will place data and bss inside SRAM2.
|
/Zephyr-latest/cmake/app/ |
D | boilerplate.cmake | 13 # inside the Zephyr repository.
|
/Zephyr-latest/include/zephyr/linker/ |
D | llext-sections.ld | 28 * strictly equivalent to the offset inside the section.
|
/Zephyr-latest/tests/subsys/rtio/rtio_i2c/include/ |
D | blocking_emul.hpp | 13 * provides the ability to assert inside the lambda and get errors that map to a line within the
|
/Zephyr-latest/doc/services/crypto/ |
D | psa_crypto.rst | 65 or file-based, with master encryption keys stored inside a key store. 68 The API provides network credential management inside a key store, 88 has been generated inside a secure key store. The API provides access
|
/Zephyr-latest/doc/connectivity/networking/ |
D | net_pkt_processing_stats.rst | 11 statistics inside network stack. 53 The numbers inside the brackets contain information how many microseconds it
|
/Zephyr-latest/modules/ |
D | Kconfig.sysbuild | 18 # Remember to add the following code inside the `<module>/Kconfig file:
|
/Zephyr-latest/samples/net/sockets/net_mgmt/ |
D | README.rst | 25 usage scenario is to run echo-server application inside QEMU. This is
|
12345678910>>...14