Home
last modified time | relevance | path

Searched full:fixed (Results 1 – 25 of 1162) sorted by relevance

12345678910>>...47

/Zephyr-latest/dts/arm/infineon/cat1a/
Dsystem_clocks.dtsi15 compatible = "fixed-clock";
23 compatible = "fixed-factor-clock";
31 compatible = "fixed-factor-clock";
39 compatible = "fixed-factor-clock";
47 compatible = "fixed-factor-clock";
55 compatible = "fixed-factor-clock";
63 compatible = "fixed-clock";
71 compatible = "fixed-clock";
79 compatible = "fixed-factor-clock";
88 compatible = "fixed-factor-clock";
[all …]
/Zephyr-latest/include/zephyr/devicetree/
Dfixed-partitions.h20 * @defgroup devicetree-fixed-partition Devicetree Fixed Partition API
26 * @brief Get a node identifier for a fixed partition with
33 * compatible = "fixed-partitions";
56 * @brief Test if a fixed partition with a given label property exists
58 * @return 1 if any "fixed-partitions" child node has the given label,
65 * @brief Test if fixed-partition compatible node exists
68 * @return 1 if node exists and is fixed-partition compatible, 0 otherwise.
74 * @brief Get a numeric identifier for a fixed partition
75 * @param node_id node identifier for a fixed-partitions child node
82 * @param node_id node identifier for a fixed-partitions child node
[all …]
/Zephyr-latest/include/zephyr/dsp/
Dutils.h26 * @defgroup math_dsp_utils_shifts Float/Fixed point shift conversion functions
31 * @addtogroup math_dsp_basic_conv_to_float Fixed to Float point conversions
40 * @brief Convert a Q7 fixed-point value to a floating-point (float32_t) value with a left shift.
42 * @param src The input Q7 fixed-point value.
49 * @brief Convert a Q15 fixed-point value to a floating-point (float32_t) value with a left shift.
51 * @param src The input Q15 fixed-point value.
58 * @brief Convert a Q31 fixed-point value to a floating-point (float32_t) value with a left shift.
60 * @param src The input Q31 fixed-point value.
67 * @brief Convert a Q7 fixed-point value to a floating-point (float64_t) value with a left shift.
69 * @param src The input Q7 fixed-point value.
[all …]
/Zephyr-latest/dts/arm/infineon/cat1b/cyw20829/
Dsystem_clocks.dtsi14 compatible = "fixed-clock";
22 compatible = "fixed-clock";
30 compatible = "fixed-clock";
38 compatible = "fixed-factor-clock";
46 compatible = "fixed-factor-clock";
54 compatible = "fixed-factor-clock";
62 compatible = "fixed-factor-clock";
70 compatible = "fixed-factor-clock";
79 compatible = "fixed-factor-clock";
88 compatible = "fixed-factor-clock";
[all …]
/Zephyr-latest/tests/drivers/flash/stm32/
Dtestcase.yaml14 dt_label_with_parent_compat_enabled("storage_partition", "fixed-partitions")
22 dt_label_with_parent_compat_enabled("storage_partition", "fixed-partitions")
30 dt_label_with_parent_compat_enabled("storage_partition", "fixed-partitions")
37 dt_label_with_parent_compat_enabled("storage_partition", "fixed-partitions")
44 dt_label_with_parent_compat_enabled("storage_partition", "fixed-partitions")
53 dt_label_with_parent_compat_enabled("storage_partition", "fixed-partitions")
/Zephyr-latest/dts/bindings/clock/
Dfixed-factor-clock.yaml4 description: Generic fixed factor clock provider
6 compatible: "fixed-factor-clock"
13 description: fixed clock divider
17 description: fixed clock multiplier
/Zephyr-latest/doc/releases/
Drelease-notes-3.6.rst62 * Fixed unstable work of application built with MetaWare toolchain for hardware
161 * LPC55xxx: Fixed the system hardware clock cycle rate.
198 * Fixed partition naming on ``lpcxpresso55s69`` to use the standard slot
256 * Fixed an issue whereby board revision ``0`` did not include overlay files for that revision.
271 * Fixed an issue whereby shields were processed in order of the root they resided in rather than
274 * Fixed an issue whereby using some shields with sysbuild would cause a cmake Kconfig error.
276 * Fixed an issue where the macros ``_POSIX_C_SOURCE`` and ``_XOPEN_SOURCE`` would be defined
358 * Added support for top value configuration and fixed a bug in the native posix driver.
393 * Fixed lan865x driver. Transmission speed improvements, IRQ handling fixes.
394 * Fixed s32_gmac driver. Link up/down handling fixes.
[all …]
Drelease-notes-4.0.rst205 * Fixed an ltk derive issue in L2CAP
212 * Fixed LE LTK cannot be derived
250 * NXP s32k3: fixed RAM retention issue
266 …* NXP IMXRT: Fixed flexspi boot issue caused by an erroneous relocation of the Flash Configuration…
269 * NXP IMXRT116x: Fixed bus clocking to align with the settings of the MCUXpresso SDK
270 * NXP mimxrt685: fixed clocks to enable DMIC
271 * NXP MCX N Series: Fixed NXP LPSPI native chip select when using synchronous API with DMA bug
439 * Fixed calibration scheme in ESP32-S3.
541 * Fixed bug that resulted in double RX buffer read when generic spi protocol is used.
542 * Fixed essential thread termination on OA read failure.
[all …]
Drelease-notes-3.5.rst91 * Fixed dynamic thread stack allocation
92 * Fixed STR assembly macro offset calculation issue which may cause build error for ARCv3 64bit
141 Improved memory usage of codec configurations and codec capabilities. Fixed several bugs in BAP
149 * Fixed ASCS Source ASE link loss state transition
150 * Fixed ASCS possible ASE leak
151 * Fixed ASCS to drop ISO PDUs if ASE is not in streaming state
152 * Fixed BAP ``bt_bap_scan_delegator_find_state`` implementation
153 * Fixed BAP issue with PA sync and ID in ``broadcast_sink_create``
154 * Fixed TMAS characteristic permissions
155 * Fixed ``tbs_client`` missing discovery complete event
[all …]
Drelease-notes-3.7.rst226 * Fixed the issue when mbedtls failed to build with ARC MWDT toolchain & minimal LibC due to
228 * Fixed device deferred initialization in case of ARC MWDT toolchain
265 * Fixed an issue where passing the 7th argument via syscall was handled incorrectly.
267 * Fixed an issue where :c:func:`arch_user_string_nlen` accessing unmapped memory resulted
394 * GD32F4XX: Fixed an incorrect uart4 irq number.
503 * Fixed issue with passing UTF-8 configs to applications using sysbuild (:github:`74152`).
505 * Fixed issue whereby domain file in sysbuild projects would be loaded and used with outdated
509 * Fixed issue with Zephyr modules not being listed in sysbuild if they did not have a Kconfig
515 * Fixed issue whereby files used in a project (e.g. devicetree overlays or Kconfig fragments)
524 * Fixed issue with armfvp find path if it contained a colon-separated list (:github:`74868`).
[all …]
/Zephyr-latest/dts/riscv/starfive/
Dstarfive_jh7100_clk.dtsi10 compatible = "fixed-clock";
16 compatible = "fixed-clock";
22 compatible = "fixed-clock";
28 compatible = "fixed-clock";
/Zephyr-latest/drivers/clock_control/
DKconfig.fixed1 # Fixed clock control driver config
7 bool "Fixed Clock Clock Control"
10 Enable driver for devicetree defined fixed clocks.
/Zephyr-latest/drivers/counter/
DKconfig.nrfx21 # Internal flag which detects if fixed top feature is enabled for any instance
23 def_bool !$(dt_nodelabel_bool_prop,rtc0,fixed-top) || \
24 !$(dt_nodelabel_bool_prop,rtc1,fixed-top) || \
25 !$(dt_nodelabel_bool_prop,rtc2,fixed-top)
/Zephyr-latest/dts/bindings/sdhc/
Despressif,esp32-sdhc-slot.yaml31 Clock pin for ESP32 and SoC models with fixed pins for SDIO.
38 Command pin for ESP32 and SoC models with fixed pins for SDIO.
45 Data 0 pin for ESP32 and SoC models with fixed pins for SDIO.
52 Data 1 pin for ESP32 and SoC models with fixed pins for SDIO.
59 Data 2 pin for ESP32 and SoC models with fixed pins for SDIO.
66 Data 3 pin for ESP32 and SoC models with fixed pins for SDIO.
/Zephyr-latest/dts/arm/silabs/
Defr32mg24.dtsi23 compatible = "fixed-factor-clock";
28 compatible = "fixed-factor-clock";
33 compatible = "fixed-factor-clock";
38 compatible = "fixed-factor-clock";
45 compatible = "fixed-factor-clock";
52 compatible = "fixed-factor-clock";
54 /* Fixed divider of 2 */
59 compatible = "fixed-factor-clock";
61 /* Fixed divider of 1024 */
66 compatible = "fixed-factor-clock";
[all …]
Defr32xg23.dtsi23 compatible = "fixed-factor-clock";
28 compatible = "fixed-factor-clock";
33 compatible = "fixed-factor-clock";
38 compatible = "fixed-factor-clock";
45 compatible = "fixed-factor-clock";
52 compatible = "fixed-factor-clock";
54 /* Fixed divider of 2 */
59 compatible = "fixed-factor-clock";
61 /* Fixed divider of 1024 */
66 compatible = "fixed-factor-clock";
[all …]
Defr32bg2x.dtsi23 compatible = "fixed-factor-clock";
28 compatible = "fixed-factor-clock";
35 compatible = "fixed-factor-clock";
42 compatible = "fixed-factor-clock";
44 /* Fixed divisor of 2 */
49 compatible = "fixed-factor-clock";
51 /* Fixed divisor of 1024 */
56 compatible = "fixed-factor-clock";
63 compatible = "fixed-factor-clock";
68 compatible = "fixed-factor-clock";
[all …]
Defr32mg21.dtsi23 compatible = "fixed-factor-clock";
28 compatible = "fixed-factor-clock";
35 compatible = "fixed-factor-clock";
42 compatible = "fixed-factor-clock";
49 compatible = "fixed-factor-clock";
51 /* Fixed divider of 1024 */
56 compatible = "fixed-factor-clock";
61 compatible = "fixed-factor-clock";
66 compatible = "fixed-factor-clock";
71 compatible = "fixed-factor-clock";
[all …]
/Zephyr-latest/dts/bindings/watchdog/
Dnxp,s32-swt.yaml36 default: "fixed"
38 - "fixed"
42 - fixed: writes a fixed sequence as defined by hardware.
44 Defaults to "fixed" (hardware reset value).
/Zephyr-latest/doc/_doxygen/
Ddoxygen-awesome-sidebar-only.css34 --side-nav-fixed-width: 335px;
53 min-width: var(--side-nav-fixed-width);
54 max-width: var(--side-nav-fixed-width);
72 max-width: var(--side-nav-fixed-width);
89 position: fixed;
91 left: var(--side-nav-fixed-width);
101 margin-left: var(--side-nav-fixed-width) !important;
105 width: calc(var(--side-nav-fixed-width) - calc(2 * var(--spacing-medium)));
109 width: calc(var(--side-nav-fixed-width) - calc(2 * var(--spacing-medium)) - 65px);
/Zephyr-latest/subsys/canbus/isotp/
DKconfig136 bool "Use fixed address not compatible with SAE J1939"
140 If not set ISO-TP fixed addressing use SAE J1939 standard.
142 menu "Fixed address definition"
146 int "Position of fixed source address (SA)"
152 hex "Mask to obtain fixed source address (SA)"
158 int "Position of fixed target address (TA)"
164 hex "Mask to obtain fixed target address (TA)"
170 int "Position of priority in fixed addressing mode"
176 hex "Mask for priority in fixed addressing mode"
/Zephyr-latest/samples/subsys/usb_c/source/src/
Dmain.c65 LOG_INF("\tObject Position:\t %d", request.fixed.object_pos); in dump_sink_request_rdo()
66 LOG_INF("\tGiveback:\t\t %d", request.fixed.giveback); in dump_sink_request_rdo()
67 LOG_INF("\tCapability Mismatch:\t %d", request.fixed.cap_mismatch); in dump_sink_request_rdo()
68 LOG_INF("\tUSB Comm Capable:\t %d", request.fixed.usb_comm_capable); in dump_sink_request_rdo()
69 LOG_INF("\tNo USB Suspend:\t\t %d", request.fixed.no_usb_suspend); in dump_sink_request_rdo()
70 LOG_INF("\tUnchunk Ext MSG Support: %d", request.fixed.unchunked_ext_msg_supported); in dump_sink_request_rdo()
72 PD_CONVERT_FIXED_PDO_CURRENT_TO_MA(request.fixed.operating_current)); in dump_sink_request_rdo()
73 if (request.fixed.giveback) { in dump_sink_request_rdo()
75 PD_CONVERT_FIXED_PDO_CURRENT_TO_MA(request.fixed.min_or_max_operating_current)); in dump_sink_request_rdo()
78 PD_CONVERT_FIXED_PDO_CURRENT_TO_MA(request.fixed.min_or_max_operating_current)); in dump_sink_request_rdo()
[all …]
/Zephyr-latest/dts/bindings/ethernet/
Dnxp,kinetis-ethernet.yaml28 description: Fixed link ethernet node
33 description: The speed of fixed link
39 description: The fixed link operates in full duplex mode
/Zephyr-latest/tests/drivers/counter/counter_nrf_rtc/fixed_top/boards/
Dnrf52840dk_nrf52840.overlay3 fixed-top;
7 fixed-top;
Dnrf52_bsim.overlay3 fixed-top;
7 fixed-top;

12345678910>>...47