Home
last modified time | relevance | path

Searched refs:decimal (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/hal/
Di2s_hal.c47 float decimal = freq_diff / (float)mclk; in i2s_hal_calc_mclk_precise_division() local
49 if (decimal <= 1.0f - 1.0f / (float)(I2S_LL_MCLK_DIVIDER_MAX * 2)) { in i2s_hal_calc_mclk_precise_division()
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dburn-efuse-cmd.rst19 New values can be a numeric value in decimal or hex (with "0x" prefix). eFuse bits can only be burn…
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dbasic-commands.rst34 …ite_flash (and other commands) can be specified either in hex (ie 0x1000), or in decimal (ie 4096).