Searched refs:c (Results 1 – 8 of 8) sorted by relevance
3 ${CMAKE_CURRENT_LIST_DIR}/src/fx_nand_flash_simulated_driver.c4 ${CMAKE_CURRENT_LIST_DIR}/src/fx_nor_flash_simulator_driver.c5 ${CMAKE_CURRENT_LIST_DIR}/src/lx_nand_flash_256byte_ecc_check.c6 ${CMAKE_CURRENT_LIST_DIR}/src/lx_nand_flash_256byte_ecc_compute.c7 ${CMAKE_CURRENT_LIST_DIR}/src/lx_nand_flash_block_allocate.c8 ${CMAKE_CURRENT_LIST_DIR}/src/lx_nand_flash_block_data_move.c9 ${CMAKE_CURRENT_LIST_DIR}/src/lx_nand_flash_block_find.c10 ${CMAKE_CURRENT_LIST_DIR}/src/lx_nand_flash_block_mapping_set.c11 ${CMAKE_CURRENT_LIST_DIR}/src/lx_nand_flash_block_status_set.c12 ${CMAKE_CURRENT_LIST_DIR}/src/lx_nand_flash_close.c[all …]
11 demo_filex_nand_flash.c12 demo_filex_nor_flash.c13 lx_nand_flash_256byte_ecc_check.c14 lx_nand_flash_256byte_ecc_compute.c22 lx_nand_flash_256byte_ecc_check.c Removed compiler warnings.23 lx_nand_flash_256byte_ecc_compute.c Removed compiler warnings.24 … lx_nand_flash_block_obsoleted_check.c Added logic to mark the beginning of block erase.25 …lx_nand_flash_block_reclaim.c Removed compiler warnings, and added logic to mark 27 … lx_nand_flash_logical_sector_find.c Removed compiler warnings, and added logic to use 29 lx_nand_flash_next_block_to_erase_find.c Removed compiler warnings.[all …]
5 [attr]our-c-style whitespace=tab-in-indent eol=lf format.clang-format-6.027 *.c our-c-style28 *.cc our-c-style29 *.cpp our-c-style30 *.cu our-c-style31 *.cxx our-c-style32 *.h our-c-style33 *.hh our-c-style34 *.hpp our-c-style35 *.hxx our-c-style[all …]
3 Copyright (c) 2024 - present Microsoft Corporation
9 ${SOURCE_DIR}/levelx_nand_flash_test.c10 ${SOURCE_DIR}/levelx_nor_flash_test.c11 ${SOURCE_DIR}/levelx_nor_flash_test_cache.c)
9 ${SOURCE_DIR}/demo_filex_nand_flash.c10 ${SOURCE_DIR}/demo_filex_nor_flash.c)
18 … ${SPEC_FLAGS} -fdata-sections -ffunction-sections -mlong-calls" CACHE INTERNAL "c compiler flags")23 SET(CMAKE_C_FLAGS_DEBUG "-Og -g -ggdb3" CACHE INTERNAL "c debug compiler flags")27 SET(CMAKE_C_FLAGS_RELEASE "-O3" CACHE INTERNAL "c release compiler flags")
165 #define LX_MEMSET(a,b,c) memset((a),(b),(c)) argument169 #define LX_MEMCPY(a,b,c) memcpy((a),(b),(c)) argument186 #define LX_MEMCPY(a,b,c) memcpy((a),(b),(c))