Home
last modified time | relevance | path

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

/LevelX-v6.3.0/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.3.0/
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.txt28 c) Included Microsoft Applications. The software may include other Microsoft
76 c) Restrictions. You may not:
101 c) share, publish, distribute, or lease the software (except as permitted in
/LevelX-v6.3.0/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.3.0/common/inc/
Dlx_api.h160 #define LX_MEMSET(a,b,c) memset((a),(b),(c)) argument
164 #define LX_MEMCPY(a,b,c) memcpy((a),(b),(c)) argument
181 #define LX_MEMCPY(a,b,c) memcpy((a),(b),(c))