Home
last modified time | relevance | path

Searched refs:initialized (Results 26 – 50 of 262) sorted by relevance

1234567891011

/Zephyr-latest/subsys/timing/
DKconfig16 initialized at boot.
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/
Dusb.c327 static bool initialized; in usb_init() local
330 if (initialized) { in usb_init()
347 initialized = true; in usb_init()
/Zephyr-latest/drivers/adc/
Diadc_gecko.c32 bool initialized; member
149 if (!data->channel_config[index].initialized) { in start_read()
298 channel_config->initialized = false; in adc_gecko_channel_setup()
358 channel_config->initialized = true; in adc_gecko_channel_setup()
/Zephyr-latest/samples/boards/st/ccm/
DREADME.rst17 are initialized. Like the normal data section the initial
21 should be initialized to 0. Like the normal bss section they
59 Zero initialized BSS area : [0x10000000, 0x10000007)
105 Zero initialized BSS area : [0x10000000, 0x10000007)
/Zephyr-latest/drivers/gpio/
DKconfig.lmp90xxx26 initialized after the LMP90xxx ADC driver.
DKconfig.ads1x4s0x25 initialized after the ADS1X4S0X ADC driver.
/Zephyr-latest/boards/nxp/imx93_evk/
DKconfig.defconfig14 # CAN Phy must be initialized after board mux
/Zephyr-latest/subsys/usb/device_next/
Dusbd_device.h103 return uds_ctx->status.initialized; in usbd_is_initialized()
/Zephyr-latest/tests/subsys/mgmt/ec_host_cmd/uart/src/
Duart_mock.c18 .initialized = 1,
/Zephyr-latest/lib/posix/options/
Dposix_internal.h36 bool initialized: 1; member
/Zephyr-latest/drivers/spi/
Dspi_nrfx_spim.c61 bool initialized; member
227 if (dev_data->initialized && spi_context_configured(ctx, spi_cfg)) { in configure()
288 if (dev_data->initialized) { in configure()
290 dev_data->initialized = false; in configure()
300 dev_data->initialized = true; in configure()
581 dev_data->initialized = false; in transceive()
677 if (dev_data->initialized) { in spim_suspend()
679 dev_data->initialized = false; in spim_suspend()
/Zephyr-latest/include/zephyr/logging/
Dlog_backend.h86 bool initialized; member
144 backend->cb->initialized = true; in log_backend_init()
/Zephyr-latest/doc/kernel/services/synchronization/
Dcondvar.rst38 A condition variable must be initialized before it can be used.
48 It must then be initialized by calling :c:func:`k_condvar_init`.
58 Alternatively, a condition variable can be defined and initialized at compile time
/Zephyr-latest/doc/kernel/object_cores/
Dindex.rst74 :c:struct:`k_obj_type`. It must be initialized before any objects of that type
75 are initialized. The following code shows how a new object type can be
76 initialized for use with object cores and object core statistics.
120 automatically have their object cores initialized when the object is
121 initialized. However, developers that wish to add their own objects into the
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dpbp.rst11 When the Bluetooth stack has been initialized (:code:`bt init`), the Public Broadcast Profile is re…
Dtmap.rst12 When the Bluetooth stack has been initialized (:code:`bt init`), the TMAS can be registered by
/Zephyr-latest/tests/drivers/flash_api/src/
Dmain.c49 .initialized = 1,
/Zephyr-latest/cmake/toolchain/arcmwdt/
Dgeneric.cmake29 # At the same time zephyr-SDK requires ARCH variable to be initialized before include "generic.cmak…
30 # but in hew HWMv2 model ARCH variable will be initialized more later.
/Zephyr-latest/drivers/sensor/melexis/mlx90394/
Dmlx90394.h53 bool initialized; member
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_config.rst25 network system is configured or initialized at all. If not set, then the
41 is initialized properly in order to use IPv4.
46 is initialized properly in order to use IPv6.
/Zephyr-latest/subsys/bluetooth/audio/
Dvocs_internal.h91 bool initialized; member
/Zephyr-latest/include/zephyr/posix/
Dposix_types.h113 bool initialized: 1; member
/Zephyr-latest/boards/nxp/common/
Dsegger-ecc-systemview.rst17 segment being searched has not been initialized to a known value.
/Zephyr-latest/samples/net/syslog_net/
DKconfig21 app defore the backend is initialized. This can be
/Zephyr-latest/include/zephyr/linker/
Dcommon-ram.ld67 * initialized at build time, or initialized automatically at runtime

1234567891011