Home
last modified time | relevance | path

Searched refs:prepare (Results 1 – 25 of 57) sorted by relevance

123

/Zephyr-latest/include/zephyr/llext/
Dloader.h50 int (*prepare)(struct llext_loader *ldr); member
108 if (l->prepare) { in llext_prepare()
109 return l->prepare(l); in llext_prepare()
Dfs_loader.h55 .prepare = llext_fs_prepare, \
Dbuf_loader.h54 .prepare = NULL, \
/Zephyr-latest/boards/intel/common/scripts/
Dbuild_grub.sh21 prepare() { function
71 prepare && build && setup
/Zephyr-latest/doc/develop/toolchains/
Dcrosstool_ng.rst14 #. Follow the steps on the crosstool-NG website to `prepare your host
/Zephyr-latest/doc/services/tfm/
Drequirements.rst57 They are used by TF-M's signing utility to prepare firmware images for
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_adv_iso.c48 static void prepare(void *param);
90 prepare(param); in lll_adv_iso_create_prepare()
96 prepare(param); in lll_adv_iso_prepare()
105 static void prepare(void *param) in prepare() function
Dlll_sync.c49 static void prepare(void *param);
103 prepare(param); in lll_sync_create_prepare()
114 prepare(param); in lll_sync_prepare()
121 static void prepare(void *param) in prepare() function
Dlll_sync_iso.c43 static void prepare(void *param);
97 prepare(param); in lll_sync_iso_create_prepare()
103 prepare(param); in lll_sync_iso_prepare()
118 static void prepare(void *param) in prepare() function
/Zephyr-latest/boards/nxp/mr_canhubk3/support/
Dstartup.cmm59 ; The prepare cmm is protecting flash area for HSE firmware, but
/Zephyr-latest/boards/arduino/nicla_sense_me/doc/
Dindex.rst96 the USB port to prepare it for flashing. Then build and flash your application.
/Zephyr-latest/boards/arduino/uno_r4/doc/
Dindex.rst47 In the Arduino UNO R4 Minima case, You need to prepare
/Zephyr-latest/drivers/sdhc/
Dsdhc_cdns.c74 ret = cdns_sdmmc_ops->prepare(data->block_addr, (uintptr_t)data->data, in sdhc_cdns_request()
Dsdhc_cdns_ll.h387 int (*prepare)(uint32_t lba, uintptr_t buf, struct sdhc_data *data); member
/Zephyr-latest/include/zephyr/posix/
Dpthread.h464 int pthread_atfork(void (*prepare)(void), void (*parent)(void), void (*child)(void));
/Zephyr-latest/boards/arduino/opta/doc/
Dindex.rst186 the USB port to prepare it for flashing. Then build and flash your application.
199 the USB port to prepare it for flashing. Then build and flash your application.
/Zephyr-latest/samples/subsys/fs/littlefs/
DREADME.rst48 One needs to prepare the SD/MMC card with littlefs file system on
/Zephyr-latest/subsys/bluetooth/host/
DKconfig.gatt26 int "Number of ATT prepare write buffers"
30 Number of buffers available for ATT prepare write, setting
/Zephyr-latest/doc/kernel/services/data_passing/
Dmailboxes.rst247 /* prepare to send empty message */
282 /* prepare to send message */
372 /* prepare to receive message */
446 /* prepare to receive message */
/Zephyr-latest/boards/st/st25dv_mb1283_disco/doc/
Dindex.rst95 the USB port to prepare it for flashing. Then build and flash your application.
/Zephyr-latest/boards/st/stm32c0116_dk/doc/
Dindex.rst125 the USB port to prepare it for flashing. Then build and flash your application.
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-ctlr-arch.rst237 - Emulated versions of rx_demux/prepare context used in unit tests - testing ONLY procedure PDU flow
238 * event_prepare()/event_done() helpers emulating LLL prepare/done flow
/Zephyr-latest/doc/services/pm/
Dpower_domain.rst167 /* prepare the device for power down */
/Zephyr-latest/boards/arduino/portenta_h7/doc/
Dindex.rst114 the USB port to prepare it for flashing. Double tap the button to put the board
/Zephyr-latest/boards/st/stm32f469i_disco/doc/
Dindex.rst156 the USB port to prepare it for flashing. Then build and flash your application.

123