Home
last modified time | relevance | path

Searched refs:dnf (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/drivers/i2c/
Di2c_ll_stm32_v2.c62 uint32_t dnf; /* Digital noise filter coefficient */ member
86 .dnf = STM32_I2C_DIGITAL_FILTER_COEF,
99 .dnf = STM32_I2C_DIGITAL_FILTER_COEF,
112 .dnf = STM32_I2C_DIGITAL_FILTER_COEF,
877 dnf_delay = stm32_i2c_charac[i2c_speed].dnf * ti2cclk; in i2c_compute_scll_sclh()
974 (int32_t)(((int32_t)stm32_i2c_charac[i2c_speed].dnf + 3) * in i2c_compute_presc_scldel_sdadel()
980 (int32_t)(((int32_t)stm32_i2c_charac[i2c_speed].dnf + 4) * in i2c_compute_presc_scldel_sdadel()
/Zephyr-latest/doc/develop/toolchains/
Dother_x_compilers.rst30 sudo dnf install arm-none-eabi-newlib
/Zephyr-latest/doc/develop/getting_started/
Dinstallation_linux.rst43 sudo dnf upgrade
88 sudo dnf group install "Development Tools" "C Development Tools and Libraries"
89 sudo dnf install cmake ninja-build gperf dfu-util dtc wget which \
/Zephyr-latest/doc/develop/optimizations/
Dtools.rst222 sudo dnf install dwarves
/Zephyr-latest/doc/contribute/documentation/
Dgeneration.rst114 sudo dnf install doxygen graphviz texlive-latex latexmk \