/Zephyr-latest/doc/kernel/services/data_passing/ |
D | pipes.rst | 25 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
|
D | stacks.rst | 30 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
|
D | lifos.rst | 25 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/ |
D | cs_trace_defmt.rst | 16 Deformatter is initialized with a user callback. Data is decoded using
|
/Zephyr-latest/doc/kernel/services/synchronization/ |
D | semaphores.rst | 27 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
|
D | events.rst | 25 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/ |
D | lc3.c | 475 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/ |
D | common-rom-kernel-devices.ld | 9 * automatically initialized by the kernel; the objects are 10 * sorted in the order they will be initialized (i.e. ordered
|
/Zephyr-latest/drivers/reset/ |
D | Kconfig | 25 initialized earlier in the startup cycle. If unsure, leave at default
|
/Zephyr-latest/drivers/gpio/ |
D | Kconfig.nct38xx | 44 must take place after the alert GPIO device is initialized.
|
/Zephyr-latest/drivers/sensor/melexis/mlx90394/ |
D | mlx90394.c | 255 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/ |
D | bluetooth-shell.rst | 48 message is printed to confirm Bluetooth has been initialized. 53 Bluetooth initialized
|
/Zephyr-latest/samples/boards/nordic/nrfx_prs/ |
D | README.rst | 13 and the lack of possibility to deinitialize a peripheral that is initialized by 22 currently initialized peripheral (SPIM2 or UARTE2)
|
/Zephyr-latest/drivers/syscon/ |
D | Kconfig | 38 initialized earlier in the startup cycle. If unsure, leave at default
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | Kconfig.intel_vtd | 35 This device should be initialized as soon as possible, before any
|
/Zephyr-latest/drivers/entropy/ |
D | Kconfig.native_sim | 14 initialized with the same seed.
|
/Zephyr-latest/tests/kernel/sleep/ |
D | README.txt | 37 Kernel objects initialized
|
/Zephyr-latest/modules/segger/ |
D | Kconfig | 57 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/ |
D | csip_set_coordinator.c | 252 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/ |
D | slabs.rst | 38 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/ |
D | usb_descriptor.c | 531 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/ |
D | Kconfig.at45 | 38 SPI driver needs to be initialized before this one.
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | aics_internal.h | 115 bool initialized; member
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.lan865x | 27 Must be initialized after SPI.
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | isoal.h | 284 uint64_t initialized:1; member 398 uint64_t initialized:1; member
|