Lines Matching refs:will
43 the prefix ``CONFIG_HEAP_MEM_POOL_ADD_SIZE_``. The old Kconfig option still exists, but will be
123 macro avoids run-time string comparisons, and is also safer because it will
193 ``DT_IRQ_BY_IDX(DT_NODELABEL(uart0), 0, irq)`` will return ``10``
194 (as-seen value in the devicetree), while ``DT_IRQN_BY_IDX(DT_NODELABEL(uart0), 0)`` will return
234 identity address, which will then be passed in the ``public_addr`` field.
282 use the PLL1_Q clock for FDCAN will need to override the ``clocks`` property as follows:
295 must now be declared within a MIPI DBI driver wrapper device, which will
396 this API will need to be updated.
469 Any pointer to a UUID must be prefixed with ``const``, otherwise there will be a compilation
575 cannot be accessed from usermode thread. This means that the API calls will need to made
642 previous Zephyr version, but they are ignored, and will be removed in future release.
659 :c:func:`zbus_obs_attach_to_thread` inside the attaching thread. The observer will then assume the
660 attached thread priority which will be used by zbus to calculate HLP priority. (:github:`63183`)
706 the architecture layer. Instead, SoCs or boards will need to define it.