Home
last modified time | relevance | path

Searched refs:fdata (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/tests/kernel/fifo/fifo_api/src/
Dtest_fifo.h13 typedef struct fdata { struct
/Zephyr-latest/cmake/compiler/gcc/
Dtarget_arc.cmake17 -fdata-sections
Dtarget_xtensa.cmake7 -fdata-sections
Dtarget_arm64.cmake24 -fdata-sections
Dtarget_arm.cmake56 -fdata-sections
Dtarget_riscv.cmake81 -fdata-sections
/Zephyr-latest/cmake/compiler/xt-clang/
Dtarget.cmake9 -fdata-sections
/Zephyr-latest/modules/trusted-firmware-m/psa/
DGNUARM.cmake19 set(CMAKE_C_FLAGS "${TARGET_SWITCH} -g -Wall -Werror -Wextra -fdata-sections -ffunction-sections …
/Zephyr-latest/drivers/sensor/bosch/bmi08x/
Dbmi08x_accel.c606 uint8_t fdata[8]; in bmi08x_apply_sync_binary_config() local
608 ret = bmi08x_accel_read(dev, BMI08X_ACCEL_FEATURE_CFG_REG, fdata, 6); in bmi08x_apply_sync_binary_config()
613 fdata[4] = config->data_sync; in bmi08x_apply_sync_binary_config()
614 fdata[5] = 0x00; in bmi08x_apply_sync_binary_config()
615 ret = bmi08x_accel_write(dev, BMI08X_ACCEL_FEATURE_CFG_REG, fdata, 6); in bmi08x_apply_sync_binary_config()
/Zephyr-latest/cmake/linker/ld/
Dlinker_flags.cmake39 …y(TARGET linker PROPERTY lto_arguments -flto=auto -fno-ipa-sra -ffunction-sections -fdata-sections)
/Zephyr-latest/scripts/native_simulator/
DMakefile68 -ffunction-sections -fdata-sections ${DEPENDFLAGS} -std=c11 ${NSI_BUILD_OPTIONS}
/Zephyr-latest/arch/common/
DCMakeLists.txt42 zephyr_cc_option(-ffunction-sections -fdata-sections)