Home
last modified time | relevance | path

Searched full:fram (Results 1 – 25 of 26) sorted by relevance

12

/Zephyr-latest/dts/bindings/mtd/
Dfujitsu,mb85rcxx.yaml4 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.
Dfujitsu,mb85rsxx.yaml4 description: Fujitsu MB85RSXX SPI FRAM
13 description: Total FRAM size in bytes.
/Zephyr-latest/samples/drivers/spi_fujitsu_fram/
Dsample.yaml2 name: SPI FRAM Module Sample
7 - fram
8 harness: fram
/Zephyr-latest/samples/drivers/spi_fujitsu_fram/src/
Dmain.c14 * @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/
DKconfig.mb85rcxx5 bool "FUJITSU mb85rcxx i2c FRAM"
10 Enable FUJITSU mb85rcxx i2c FRAM
DKconfig.mb85rsxx5 bool "FUJITSU MB85RSXX SPI FRAM"
10 Enable FUJITSU mb85rsxx SPI FRAM
Deeprom_mb85rcxx.c123 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()
Deeprom_mb85rsxx.c9 * @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/
Dtest_i2c_ram.c99 "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/
Dindex.rst72 PSRAM, NOR, NAND and FRAM memories
/Zephyr-latest/boards/st/nucleo_l4r5zi/doc/
Dindex.rst77 PSRAM, NOR, NAND and FRAM memories
/Zephyr-latest/boards/nxp/mimxrt1062_fmurt6/
Dmimxrt1062_fmurt6-pinctrl.dtsi307 /* FRAM */
/Zephyr-latest/boards/st/stm32h7s78_dk/doc/
Dindex.rst105 …- 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/
Dindex.rst94 - External memory interface supporting SRAM, PSRAM, NOR, NAND and FRAM memories
/Zephyr-latest/boards/st/sensortile_box_pro/doc/
Dindex.rst106 - External memory interface supporting SRAM, PSRAM, NOR, NAND and FRAM memories
/Zephyr-latest/boards/st/nucleo_u5a5zj_q/doc/
Dindex.rst82 - External memory interface supporting SRAM,PSRAM, NOR, NAND, and FRAM memories
/Zephyr-latest/boards/st/steval_stwinbx1/doc/
Dindex.rst103 - External memory interface supporting SRAM, PSRAM, NOR, NAND and FRAM memories
/Zephyr-latest/boards/st/nucleo_h533re/doc/
Dindex.rst104 …- 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/
Dnucleol552ze_q.rst91 …- External memory interface for static memories supporting SRAM, PSRAM, NOR, NAND and FRAM memories
/Zephyr-latest/boards/st/nucleo_h563zi/doc/
Dindex.rst97 …- Flexible external memory controller with up to 16-bit data bus: SRAM, PSRAM, FRAM, SDRAM/LPSDR S…
/Zephyr-latest/boards/st/stm32h573i_dk/doc/
Dindex.rst107 …- Flexible external memory controller with up to 16-bit data bus: SRAM, PSRAM, FRAM, SDRAM/LPSDR S…
/Zephyr-latest/boards/st/stm32l562e_dk/doc/
Dindex.rst107 …- External memory interface for static memories supporting SRAM, PSRAM, NOR, NAND and FRAM memories
/Zephyr-latest/boards/st/b_u585i_iot02a/doc/
Dindex.rst106 - External memory interface supporting SRAM, PSRAM, NOR, NAND and FRAM memories
/Zephyr-latest/doc/releases/
Drelease-notes-3.5.rst510 * Added support for Fujitsu MB85RCxx series I2C FRAM (:dtcompatible:`fujitsu,mb85rcxx`).
Drelease-notes-2.4.rst1675 * :github:`23215` - fujitsu FRAM read error on stm32_olimexino

12