Home
last modified time | relevance | path

Searched refs:fix (Results 1 – 6 of 6) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/sunxi-ng/
A Dclk-fixed-factor.c20 struct clk_fixed_factor *fix = to_clk_fixed_factor(hw); in clk_factor_recalc_rate() local
23 rate = (unsigned long long int)parent_rate * fix->mult; in clk_factor_recalc_rate()
24 rate /= fix->div; in clk_factor_recalc_rate()
31 struct clk_fixed_factor *fix = to_clk_fixed_factor(hw); in clk_factor_round_rate() local
37 best_parent = (rate / fix->mult) * fix->div; in clk_factor_round_rate()
41 return (*prate / fix->div) * fix->mult; in clk_factor_round_rate()
47 struct clk_fixed_factor *fix = to_clk_fixed_factor(hw); in clk_factor_set_rate() local
57 p_rate = (rate / fix->mult) * fix->div; in clk_factor_set_rate()
/bsp/hpmicro/libraries/hpm_sdk/
A DCHANGELOG.md138 - soc: iar linker: fix safe stack init
487 - drivers: qeo: fix driver error
628 - drivers/soc: fix build warning
796 - drivers: adc16: fix ahb setting
973 - samples: jpeg: fix jpeg decode
1038 - drivers: SPI: fix SPI status API
1051 - freeRTOS: fix tick lost
1359 - drivers: can: bug fix and update
1437 - ses: fix issue in register xml
1439 - sdxc: fix software reset issue
[all …]
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/
A DRelease_Notes.txt192 + Modify "I2C/7_bit_mode" example, fix pin assignment error of HT32F50343.
265 + Update I2C Master middleware, improve setting way and fix minor errors.
329 + Modify "ht32f5xxxx_01.h", fix the MCTM alias mismatch.
416 to fix the Arm Compiler Version 6 optimization issue.
577 to fix the Arm Compiler Version 6 optimization issue.
718 + Update "SLED/*" example, for fix error and coding style.
741 - Update "core_cm0plus.h", fix compiler error.
742 - Update "SLED/ARGB_GetLEDNum", fix compiler warning.
860 + Update "GNU_ARM/linker.ld", fix the heap/stack area overlap problem.
937 + Adjust and fix error of "LIBCFG_xxxxx" definition.
[all …]
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/
A DRelease_Notes.txt66 + Modify "ht32f5xxxx_01.h", fix the MCTM alias mismatch.
123 to fix the Arm Compiler Version 6 optimization issue.
188 + Update I2C Master middleware, improve setting way and fix minor errors.
200 + Modify "ht32_serial.c/.h" and "ht32_retarget.c", fix ITM setting issue.
226 + Modify API parameter check macro of Library Debug Mode, fix parameter check error.
283 - Update "core_cm3.h", fix compiler error.
288 - Update following middleware, remove STRCAT3 usage to fix compiler error.
299 + Sync M0+ I2C/EEPROM to fix compiler warning of the GNU compiler.
356 + Update "GNU_ARM/linker.ld", fix the heap/stack area overlap problem.
365 + Update "spi_lcd.c/.h", fix the GPIO Chip SEL define mistake.
[all …]
/bsp/gd32/arm/gd32e230-lckfb/board/linker_scripts/
A Dlink.ld4 * Corrected by Gemini to fix oversized .bin file and subsequent linker errors.
/bsp/upd70f3454/drivers/
A Dcstartup.asm105 ;; nowhere. To fix this problem we build the new SP

Completed in 21 milliseconds