Home
last modified time | relevance | path

Searched refs:initialized (Results 51 – 75 of 262) sorted by relevance

1234567891011

/Zephyr-latest/doc/kernel/services/data_passing/
Dpipes.rst25 A pipe must be initialized before it can be used. When initialized, the pipe
52 byte buffer. The pipe must then be initialized by calling :c:func:`k_pipe_init`.
64 Alternatively, a pipe can be defined and initialized at compile time using
Dstacks.rst30 A stack must be initialized before it can be used. This sets its queue to empty.
59 It must then be initialized by calling :c:func:`k_stack_init` or
76 Alternatively, a stack can be defined and initialized at compile time
Dlifos.rst25 A LIFO must be initialized before it can be used. This sets its queue to empty.
63 It must then be initialized by calling :c:func:`k_lifo_init`.
73 Alternatively, an empty LIFO can be defined and initialized at compile time
/Zephyr-latest/doc/services/debugging/
Dcs_trace_defmt.rst16 Deformatter is initialized with a user callback. Data is decoded using
/Zephyr-latest/doc/kernel/services/synchronization/
Dsemaphores.rst27 A semaphore must be initialized before it can be used. Its count must be set
58 It must then be initialized by calling :c:func:`k_sem_init`.
69 Alternatively, a semaphore can be defined and initialized at compile time
Devents.rst25 An event object must be initialized before it can be used.
52 It must then be initialized by calling :c:func:`k_event_init`.
62 Alternatively, an event object can be defined and initialized at compile time
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/
Dlc3.c475 static bool initialized; in lc3_init() local
477 if (initialized) { in lc3_init()
487 initialized = true; in lc3_init()
/Zephyr-latest/include/zephyr/linker/common-rom/
Dcommon-rom-kernel-devices.ld9 * automatically initialized by the kernel; the objects are
10 * sorted in the order they will be initialized (i.e. ordered
/Zephyr-latest/drivers/reset/
DKconfig25 initialized earlier in the startup cycle. If unsure, leave at default
/Zephyr-latest/drivers/gpio/
DKconfig.nct38xx44 must take place after the alert GPIO device is initialized.
/Zephyr-latest/drivers/sensor/melexis/mlx90394/
Dmlx90394.c255 if (!data->initialized) { in mlx90394_attr_helper()
441 if (!data->initialized) { in mlx90394_sample_fetch_internal()
467 if (!data->initialized) { in mlx90394_trigger_measurement_internal()
617 data->initialized = true; in mlx90394_init()
649 .initialized = false}; \
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-shell.rst48 message is printed to confirm Bluetooth has been initialized.
53 Bluetooth initialized
/Zephyr-latest/samples/boards/nordic/nrfx_prs/
DREADME.rst13 and the lack of possibility to deinitialize a peripheral that is initialized by
22 currently initialized peripheral (SPIM2 or UARTE2)
/Zephyr-latest/drivers/syscon/
DKconfig38 initialized earlier in the startup cycle. If unsure, leave at default
/Zephyr-latest/drivers/interrupt_controller/
DKconfig.intel_vtd35 This device should be initialized as soon as possible, before any
/Zephyr-latest/drivers/entropy/
DKconfig.native_sim14 initialized with the same seed.
/Zephyr-latest/tests/kernel/sleep/
DREADME.txt37 Kernel objects initialized
/Zephyr-latest/modules/segger/
DKconfig57 prompt "Mode for pre-initialized terminal channel (buffer 0)"
117 if another program (e.g. bootloader) has already initialized it.
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dcsip_set_coordinator.c252 static bool initialized; in cmd_csip_set_coordinator_discover() local
256 if (!initialized) { in cmd_csip_set_coordinator_discover()
260 initialized = true; in cmd_csip_set_coordinator_discover()
/Zephyr-latest/doc/kernel/memory_management/
Dslabs.rst38 A memory slab must be initialized before it can be used. This marks all of
71 It must then be initialized by calling :c:func:`k_mem_slab_init`.
83 Alternatively, a memory slab can be defined and initialized at compile time
/Zephyr-latest/subsys/usb/device/
Dusb_descriptor.c531 static bool initialized; in usb_get_device_descriptor() local
536 if (!initialized) { in usb_get_device_descriptor()
542 initialized = true; in usb_get_device_descriptor()
/Zephyr-latest/drivers/flash/
DKconfig.at4538 SPI driver needs to be initialized before this one.
/Zephyr-latest/subsys/bluetooth/audio/
Daics_internal.h115 bool initialized; member
/Zephyr-latest/drivers/ethernet/
DKconfig.lan865x27 Must be initialized after SPI.
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Disoal.h284 uint64_t initialized:1; member
398 uint64_t initialized:1; member

1234567891011