Home
last modified time | relevance | path

Searched full:initializing (Results 1 – 25 of 197) sorted by relevance

12345678

/Zephyr-latest/samples/bluetooth/tmap_bmr/src/
Dmain.c29 printk("Initializing TMAP and setting role\n"); in main()
41 printk("Initializing BAP Broadcast Sink\n"); in main()
/Zephyr-latest/samples/net/zperf/src/
Dmain.c54 (void)net_config_init_app(NULL, "Initializing network"); in main()
62 (void)net_config_init_app(NULL, "Initializing network"); in main()
/Zephyr-latest/samples/basic/custom_dts_binding/
Dsample.yaml16 - "Initializing pin with inactive level."
/Zephyr-latest/tests/drivers/gpio/gpio_api_1pin/src/
Dtest_config.c41 * - Verify that GPIO_OUTPUT_HIGH flag is initializing the pin to high.
42 * - Verify that GPIO_OUTPUT_LOW flag is initializing the pin to low.
43 * - Verify that configuring the pin as an output without initializing it
84 /* Verify that GPIO_OUTPUT_HIGH flag is initializing the pin to high. */ in ZTEST()
92 /* Verify that configuring the pin as an output without initializing it in ZTEST()
100 /* Verify that GPIO_OUTPUT_LOW flag is initializing the pin to low. */ in ZTEST()
108 /* Verify that configuring the pin as an output without initializing it in ZTEST()
/Zephyr-latest/dts/bindings/sensor/
Dti,ina236.yaml10 DeviceTree and it provides macro that can be used for initializing the
/Zephyr-latest/tests/bluetooth/host/id/bt_id_init/src/
Dmain.c38 * Test initializing the device identity by calling bt_id_init() while the device identity count
65 * Test initializing the device identity by calling bt_id_init() while the device identity count
Dtest_suite_setup_public_identity.c53 * Test initializing the device identity with public address by calling bt_id_init() while the
89 * Test initializing the device identity with public address by calling bt_id_init() while the
Dtest_suite_setup_static_random_identity.c66 * Test initializing the device identity with static random address by calling bt_id_init() while
123 * Test initializing the device identity with static random address by calling bt_id_init() while
168 * Test initializing the device identity with static random address by calling bt_id_init() while
/Zephyr-latest/drivers/timer/
Dsys_clock_init.c11 * Initializing the timer driver is done in this module to reduce code
DKconfig.nrf_grtc33 Start the SYSCOUNTER when initializing the GRTC. This should only be
/Zephyr-latest/samples/net/sockets/http_server/src/
Dusb.c23 (void)net_config_init_app(NULL, "Initializing network"); in init_usb()
/Zephyr-latest/samples/sensor/bme280/
DREADME.rst136 [00:00:00.379,760] <dbg> BME280.bme280_init: initializing "BME280_SPI" on bus "SPI_3"
138 [00:00:00.379,821] <dbg> BME280.bme280_init: initializing "BME280_I2C" on bus "I2C_0"
152 [00:00:00.377,777] <dbg> BME280.bme280_init: initializing "BME280_SPI" on bus "SPI_3"
155 [00:00:00.379,638] <dbg> BME280.bme280_init: initializing "BME280_I2C" on bus "I2C_0"
/Zephyr-latest/tests/kernel/workq/work_queue/src/
Dmain.c193 LOG_DBG(" - Initializing test items"); in test_sequence()
404 LOG_DBG(" - Initializing delayed test items"); in ZTEST()
505 LOG_DBG(" - Initializing triggered test items"); in ZTEST()
536 LOG_DBG(" - Initializing triggered test items"); in ZTEST()
629 LOG_DBG(" - Initializing triggered test items"); in ZTEST()
660 LOG_DBG(" - Initializing triggered test items"); in ZTEST()
688 LOG_DBG(" - Initializing triggered test items"); in ZTEST()
719 LOG_DBG(" - Initializing triggered test items"); in ZTEST()
806 LOG_DBG(" - Initializing kernel objects"); in ZTEST()
853 LOG_DBG(" - Initializing triggered test items"); in ZTEST()
/Zephyr-latest/dts/bindings/stepper/
Dstepper-controller.yaml26 micro-step resolution to be set while initializing the device driver.
/Zephyr-latest/boards/firefly/roc_rk3568_pc/doc/
Dindex.rst117 I/TC: Secondary CPU 1 initializing
119 I/TC: Secondary CPU 2 initializing
121 I/TC: Secondary CPU 3 initializing
/Zephyr-latest/dts/bindings/sdhc/
Dzephyr,sdhc-spi-slot.yaml14 if you observe issues initializing your card.
/Zephyr-latest/tests/bluetooth/mesh_shell/src/
Dmain.c141 printk("Initializing mesh failed (err %d)\n", err); in bt_ready()
163 printk("Initializing...\n"); in main()
/Zephyr-latest/samples/net/sockets/echo_server/src/
Dusb.c54 (void)net_config_init_app(NULL, "Initializing network"); in init_usb()
/Zephyr-latest/samples/basic/custom_dts_binding/src/
Dmain.c29 printf("Initializing pin with inactive level.\n"); in main()
/Zephyr-latest/samples/bluetooth/tmap_bms/src/
Dmain.c42 printk("Initializing TMAP and setting role\n"); in main()
/Zephyr-latest/modules/hal_nordic/nrfs/dvfs/
Dld_dvfs.h17 * @brief Function for initializing the Dynamic Voltage and Frequency Scaling service
/Zephyr-latest/tests/bluetooth/mesh/basic/src/
Dmain.c174 printk("Initializing mesh failed (err %d)\n", err); in bt_ready()
191 printk("Initializing...\n"); in main()
/Zephyr-latest/tests/kernel/workq/work_queue/
DREADME.txt34 - Initializing test items
60 - Initializing delayed test items
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/mesh/
Dble_mesh.c63 printk("Initializing mesh failed (err %d)\n", err); in bt_ready()
/Zephyr-latest/subsys/shell/
Dshell_wildcard.h19 /* Function initializing wildcard expansion procedure.

12345678