Searched refs:init (Results 376 – 400 of 771) sorted by relevance
1...<<11121314151617181920>>...31
/Zephyr-latest/soc/cdns/dc233c/include/ |
D | xtensa-dc233c.ld | 139 * Note: DO NOT PUT MMU init code here as this will be 206 *(.init.literal) 209 KEEP(*(.init))
|
/Zephyr-latest/doc/services/retention/ |
D | index.rst | 32 RAM as non-init for this purpose. The retention system is then initialised as a 102 /* Reduce SRAM0 usage by 1KB to account for non-init area */ 182 /* Reduce SRAM0 usage by 1 byte to account for non-init area */
|
/Zephyr-latest/boards/enjoydigital/litex_vexriscv/doc/ |
D | index.rst | 66 git submodule update --init --recursive 86 source ./init 127 …./litex_setup.py --init --install --user (--user to install to user directory) --config=(minimal, …
|
/Zephyr-latest/tests/net/route_mcast/src/ |
D | main.c | 252 .iface_api.init = net_route_mcast_iface_init1, 257 .iface_api.init = net_route_mcast_iface_init2, 262 .iface_api.init = net_route_mcast_iface_init3,
|
/Zephyr-latest/doc/services/smf/ |
D | index.rst | 166 init [shape = point]; 171 init -> STATE_S0; 269 init [shape = point]; 280 init -> STATE_S0; 385 init [shape = point]; 389 init -> STATE_S0;
|
/Zephyr-latest/drivers/adc/ |
D | iadc_gecko.c | 63 IADC_Init_t init = IADC_INIT_DEFAULT; in adc_gecko_set_config() local 75 IADC_init(iadc, &init, &initAllConfigs); in adc_gecko_set_config()
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_suspend.c | 98 .init = model_1_init, 102 .init = model_2_init,
|
/Zephyr-latest/subsys/net/lib/config/ |
D | init.c | 561 if (backend->api->init != NULL) { in net_config_init_app() 562 backend->api->init(backend); in net_config_init_app()
|
/Zephyr-latest/tests/net/route/src/ |
D | main.c | 212 .iface_api.init = net_route_iface_init, 217 .iface_api.init = net_route_iface_init,
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | mpl.c | 230 SHELL_CMD_ARG(init, NULL,
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | large_comp_data_cli.c | 123 .init = large_comp_data_cli_init,
|
D | large_comp_data_srv.c | 193 .init = large_comp_data_srv_init,
|
D | sar_cfg_srv.c | 197 .init = sar_cfg_srv_init,
|
/Zephyr-latest/drivers/counter/ |
D | Kconfig | 14 int "Counter init priority"
|
/Zephyr-latest/drivers/crypto/ |
D | Kconfig | 15 int "Crypto devices init priority"
|
/Zephyr-latest/subsys/usb/usb_c/ |
D | Kconfig | 18 int "USB-C stack init priority"
|
/Zephyr-latest/scripts/west_commands/completion/ |
D | west-completion.fish | 160 set -l builtin_cmds "init" "create a west repository" \ 345 # init 346 complete -c west -n __zephyr_west_use_subcommand -ra init -d "create a west workspace" 347 complete -c west -n "__zephyr_west_seen_subcommand_from init" -ra "(__zephyr_west_complete_director… 348 complete -c west -n "__zephyr_west_seen_subcommand_from init; and __zephyr_west_exclude -l --local"… 349 complete -c west -n "__zephyr_west_seen_subcommand_from init" -l mf -l manifest-file -r -d "manifes… 350 complete -c west -n "__zephyr_west_seen_subcommand_from init; and __zephyr_west_exclude -l --local"… 351 complete -c west -n "__zephyr_west_seen_subcommand_from init; and __zephyr_west_exclude -m --manife… 493 complete -c west -n "__zephyr_west_seen_subcommand_from spdx" -o i -l init -d "initialize CMake fil…
|
/Zephyr-latest/tests/net/icmp/src/ |
D | main.c | 133 .iface_api.init = test_iface_init, 138 .iface_api.init = test_iface_init, 418 .wifi_iface.iface_api.init = offload_iface_init,
|
/Zephyr-latest/drivers/wifi/eswifi/ |
D | eswifi_bus_uart.c | 245 .init = eswifi_uart_init,
|
/Zephyr-latest/subsys/input/ |
D | Kconfig | 16 int "Input subsystem and drivers init priority"
|
/Zephyr-latest/boards/gardena/sgrm/doc/ |
D | index.rst | 88 openocd -f board/gardena_radio.cfg -c init
|
/Zephyr-latest/drivers/hdlc_rcp_if/ |
D | hdlc_rcp_if_uart.c | 201 .iface_api.init = hdlc_iface_init,
|
/Zephyr-latest/drivers/clock_control/ |
D | Kconfig | 20 int "Clock control init priority"
|
/Zephyr-latest/drivers/disk/nvme/ |
D | nvme_disk.c | 202 .init = nvme_disk_init,
|
/Zephyr-latest/drivers/disk/ |
D | ramdisk.c | 121 .init = disk_ram_access_init,
|
1...<<11121314151617181920>>...31