Searched refs:init (Results 526 – 550 of 749) sorted by relevance
1...<<21222324252627282930
/Zephyr-latest/scripts/footprint/ |
D | size_report | 24 from colorama import init, Fore 812 init()
|
/Zephyr-latest/soc/nuvoton/npcx/common/ecst/ |
D | ecst.py | 18 from colorama import init, Fore 987 init() # colored print initialization for windows
|
/Zephyr-latest/soc/cdns/xtensa_sample_controller/include/ |
D | xtensa-sample-controller.ld | 513 *(.init.literal) 514 KEEP(*(.init))
|
/Zephyr-latest/subsys/net/lib/dns/ |
D | Kconfig | 185 int "Startup priority for the mDNS responder init" 256 int "Startup priority for the LLMNR responder init"
|
/Zephyr-latest/tests/net/mld/src/ |
D | main.c | 183 .iface_api.init = net_test_iface_init, 198 .iface_api.init = init_null_iface,
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/ |
D | gap.rst | 202 encrypted-ad set-keys <session key> <init vector>`. The session key is 16 bytes long and the 236 uart:~$ bt init 256 uart:~$ bt init
|
/Zephyr-latest/doc/develop/getting_started/ |
D | index.rst | 256 west init ~/zephyrproject 308 west init ~/zephyrproject 363 west init zephyrproject
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | gmap_ugg_test.c | 427 static void init(void) in init() function 938 init(); in test_gmap_ugg_unicast_ac() 1200 init(); in test_gmap_ugg_broadcast_ac()
|
/Zephyr-latest/soc/espressif/esp32c6/ |
D | default.ld | 266 *(.init.literal) 267 *(.init) 521 *libkernel.a:init.*(.rodata .rodata.* .srodata .srodata.*) 847 #include <zephyr/linker/common-rom/common-rom-init.ld>
|
/Zephyr-latest/include/zephyr/ |
D | kernel.h | 2528 SYS_PORT_TRACING_OBJ_FUNC_ENTER(k_fifo, init, fifo); \ 2532 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_fifo, init, fifo); \ 2770 SYS_PORT_TRACING_OBJ_FUNC_ENTER(k_lifo, init, lifo); \ 2774 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_lifo, init, lifo); \
|
/Zephyr-latest/subsys/fs/ |
D | fuse_fs_access.c | 447 .init = NULL,
|
/Zephyr-latest/subsys/mgmt/ec_host_cmd/ |
D | ec_host_cmd_handler.c | 491 ret = backend->api->init(backend, &hc->rx_ctx, &hc->tx); in ec_host_cmd_init()
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_smsc911x.c | 510 .iface_api.init = eth_initialize,
|
D | eth_native_posix.c | 462 .iface_api.init = eth_iface_init,
|
D | eth_nxp_s32_netc_psi.c | 212 .iface_api.init = nxp_s32_eth_iface_init,
|
/Zephyr-latest/include/zephyr/usb/ |
D | usbd.h | 365 int (*init)(struct usbd_class_data *const c_data); member
|
/Zephyr-latest/soc/espressif/esp32/ |
D | default.ld | 224 *(.init.literal) 225 *(.init) 488 *libkernel.a:init.*(.rodata .rodata.*) 810 #include <zephyr/linker/common-rom/common-rom-init.ld>
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | brg_cfg_cli.c | 202 .init = brg_cfg_cli_init,
|
D | health_cli.c | 446 .init = health_cli_init,
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_b91.c | 619 .iface_api.init = b91_iface_init,
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | gmap.c | 518 gmap_cmds, SHELL_CMD_ARG(init, NULL, HELP_NONE, cmd_gmap_init, 1, 0),
|
/Zephyr-latest/samples/drivers/counter/maxim_ds3231/ |
D | README.rst | 57 Synchronize init: 0
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | access.h | 857 int (*const init)(const struct bt_mesh_model *model); member
|
/Zephyr-latest/tests/net/igmp/src/ |
D | main.c | 216 .iface_api.init = net_test_iface_init,
|
/Zephyr-latest/tests/net/ptp/clock/src/ |
D | main.c | 135 .iface_api.init = eth_iface_init,
|
1...<<21222324252627282930