Home
last modified time | relevance | path

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

12345678910>>...57

/Zephyr-latest/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-latest/samples/bluetooth/tmap_peripheral/src/
Dtmap_peripheral.h29 * @brief Initialize the VCP Volume Renderer role
36 * @brief Initialize the CSIP Set Member role
52 * @brief Initialize BAP Unicast Server role
59 * @brief Initialize Call Control Client
82 * @brief Initialize Media Controller
/Zephyr-latest/samples/bluetooth/tmap_central/src/
Dtmap_central.h14 * @brief Initialize the MCP Server role
21 * @brief Initialize the CCP Server role
28 * @brief Initialize the VCP Volume Controller role
56 * @brief Initialize the CAP Initiator role
/Zephyr-latest/samples/drivers/memc/boards/
Dfrdm_rw612.conf12 # initialize first. Then, the QSPI flash driver must initialize to program
13 # the LUT table for port A. Finally, the PSRAM driver can initialize and
Drd_rw612_bga.conf12 # initialize first. Then, the QSPI flash driver must initialize to program
13 # the LUT table for port A. Finally, the PSRAM driver can initialize and
/Zephyr-latest/soc/nxp/mcx/mcxw/
Dmcxw71_platform_init.S29 .ram_init_ctcm01: /* Initialize ctcm01 */
40 .ram_init_stcm012: /* Initialize stcm012 */
50 .loop5: /* Initialize stcm5 */
/Zephyr-latest/dts/bindings/memory-window/
Dintel,adsp-mem-window.yaml11 initialize:
13 description: Initialize memory region and flush cache.
/Zephyr-latest/soc/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-latest/drivers/memc/
DKconfig.mcux44 flash driver must initialize before the MEMC RAM driver,
50 bool "Initialize FLEXSPI when using device for XIP"
52 Initialize the FLEXSPI device even when using it for XIP. If this
/Zephyr-latest/soc/nxp/kinetis/k2x/
Dsoc.c14 * This module provides routines to initialize and support board-level
75 * @brief Initialize the system clock
115 * Initialize the interrupt controller device drivers.
116 * Also initialize the timer device driver, if required.
126 /* Initialize PLL/system clock to 120 MHz */ in soc_early_init_hook()
/Zephyr-latest/soc/espressif/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-latest/soc/espressif/esp32c2/
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-latest/soc/espressif/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-latest/soc/espressif/esp32c6/
Dpinctrl_soc.h31 * @brief Utility macro to initialize pinmux field in #pinctrl_pin_t.
39 * @brief Utility macro to initialize pincfg field in #pinctrl_pin_t.
55 * @brief Utility macro to initialize each pin.
66 * @brief Utility macro to initialize state pins contained in a given property.
/Zephyr-latest/soc/espressif/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-latest/soc/espressif/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-latest/soc/ene/kb1200/
Dpinctrl_soc.h20 /* initialize pinmux member fields of pinctrl_pin_t */
35 /* initialize pin structure members */
40 /* Use DT FOREACH macro to initialize each used pin */
/Zephyr-latest/samples/bluetooth/tmap_bmr/src/
Dtmap_bmr.h10 * @brief Initialize the VCP Volume Renderer role
17 * @brief Initialize BAP Broadcast Sink
/Zephyr-latest/subsys/usb/device_next/
Dusbd_init.h13 * @brief Initialize all device configurations
15 * Iterate on a list of all configurations and initialize all
/Zephyr-latest/soc/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 soc_early_init_hook()
/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/
Dstream_tx.h29 * @brief Initialize TX
31 * This will initialize TX if not already initialized. This creates and starts a thread that
44 * @retval -ENOEXEC if the LC3 encoder failed to initialize
/Zephyr-latest/include/zephyr/net/
Dnet_config.h52 * @brief Initialize this network application.
67 * @brief Initialize this network application using a specific network
73 * @param iface Initialize networking using this network interface.
85 * @brief Initialize this network application.
/Zephyr-latest/include/zephyr/data/
Djwt.h57 * @brief Initialize the JWT builder.
59 * Initialize the given JWT builder for the creation of a fresh token.
62 * @param builder The builder to initialize.
68 * @retval -ENOSPC Buffer is insufficient to initialize.
/Zephyr-latest/doc/services/storage/disk/
Daccess.rst15 API provides IOCTLs to initialize and de-initialize the disk. They are
18 * :c:macro:`DISK_IOCTL_CTRL_INIT`: Initialize the disk. Must be called before
22 * :c:macro:`DISK_IOCTL_CTRL_DEINIT`: De-initialize the disk. Once this IOCTL
26 Init/deinit IOCTL calls are balanced, so a disk will not de-initialize until
38 de-initialize the disk and can instead call :c:func:`fs_unmount`
/Zephyr-latest/tests/subsys/usb/device_next/src/
Dmain.c100 zassert_equal(err, 0, "Failed to initialize USB host"); in usb_test_enable()
117 zassert_equal(err, 0, "Failed to initialize descriptor (%d)", err); in usb_test_enable()
120 zassert_equal(err, 0, "Failed to initialize descriptor (%d)", err); in usb_test_enable()
123 zassert_equal(err, 0, "Failed to initialize descriptor (%d)", err); in usb_test_enable()
126 zassert_equal(err, 0, "Failed to initialize descriptor (%d)", err); in usb_test_enable()
157 zassert_equal(err, 0, "Failed to initialize device support"); in usb_test_enable()

12345678910>>...57