Searched full:generate (Results 1 – 25 of 814) sorted by relevance
12345678910>>...33
/Zephyr-latest/include/zephyr/drivers/interrupt_controller/ |
D | nxp_pint.h | 13 * Pin inputs can generate separate interrupts to the NVIC, or be combined 30 /* Do not generate Pin Interrupt */ 32 /* Generate Pin Interrupt on rising edge */ 34 /* Generate Pin Interrupt on falling edge */ 36 /* Generate Pin Interrupt on both edges */ 38 /* Generate Pin Interrupt on low level */ 40 /* Generate Pin Interrupt on high level */
|
/Zephyr-latest/cmake/makefile_exports/ |
D | CMakeLists.txt | 23 # file(GENERATE writes a file at Generation time. Also, it writes one 27 # We use 'file(GENERATE' instead of configure_file because we want to 28 # generate the file after Configure-time to have all the 31 file(GENERATE
|
/Zephyr-latest/tests/crypto/secp256r1/src/ |
D | main.c | 10 * - generate 2 keys 41 zassert_equal(ret, P256_SUCCESS, "Unable to generate 1st EC key (%d)", ret); in ZTEST_USER() 44 zassert_equal(ret, P256_SUCCESS, "Unable to generate 2nd EC key (%d)", ret); in ZTEST_USER() 67 zassert_equal(status, PSA_SUCCESS, "Unable to generate 1st EC key (%d)", status); in ZTEST_USER() 70 zassert_equal(status, PSA_SUCCESS, "Unable to generate 1st EC key (%d)", status); in ZTEST_USER() 90 zassert_equal(ret, TC_CRYPTO_SUCCESS, "Unable to generate 1st EC key (%d)", ret); in ZTEST_USER() 93 zassert_equal(ret, TC_CRYPTO_SUCCESS, "Unable to generate 2nd EC key (%d)", ret); in ZTEST_USER()
|
/Zephyr-latest/drivers/entropy/ |
D | Kconfig.cc13xx_cc26xx | 26 int "Number of samples to generate entropy" 30 The number of samples used to generate entropy. The time required to 31 generate 64 bits of entropy is determined by the number of FROs enabled,
|
/Zephyr-latest/samples/net/sockets/http_server/src/certs/ |
D | gen_ca_cert.sh | 4 # Generate a root CA private key 10 # Generate a root CA certificate using private key
|
D | gen_server_cert.sh | 4 # Generate a server private key 10 # Generate a certificate signing request using server key
|
/Zephyr-latest/subsys/debug/symtab/ |
D | Kconfig | 5 bool "Generate symbol table" 7 Generate the symbol table with the offset and name of every
|
/Zephyr-latest/doc/contribute/documentation/ |
D | generation.rst | 20 can generate the HTML content and view it with a web browser directly on 30 * ReStructuredText source files used to generate documentation found at the 69 Additional tools are required to generate the 87 that are only required to generate the documentation, 186 folder, here are the commands to generate the html content locally: 201 # To generate HTML output, run ninja on the generated build system: 206 # To generate PDF output, run ninja on the generated build system: 212 directory of every .rst file used to generate the documentation, 221 collect and generate the HTML content. When done, you can view the HTML 239 # To generate HTML output [all …]
|
/Zephyr-latest/modules/hal_nordic/ |
D | Kconfig.nrf_regtool | 8 bool "Generate UICR" 10 Generate a UICR hex based on devicetree contents using nrf-regtool.
|
/Zephyr-latest/boards/enjoydigital/litex_vexriscv/doc/ |
D | index.rst | 59 In order to generate the bitstream, 73 In order to generate the bitstream for the SDI-MIPI Video Converter, install 100 #. Generate the bitstream for the Arty 35T: 106 #. Generate the bitstream for the Arty 100T: 112 #. Generate the bitstream for the SDI-MIPI Video Converter: 120 You can also generate the bitstream using the `official LiteX repository <https://github.com/enjoy-… 121 In that case you must also generate a dts overlay. 144 #. Generate the dts and config overlay:
|
/Zephyr-latest/subsys/llext/ |
D | Kconfig | 28 generate the object file. Currently not supported on RISC-V. 43 generate the shared library from multiple object files. 122 bool "Only generate the Userpace codepath on syscall stubs for the EDK" 127 not contain the routing code, and only generate the userspace one.
|
/Zephyr-latest/tests/subsys/lorawan/frag_decoder/src/ |
D | frag_encoder.c | 30 * Generate a 23bit Pseudorandom Binary Sequence (PRBS) 45 * Generate vector for coded fragment n of the MxN parity matrix 59 * to random. Powers of 2 tend to generate patterns. in lorawan_fec_parity_matrix_vector() 97 /* generate remaining coded (redundant) frags */ in lorawan_frag_encoder()
|
/Zephyr-latest/cmake/ |
D | target_toolchain_flags.cmake | 9 # multiple symlinks pointing to same executable will generate different 11 # ccache will generate unique signatures 16 # and thus generate a new signature.
|
/Zephyr-latest/doc/project/ |
D | documentation.rst | 13 input for other tools that is used to generate a reference manual from 30 document all test code using the same tools and in the same context and generate 108 To generate the matrix, you will first need to build the documentation, 113 Parse the generated XML data from doxygen to generate the traceability matrix.
|
/Zephyr-latest/samples/subsys/display/cfb_custom_font/ |
D | README.rst | 5 Generate and use a custom font. 9 A simple example showing how to generate Character Framebuffer (CFB)
|
/Zephyr-latest/modules/hal_infineon/cat1cm0p/ |
D | CMakeLists.txt | 27 # Generate Include binaries and add source of psoc6_cm0p_sleep.c 29 # Generate Include binaries
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | README_lwm2m | 7 domain specific code. To generate the SenML encoder and decoder the following CDDL file 16 To generate the encoder and decoder:
|
/Zephyr-latest/arch/arm64/core/ |
D | smccc-call.S | 30 * The SMC instruction is used to generate a synchronous exception that is 38 * The HVC instruction is used to generate a synchronous exception that is
|
/Zephyr-latest/scripts/tests/twister/ |
D | README.md | 31 Then we can generate the coverage report for just twister script using 37 To generate the coverage report for twister script use below command
|
/Zephyr-latest/tests/subsys/llext/src/ |
D | relative_jump_ext.c | 9 * like ARM generate relative jumps rather than jumping to absolute addresses. Multiple 10 * global functions are created to hopefully generate both positive and negative relative
|
/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/ |
D | mipi_syst.py | 70 Generate syst:Modules, which corresponds to log source ID and name 96 Generate syst:Catalog, which corresponds to log strings 121 Generate MIPI Sys-T Collateral XML data
|
/Zephyr-latest/include/zephyr/linker/ |
D | app_smem.ld | 9 * greps for "#include" to generate dependency list. 15 * 2. Using A.cmd to generate A_prebuilt.elf.
|
D | app_smem_pinned.ld | 13 * greps for "#include" to generate dependency list. 19 * 2. Using A.cmd to generate A_prebuilt.elf.
|
/Zephyr-latest/subsys/usb/usb_c/ |
D | Kconfig | 45 bool "Generate VIF policies of USB-C in XML format" 48 Generate XML file containing VIF policies during project build.
|
/Zephyr-latest/dts/bindings/usb/ |
D | zephyr,hid-device.yaml | 36 The size of the longest input report that the HID device can generate. 49 The size of the longest output report that the HID device can generate.
|
12345678910>>...33