Home
last modified time | relevance | path

Searched refs:init (Results 76 – 100 of 749) sorted by relevance

12345678910>>...30

/Zephyr-latest/subsys/shell/backends/
Dshell_dummy.c16 static int init(const struct shell_transport *transport, in init() function
94 .init = init,
Dshell_adsp_memory_window.c40 static int init(const struct shell_transport *transport, in init() function
117 .init = init,
Dshell_rtt.c46 static int init(const struct shell_transport *transport, in init() function
179 .init = init,
/Zephyr-latest/drivers/serial/
DKconfig.emul22 int "UART emulated devices' init priority"
25 The init priority of emulated driver on the UART bus.
/Zephyr-latest/modules/nrf_wifi/bus/
Ddevice.c24 static struct qspi_dev qspi = {.init = qspi_init,
30 static struct qspi_dev spim = {.init = spim_init,
/Zephyr-latest/drivers/gpio/
DKconfig.rt1718s16 int "RT1718S GPIO init priority"
23 int "RT1718S GPIO port init priority"
DKconfig.mcp23xxx28 int "MCP230XX GPIO expander init priority"
50 int "MCP23SXX GPIO expander init priority"
/Zephyr-latest/drivers/usb/udc/
Dudc_dwc2.h18 int (*init)(const struct device *dev); member
71 DWC2_QUIRK_FUNC_DEFINE(init)
/Zephyr-latest/soc/andestech/ae350/common_linker/
Dinit.ld7 KEEP(*(.init.*))
/Zephyr-latest/soc/gd/gd32/gd32vf103/
Dinit.ld7 KEEP(*(.init.*))
/Zephyr-latest/soc/telink/tlsr/tlsr951x/
Dinit.ld7 KEEP(*(.init.*))
Dstart.S19 SECTION_FUNC(init, init)
/Zephyr-latest/tests/crypto/tinycrypt_hmac_prng/
DREADME.txt32 HMAC-PRNG test#1 (init, reseed, generate):
33 HMAC-PRNG test#1 (init):
/Zephyr-latest/doc/develop/west/
Dbasics.rst12 West works in the following manner: the ``west init`` command creates the
57 using :ref:`west init <west-init-basics>`.
117 west init and west update
120 The two most important workspace-related commands are ``west init`` and ``west
123 .. _west-init-basics:
125 ``west init`` basics
132 West doesn't change your manifest repository contents after ``west init`` is
139 west init -m https://github.com/zephyrproject-rtos/zephyr --mr v2.5.0 zephyrproject
155 For more details, see :ref:`west-init`.
173 #. Finding the topdir. In the ``west init`` example above, that
/Zephyr-latest/subsys/logging/backends/
Dlog_backend_adsp_mtrace.c202 static void init(const struct log_backend *const backend) in init() function
214 .init = init,
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/central/src/
Dtester.c24 static bool init; in scanned_cb() local
33 if (!init) { in scanned_cb()
36 init = true; in scanned_cb()
/Zephyr-latest/samples/sensor/sensor_shell/src/
Dfake_sensor.c15 static int init(const struct device *dev) in init() function
93 SENSOR_DEVICE_DT_INST_DEFINE(n, init, NULL, NULL, NULL, POST_KERNEL, \
/Zephyr-latest/soc/mediatek/mt8xxx/
Dlinker.ld45 KEEP(*(.literal.init .init))
46 *(.literal.init.* .init.*)
/Zephyr-latest/boards/native/nrf_bsim/
Dnrf54l15bsim_nrf54l15_cpuapp_defconfig7 # Start SYSCOUNTER on driver init
/Zephyr-latest/subsys/net/lib/config/
DCMakeLists.txt8 zephyr_library_sources_ifdef(CONFIG_NET_CONFIG_SETTINGS init.c)
/Zephyr-latest/drivers/bbram/
DKconfig23 # In STM32, BBRAM is a part of RTC. In this case init priority must be
26 # MCP7940N is an I2C device, therefore the init priority must be
/Zephyr-latest/tests/lib/mpsc_pbuf/src/
Dmain.c90 static void init(struct mpsc_pbuf_buffer *buffer, uint32_t wlen, bool overwrite) in init() function
118 init(&buffer, 4 - !pow2, false); in item_put_no_overwrite()
149 init(&buffer, 4 - !pow2, true); in item_put_overwrite()
176 init(&buffer, 4 - !pow2, false); in item_put_saturate()
221 init(&buffer, ARRAY_SIZE(buf32) - !pow2, true); in benchmark_item_put()
262 init(&buffer, 8 - !pow2, false); in item_put_ext_no_overwrite()
300 init(&buffer, 8 - !pow2, true); in item_put_word_ext_overwrite()
335 init(&buffer, 8 - !pow2, false); in item_put_ext_saturate()
385 init(&buffer, ARRAY_SIZE(buf32) - !pow2, false); in benchmark_item_put_ext()
432 init(&buffer, ARRAY_SIZE(buf32) - !pow2, false); in benchmark_item_put_data()
[all …]
/Zephyr-latest/include/zephyr/logging/
Dlog_backend.h69 void (*init)(const struct log_backend *const backend); member
140 if (backend->api->init) { in log_backend_init()
141 backend->api->init(backend); in log_backend_init()
/Zephyr-latest/boards/st/stm32f769i_disco/support/
Dopenocd.cfg5 reset init
/Zephyr-latest/samples/boards/enjoydigital/litex/i2s/src/
Dmain.c34 static void init(void) in init() function
88 init(); in main()

12345678910>>...30