/Zephyr-latest/include/zephyr/llext/ |
D | loader.h | 50 int (*prepare)(struct llext_loader *ldr); member 108 if (l->prepare) { in llext_prepare() 109 return l->prepare(l); in llext_prepare()
|
D | fs_loader.h | 55 .prepare = llext_fs_prepare, \
|
D | buf_loader.h | 54 .prepare = NULL, \
|
/Zephyr-latest/boards/intel/common/scripts/ |
D | build_grub.sh | 21 prepare() { function 71 prepare && build && setup
|
/Zephyr-latest/doc/develop/toolchains/ |
D | crosstool_ng.rst | 14 #. Follow the steps on the crosstool-NG website to `prepare your host
|
/Zephyr-latest/doc/services/tfm/ |
D | requirements.rst | 57 They are used by TF-M's signing utility to prepare firmware images for
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_adv_iso.c | 48 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
|
D | lll_sync.c | 49 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
|
D | lll_sync_iso.c | 43 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/ |
D | startup.cmm | 59 ; The prepare cmm is protecting flash area for HSE firmware, but
|
/Zephyr-latest/boards/arduino/nicla_sense_me/doc/ |
D | index.rst | 96 the USB port to prepare it for flashing. Then build and flash your application.
|
/Zephyr-latest/boards/arduino/uno_r4/doc/ |
D | index.rst | 47 In the Arduino UNO R4 Minima case, You need to prepare
|
/Zephyr-latest/drivers/sdhc/ |
D | sdhc_cdns.c | 74 ret = cdns_sdmmc_ops->prepare(data->block_addr, (uintptr_t)data->data, in sdhc_cdns_request()
|
D | sdhc_cdns_ll.h | 387 int (*prepare)(uint32_t lba, uintptr_t buf, struct sdhc_data *data); member
|
/Zephyr-latest/include/zephyr/posix/ |
D | pthread.h | 464 int pthread_atfork(void (*prepare)(void), void (*parent)(void), void (*child)(void));
|
/Zephyr-latest/boards/arduino/opta/doc/ |
D | index.rst | 186 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/ |
D | README.rst | 48 One needs to prepare the SD/MMC card with littlefs file system on
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | Kconfig.gatt | 26 int "Number of ATT prepare write buffers" 30 Number of buffers available for ATT prepare write, setting
|
/Zephyr-latest/doc/kernel/services/data_passing/ |
D | mailboxes.rst | 247 /* 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/ |
D | index.rst | 95 the USB port to prepare it for flashing. Then build and flash your application.
|
/Zephyr-latest/boards/st/stm32c0116_dk/doc/ |
D | index.rst | 125 the USB port to prepare it for flashing. Then build and flash your application.
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-ctlr-arch.rst | 237 - 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/ |
D | power_domain.rst | 167 /* prepare the device for power down */
|
/Zephyr-latest/boards/arduino/portenta_h7/doc/ |
D | index.rst | 114 the USB port to prepare it for flashing. Double tap the button to put the board
|
/Zephyr-latest/boards/st/stm32f469i_disco/doc/ |
D | index.rst | 156 the USB port to prepare it for flashing. Then build and flash your application.
|