Home
last modified time | relevance | path

Searched full:initialize (Results 1 – 25 of 1109) sorted by relevance

12345678910>>...45

/Zephyr-Core-3.5.0/samples/bluetooth/hap_ha/src/
Dhap_ha.h10 * @brief Initialize the BAP Unicast Server role
17 * @brief Initialize the CSIP Set Member role
33 * @brief Initialize the VCP Volume Renderer role
40 * @brief Initialize the MICP Microphone Device role
47 * @brief Initialize the CCP Call Control Client role
54 * @brief Initialize the HAS Server
/Zephyr-Core-3.5.0/samples/bluetooth/tmap_peripheral/src/
Dtmap_peripheral.h27 * @brief Initialize the VCP Volume Renderer role
34 * @brief Initialize the CSIP Set Member role
50 * @brief Initialize BAP Unicast Server role
57 * @brief Initialize Call Control Client
80 * @brief Initialize Media Controller
/Zephyr-Core-3.5.0/samples/bluetooth/tmap_central/src/
Dtmap_central.h10 * @brief Initialize the MCP Server role
17 * @brief Initialize the CCP Server role
24 * @brief Initialize the VCP Volume Controller role
52 * @brief Initialize the CAP Initiator role
/Zephyr-Core-3.5.0/soc/arm/st_stm32/common/
Dpinctrl_soc.h40 * @brief Utility macro to initialize pinmux field in #pinctrl_pin_t.
47 * @brief Definitions used to initialize fields in #pinctrl_pin_t
60 * @brief Utility macro to initialize pincfg field in #pinctrl_pin_t (F1).
75 * @brief Utility macro to initialize pincfg field in #pinctrl_pin_t (non-F1).
93 * @brief Utility macro to initialize each pin.
106 * @brief Utility macro to initialize state pins contained in a given property.
/Zephyr-Core-3.5.0/dts/bindings/memory-window/
Dintel,adsp-mem-window.yaml11 initialize:
13 description: Initialize memory region and flush cache.
/Zephyr-Core-3.5.0/soc/arm/nxp_kinetis/k2x/
Dsoc.c14 * This module provides routines to initialize and support board-level
73 * @brief Initialize the system clock
113 * Initialize the interrupt controller device drivers.
114 * Also initialize the timer device driver, if required.
124 /* Initialize PLL/system clock to 120 MHz */ in fsl_frdm_k22f_init()
/Zephyr-Core-3.5.0/include/zephyr/data/
Djwt.h57 * @brief Initialize the JWT builder.
59 * Initialize the given JWT builder for the creation of a fresh token.
63 * @param builder The builder to initialize.
69 * @retval -ENOSPC Buffer is insufficient to initialize
/Zephyr-Core-3.5.0/soc/riscv/espressif_esp32/esp32c3/
Dpinctrl_soc.h31 * @brief Utility macro to initialize pinmux field in #pinctrl_pin_t.
38 * @brief Utility macro to initialize pincfg field in #pinctrl_pin_t.
54 * @brief Utility macro to initialize each pin.
65 * @brief Utility macro to initialize state pins contained in a given property.
/Zephyr-Core-3.5.0/soc/xtensa/espressif_esp32/esp32s3/
Dpinctrl_soc.h33 * @brief Utility macro to initialize pinmux field in #pinctrl_pin_t.
40 * @brief Utility macro to initialize pincfg field in #pinctrl_pin_t.
56 * @brief Utility macro to initialize each pin.
67 * @brief Utility macro to initialize state pins contained in a given property.
/Zephyr-Core-3.5.0/soc/xtensa/espressif_esp32/esp32/
Dpinctrl_soc.h31 * @brief Utility macro to initialize pinmux field in #pinctrl_pin_t.
38 * @brief Utility macro to initialize pincfg field in #pinctrl_pin_t.
54 * @brief Utility macro to initialize each pin.
65 * @brief Utility macro to initialize state pins contained in a given property.
/Zephyr-Core-3.5.0/soc/xtensa/espressif_esp32/esp32s2/
Dpinctrl_soc.h31 * @brief Utility macro to initialize pinmux field in #pinctrl_pin_t.
38 * @brief Utility macro to initialize pincfg field in #pinctrl_pin_t.
54 * @brief Utility macro to initialize each pin.
65 * @brief Utility macro to initialize state pins contained in a given property.
/Zephyr-Core-3.5.0/tests/subsys/usb/device_next/src/
Dmain.c95 zassert_equal(err, 0, "Failed to initialize USB host"); in usb_test_enable()
112 zassert_equal(err, 0, "Failed to initialize descriptor (%d)", err); in usb_test_enable()
115 zassert_equal(err, 0, "Failed to initialize descriptor (%d)", err); in usb_test_enable()
118 zassert_equal(err, 0, "Failed to initialize descriptor (%d)", err); in usb_test_enable()
121 zassert_equal(err, 0, "Failed to initialize descriptor (%d)", err); in usb_test_enable()
130 zassert_equal(err, 0, "Failed to initialize device support"); in usb_test_enable()
/Zephyr-Core-3.5.0/samples/bluetooth/tmap_bmr/src/
Dtmap_bmr.h10 * @brief Initialize the VCP Volume Renderer role
17 * @brief Initialize BAP Broadcast Sink
/Zephyr-Core-3.5.0/subsys/usb/device_next/
Dusbd_init.h13 * @brief Initialize all device configurations
15 * Iterate on a list of all configurations and initialize all
/Zephyr-Core-3.5.0/soc/arm/nxp_kinetis/kwx/
Dsoc_kw2xd.c74 * @brief Initialize radio transceiver clock output
78 * to the input pin EXTAL0 of the SoC. This routine will initialize the clock
108 * @brief Initialize the system clock
145 * Initialize the interrupt controller device drivers.
146 * Also initialize the timer device driver, if required.
155 /* Initialize PLL/system clock to 48 MHz */ in kw2xd_init()
/Zephyr-Core-3.5.0/soc/riscv/riscv-ite/common/
Dpinctrl_soc.h110 * @brief Utility macro to initialize pincfg field in #pinctrl_pin_t.
131 * @brief Utility macro to initialize pinctrls of pinmuxs field in #pinctrl_pin_t.
138 * @brief Utility macro to initialize pin of pinmuxs field in #pinctrl_pin_t.
145 * @brief Utility macro to initialize alt_func of pinmuxs field in #pinctrl_pin_t.
153 * @brief Utility macro to initialize each pin.
170 * @brief Utility macro to initialize state pins contained in a given property.
/Zephyr-Core-3.5.0/include/zephyr/net/
Dnet_config.h50 * @brief Initialize this network application.
65 * @brief Initialize this network application using a specific network
71 * @param iface Initialize networking using this network interface.
83 * @brief Initialize this network application.
/Zephyr-Core-3.5.0/soc/arm/nxp_kinetis/k6x/
Dsoc.c12 * This module provides routines to initialize and support board-level
78 * @brief Initialize the system clock
124 * Initialize the interrupt controller device drivers.
125 * Also initialize the timer device driver, if required.
163 /* Initialize PLL/system clock up to 180 MHz */ in k6x_init()
/Zephyr-Core-3.5.0/tests/bluetooth/controller/mock_ctrl/src/
Dull.c294 /* Initialize done pool. */ in init_reset()
297 /* Initialize done link pool. */ in init_reset()
300 /* Initialize rx pool. */ in init_reset()
304 /* Initialize rx link pool. */ in init_reset()
308 /* Acquire a link to initialize ull rx memq */ in init_reset()
311 /* Initialize ull rx memq */ in init_reset()
314 /* Acquire a link to initialize ll rx memq */ in init_reset()
317 /* Initialize ll rx memq */ in init_reset()
/Zephyr-Core-3.5.0/soc/arm/microchip_mec/common/
Dpinctrl_soc.h31 /* initialize pinmux member fields of pinctrl_pin_t */
49 /* initialize pin structure members */
54 /* Use DT FOREACH macro to initialize each used pin */
/Zephyr-Core-3.5.0/subsys/debug/
Dgdbstub_backend.h21 * @brief Initialize the gdbstub backend
24 * give the opportunity to the backend initialize properly.
/Zephyr-Core-3.5.0/soc/xtensa/intel_adsp/common/
Dmem_window.c25 if (config->initialize) { in mem_win_init()
55 .initialize = DT_PROP(MEM_WINDOW_NODE(n), initialize), \
/Zephyr-Core-3.5.0/drivers/modem/
Dmodem_iface_uart.h45 * @param iface: modem interface to initialize.
69 * @brief Initialize modem interface for UART
71 * @param iface Interface structure to initialize
/Zephyr-Core-3.5.0/samples/subsys/usb/cdc_acm/src/
Dmain.c52 LOG_ERR("Failed to initialize language descriptor (%d)", err); in enable_usb_device_next()
58 LOG_ERR("Failed to initialize manufacturer descriptor (%d)", err); in enable_usb_device_next()
64 LOG_ERR("Failed to initialize product descriptor (%d)", err); in enable_usb_device_next()
70 LOG_ERR("Failed to initialize SN descriptor (%d)", err); in enable_usb_device_next()
88 LOG_ERR("Failed to initialize device support"); in enable_usb_device_next()
/Zephyr-Core-3.5.0/soc/arm/nxp_lpc/lpc54xxx/
Dsoc.c11 * This module provides routines to initialize and support board-level
44 * @brief Initialize the system clock
104 * Initialize the interrupt controller device drivers.
105 * Also initialize the timer device driver, if required.
112 /* Initialize FRO/system clock to 48 MHz */ in nxp_lpc54114_init()

12345678910>>...45