/Zephyr-latest/dts/bindings/mtd/ |
D | fujitsu,mb85rcxx.yaml | 4 description: Fujitsu MB85RCXX series I2C FRAM 13 description: Total FRAM size in bytes. 18 Size of the single FRAM module in bytes. 24 description: FRAM address width in bits.
|
D | fujitsu,mb85rsxx.yaml | 4 description: Fujitsu MB85RSXX SPI FRAM 13 description: Total FRAM size in bytes.
|
/Zephyr-latest/samples/drivers/spi_fujitsu_fram/ |
D | sample.yaml | 2 name: SPI FRAM Module Sample 7 - fram 8 harness: fram
|
/Zephyr-latest/samples/drivers/spi_fujitsu_fram/src/ |
D | main.c | 14 * @file Sample app using the Fujitsu MB85RS64V FRAM through SPI. 146 printk("fujitsu FRAM example application\n"); in main() 160 printk("Could not verify FRAM ID\n"); in main() 168 printk("Error writing to FRAM! error code (%d)\n", err); in main() 177 printk("Error writing to FRAM! error code (%d)\n", err); in main() 186 printk("Error reading from FRAM! error code (%d)\n", err); in main() 195 printk("Error reading from FRAM! error code (%d)\n", err); in main() 208 /* write them to the FRAM */ in main() 211 printk("Error writing to FRAM! error code (%d)\n", err); in main() 220 printk("Error reading from FRAM! error code (%d)\n", err); in main()
|
/Zephyr-latest/drivers/eeprom/ |
D | Kconfig.mb85rcxx | 5 bool "FUJITSU mb85rcxx i2c FRAM" 10 Enable FUJITSU mb85rcxx i2c FRAM
|
D | Kconfig.mb85rsxx | 5 bool "FUJITSU MB85RSXX SPI FRAM" 10 Enable FUJITSU mb85rsxx SPI FRAM
|
D | eeprom_mb85rcxx.c | 123 LOG_ERR("failed to read FRAM (err %d)", ret); in mb85rcxx_read() 175 LOG_ERR("failed to write-enable FRAM (err %d)", ret); in mb85rcxx_write() 187 LOG_ERR("failed to write to FRAM (err %d)", ret); in mb85rcxx_write()
|
D | eeprom_mb85rsxx.c | 9 * @brief Driver for Fujitsu MB85RSXX FRAM over SPI. 114 LOG_ERR("failed to read FRAM (err %d)", err); in eeprom_mb85rsxx_read() 202 LOG_ERR("failed to write to FRAM (err %d)", err); in eeprom_mb85rsxx_write()
|
/Zephyr-latest/tests/drivers/i2c/i2c_ram/src/ |
D | test_i2c_ram.c | 99 "I2C write to fram failed"); in ZTEST() 110 "I2C read from fram failed"); in ZTEST() 122 "I2C write to fram failed"); in ZTEST() 126 "I2C read from fram failed"); in ZTEST() 151 &transfer_sem), "I2C write to fram failed"); in ZTEST() 165 "I2C read from fram failed"); in ZTEST()
|
/Zephyr-latest/boards/blues/swan_r5/doc/ |
D | index.rst | 72 PSRAM, NOR, NAND and FRAM memories
|
/Zephyr-latest/boards/st/nucleo_l4r5zi/doc/ |
D | index.rst | 77 PSRAM, NOR, NAND and FRAM memories
|
/Zephyr-latest/boards/nxp/mimxrt1062_fmurt6/ |
D | mimxrt1062_fmurt6-pinctrl.dtsi | 307 /* FRAM */
|
/Zephyr-latest/boards/st/stm32h7s78_dk/doc/ |
D | index.rst | 105 …- Flexible external memory controller with up to 16-bit data bus: SRAM, PSRAM, FRAM, SDRAM/LPSDR S…
|
/Zephyr-latest/boards/st/nucleo_u575zi_q/doc/ |
D | index.rst | 94 - External memory interface supporting SRAM, PSRAM, NOR, NAND and FRAM memories
|
/Zephyr-latest/boards/st/sensortile_box_pro/doc/ |
D | index.rst | 106 - External memory interface supporting SRAM, PSRAM, NOR, NAND and FRAM memories
|
/Zephyr-latest/boards/st/nucleo_u5a5zj_q/doc/ |
D | index.rst | 82 - External memory interface supporting SRAM,PSRAM, NOR, NAND, and FRAM memories
|
/Zephyr-latest/boards/st/steval_stwinbx1/doc/ |
D | index.rst | 103 - External memory interface supporting SRAM, PSRAM, NOR, NAND and FRAM memories
|
/Zephyr-latest/boards/st/nucleo_h533re/doc/ |
D | index.rst | 104 …- Flexible external memory controller with up to 16-bit data bus: SRAM, PSRAM, FRAM, NOR/NAND memo…
|
/Zephyr-latest/boards/st/nucleo_l552ze_q/doc/ |
D | nucleol552ze_q.rst | 91 …- External memory interface for static memories supporting SRAM, PSRAM, NOR, NAND and FRAM memories
|
/Zephyr-latest/boards/st/nucleo_h563zi/doc/ |
D | index.rst | 97 …- Flexible external memory controller with up to 16-bit data bus: SRAM, PSRAM, FRAM, SDRAM/LPSDR S…
|
/Zephyr-latest/boards/st/stm32h573i_dk/doc/ |
D | index.rst | 107 …- Flexible external memory controller with up to 16-bit data bus: SRAM, PSRAM, FRAM, SDRAM/LPSDR S…
|
/Zephyr-latest/boards/st/stm32l562e_dk/doc/ |
D | index.rst | 107 …- External memory interface for static memories supporting SRAM, PSRAM, NOR, NAND and FRAM memories
|
/Zephyr-latest/boards/st/b_u585i_iot02a/doc/ |
D | index.rst | 106 - External memory interface supporting SRAM, PSRAM, NOR, NAND and FRAM memories
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.5.rst | 510 * Added support for Fujitsu MB85RCxx series I2C FRAM (:dtcompatible:`fujitsu,mb85rcxx`).
|
D | release-notes-2.4.rst | 1675 * :github:`23215` - fujitsu FRAM read error on stm32_olimexino
|