![]() |
RTEMS 6.2
|
Flashdev backend XNandPsu peripheral. More...
Go to the source code of this file.
Functions | |
| rtems_flashdev * | xnandpsu_flashdev_init (XNandPsu *nandpsu) |
| Initializes a flash device using Xilinx's xnandpsu flash driver. | |
Flashdev backend XNandPsu peripheral.
| rtems_flashdev * xnandpsu_flashdev_init | ( | XNandPsu * | nandpsu | ) |
Initializes a flash device using Xilinx's xnandpsu flash driver.
The flash device is not registered in this call. The returned object must be destroyed with rtems_flashdev_destroy if it has not been registered.
| [in] | nandpsu | A pointer to a configured XNandPsu device. |
| A | pointer to the rtems_flashdev. |
| NULL | on failure. |