Home
last modified time | relevance | path

Searched full:init (Results 1 – 25 of 33) sorted by relevance

12

/mcuboot-latest/sim/src/
Dtestlog.rs16 static INIT: Once = Once::new(); variable
20 INIT.call_once(|| { in setup()
21 env_logger::init(); in setup()
Dmain.rs7 env_logger::init(); in main()
/mcuboot-latest/boot/cypress/MCUBootApp/
DExternalMemory.md57 MCUBootApp's `main.c` contains the call to Init-SFDP API which performs required GPIO configuration…
89 -c "init; psoc6 sflash_restrictions 1" \
90 -c "init; reset init; program PATH_TO_APPLICATION.hex" \
DREADME.md138 git submodule update --init --recursive
185 -c "init; reset init; program PATH_TO_APPLICATION.hex" \
DMCUBootApp.ld145 KEEP(*(.init))
261 /* init data */
/mcuboot-latest/ext/mbedtls-asn1/include/mbedtls/
Dthreading.h42 /* is_valid is 0 after a failed init or a free, and nonzero after a
43 * successful init. This field is not considered part of the public
66 * \param mutex_init the init function implementation
/mcuboot-latest/ext/tinycrypt/tests/
Dtest_hmac_prng.c38 - HMAC-PRNG init
85 TC_PRINT("HMAC-PRNG test#1 (init, reseed, generate):\n"); in main()
98 TC_PRINT("HMAC-PRNG test#1 (init):\n"); in main()
/mcuboot-latest/boot/cypress/BlinkyApp/
DBlinkyApp_CM4_Debug.launch12 <stringAttribute key="ilg.gnumcueclipse.debug.gdbjtag.openocd.firstResetType" value="init"/>
19 …-c &quot;puts stderr {Started by GNU MCU Eclipse}&quot;&#13;&#10;-c &quot;init; reset init&quot;"/>
/mcuboot-latest/boot/espressif/port/esp32c3/ld/
Dbootloader.ld45 *(.init.literal)
46 *(.init)
/mcuboot-latest/boot/espressif/port/esp32s2/ld/
Dbootloader.ld45 *(.init.literal)
46 *(.init)
/mcuboot-latest/boot/espressif/port/esp32s3/ld/
Dbootloader.ld45 *(.init.literal)
46 *(.init)
/mcuboot-latest/ext/tinycrypt/lib/include/tinycrypt/
Dhmac.h96 * @brief HMAC init procedure
100 * @param ctx IN/OUT -- struct tc_hmac_state_struct buffer to init
/mcuboot-latest/scripts/
Dgdb-boot.sh7 gscript=/tmp/init$$.gdb
/mcuboot-latest/boot/espressif/port/esp32/ld/
Dbootloader.ld49 *(.init.literal)
50 *(.init)
/mcuboot-latest/boot/zephyr/kernel/
Dbanner.c9 #include <zephyr/init.h>
/mcuboot-latest/boot/espressif/port/esp32c2/ld/
Dbootloader.ld79 *(.init.literal)
80 *(.init)
/mcuboot-latest/boot/espressif/port/esp32c6/ld/
Dbootloader.ld76 *(.init.literal)
77 *(.init)
/mcuboot-latest/boot/espressif/port/esp32h2/ld/
Dbootloader.ld77 *(.init.literal)
78 *(.init)
/mcuboot-latest/boot/cypress/MCUBootApp/os/
Dos.h7 * Heap init prototype
/mcuboot-latest/sim/
DREADME.rst25 $ git submodule update --init --recursive
/mcuboot-latest/.github/workflows/
Dzephyr_build.yaml72 west init -l .
/mcuboot-latest/boot/cypress/
DREADME.md51 git submodule update --init --recursive
/mcuboot-latest/boot/cypress/libs/watchdog/
Dwatchdog.h42 * @return The status of the init request
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM0P/GCC_ARM/
Dcy8c6xxa_cm0plus.ld144 KEEP(*(.init))
241 /* init data */
/mcuboot-latest/boot/cypress/BlinkyApp/linker/
DBlinkyApp_template.ld143 KEEP(*(.init))
240 /* init data */

12