Home
last modified time | relevance | path

Searched refs:c (Results 1 – 8 of 8) sorted by relevance

/LevelX-v6.4.1/common/
DCMakeLists.txt3 ${CMAKE_CURRENT_LIST_DIR}/src/fx_nand_flash_simulated_driver.c
4 ${CMAKE_CURRENT_LIST_DIR}/src/fx_nor_flash_simulator_driver.c
5 ${CMAKE_CURRENT_LIST_DIR}/src/lx_nand_flash_256byte_ecc_check.c
6 ${CMAKE_CURRENT_LIST_DIR}/src/lx_nand_flash_256byte_ecc_compute.c
7 ${CMAKE_CURRENT_LIST_DIR}/src/lx_nand_flash_block_allocate.c
8 ${CMAKE_CURRENT_LIST_DIR}/src/lx_nand_flash_block_data_move.c
9 ${CMAKE_CURRENT_LIST_DIR}/src/lx_nand_flash_block_find.c
10 ${CMAKE_CURRENT_LIST_DIR}/src/lx_nand_flash_block_mapping_set.c
11 ${CMAKE_CURRENT_LIST_DIR}/src/lx_nand_flash_block_status_set.c
12 ${CMAKE_CURRENT_LIST_DIR}/src/lx_nand_flash_close.c
[all …]
/LevelX-v6.4.1/docs/
Drevision_history.txt11 demo_filex_nand_flash.c
12 demo_filex_nor_flash.c
13 lx_nand_flash_256byte_ecc_check.c
14 lx_nand_flash_256byte_ecc_compute.c
22 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 …]
/LevelX-v6.4.1/
D.gitattributes5 [attr]our-c-style whitespace=tab-in-indent eol=lf format.clang-format-6.0
27 *.c our-c-style
28 *.cc our-c-style
29 *.cpp our-c-style
30 *.cu our-c-style
31 *.cxx our-c-style
32 *.h our-c-style
33 *.hh our-c-style
34 *.hpp our-c-style
35 *.hxx our-c-style
[all …]
DLICENSE.txt3 Copyright (c) 2024 - present Microsoft Corporation
/LevelX-v6.4.1/test/cmake/regression/
DCMakeLists.txt9 ${SOURCE_DIR}/levelx_nand_flash_test.c
10 ${SOURCE_DIR}/levelx_nor_flash_test.c
11 ${SOURCE_DIR}/levelx_nor_flash_test_cache.c)
/LevelX-v6.4.1/test/cmake/samples/
DCMakeLists.txt9 ${SOURCE_DIR}/demo_filex_nand_flash.c
10 ${SOURCE_DIR}/demo_filex_nor_flash.c)
/LevelX-v6.4.1/cmake/
Darm-none-eabi.cmake18 … ${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")
/LevelX-v6.4.1/common/inc/
Dlx_api.h165 #define LX_MEMSET(a,b,c) memset((a),(b),(c)) argument
169 #define LX_MEMCPY(a,b,c) memcpy((a),(b),(c)) argument
186 #define LX_MEMCPY(a,b,c) memcpy((a),(b),(c))