Searched full:fuse (Results 1 – 25 of 31) sorted by relevance
12
18 sample.filesystem.shell.fuse:23 # This test cannot be run in CI as we lack the fuse library
42 With FUSE access in the host filesystem45 If you enable the :ref:`host FUSE filsystem access <native_fuse_flash>`
35 pkg_search_module(FUSE REQUIRED fuse)
108 bool "FUSE based access to file system partitions"111 Expose file system partitions to the host system through FUSE.
12 #include <fuse.h>187 * directory but FUSE strips the trailing slashes from in fuse_fs_access_readdir()534 printf("Failed to unmount fuse mount point\n"); in fuse_fs_access_exit()
21 dev_id.id[0] = sys_cpu_to_be32(OCOTP->FUSEN[17].FUSE); in z_impl_hwinfo_get_device_id()22 dev_id.id[1] = sys_cpu_to_be32(OCOTP->FUSEN[16].FUSE); in z_impl_hwinfo_get_device_id()
13 zephyr_ld_options(-fuse-ld=bfd)
41 Use the MAC address from fuse shadow register.
51 OTP Fuse setting to wake from Deep Power Down and reset flash74 reset. This fuse setting instructs the ROM bootloader to toggle PIO4_582 the Reference Manual for this MCU, and the OTP Fuse Map spreadsheet
9 list(APPEND TOOLCHAIN_LD_FLAGS -fuse-ld=lld)10 list(APPEND CMAKE_REQUIRED_FLAGS -fuse-ld=lld)
172 running a littlefs-FUSE-capable operating system. The output to the202 accomplished using the `littlefs-FUSE`_ utility.278 .. _littlefs-FUSE: https://github.com/littlefs-project/littlefs-fuse
12 list(APPEND TOOLCHAIN_LD_FLAGS -fuse-ld=bfd)13 list(APPEND CMAKE_REQUIRED_FLAGS -fuse-ld=bfd)
12 /* default fuse */
10 /* default fuse */
19 /* default fuse */
11 /* default fuse */
37 /* same as default fuse value */
231 /* Change to FUSE access mode to access adjustment registers */ in ak8963_fetch_adj()234 LOG_ERR("Failed to set chip in fuse access mode."); in ak8963_fetch_adj()
101 LOG_ERR("Failed to set chip in fuse access mode."); in ak8975_read_adjustment_data()
654 :kconfig:option:`CONFIG_FUSE_FS_ACCESS`. This option enables a FUSE662 option ``--flash-mount``. As this directory operates as a mount point for FUSE674 Note that this feature requires a 32-bit version of the FUSE library, with a676 correctly pickup the FUSE install path and compiler flags.
15 /* OTP fuse index. */
82 …use an external battery, make sure it has built-in protection circuit and fuse. The recommended sp…
19 uint8_t fuse : 2; /* fused operation */ member